Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-01 | Finally restire the EMPTY friends module (what a mess) | Melanie | 1 | -550/+1 | |
2009-12-31 | Readds llCollisionFilter and adds llPassCollision. | Revolution | 3 | -64/+293 | |
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 6 | -22/+295 | |
* More beef to the LLLoginService * Better design for handling local simulation service | |||||
2009-12-31 | Readds llCollisionFilter and adds llPassCollision. | Revolution | 3 | -64/+293 | |
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | Whitespace cleanup (changed hard tabs to 4 spaces) | Melanie | 2 | -486/+486 | |
2009-12-31 | Adds Friend Finding functionality. | Revolution | 1 | -0/+23 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | Adds tons of packets. | Revolution | 11 | -3/+854 | |
Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | More progress on both the Simulation service and the Login service. Both ↵ | Diva Canto | 3 | -2/+429 | |
still unfinished. | |||||
2009-12-31 | Simulation handlers (agents & objects) completed. | Diva Canto | 8 | -20/+572 | |
2009-12-31 | This patch caused serialization errors and needs to be reexamined | Melanie | 2 | -315/+67 | |
Revert "[PATCH] Adds llCollisionFilter" This reverts commit eab2b4c6a96cd5b2a0f079f27a9c2ac15273d3f0. | |||||
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 7 | -7/+872 | |
the existing code. | |||||
2009-12-31 | [PATCH] Adds llCollisionFilter | Melanie | 2 | -67/+315 | |
Thank you, Revolution. Applied with minor changes. | |||||
2009-12-31 | Adds osKickUser and osSetSpeed | unknown | 3 | -0/+97 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | Implement avatar picker queries | Melanie | 4 | -3/+53 | |
2009-12-31 | Implement saving user account data | Melanie | 4 | -5/+26 | |
2009-12-31 | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 5 | -64/+76 | |
Implement the fetch operations fully. Rename one last UserService file to UserAccountService | |||||
2009-12-30 | Make ScopeID be wild on user queries. Just pass it as UUID.Zero | Melanie | 1 | -3/+14 | |
2009-12-30 | Some modifications to user service. Query by name is implemented now | Melanie | 5 | -8/+30 | |
2009-12-30 | Unit tests for presence. They helped fix a couple of wrongnesses. | Diva Canto | 5 | -12/+362 | |
2009-12-30 | * Fixes Sitting on the ground. | Teravus Ovares (Dan Olivares) | 2 | -3/+13 | |
2009-12-30 | * Makes forward and backward key reactions faster by responding to the NUDGE ↵ | Teravus Ovares (Dan Olivares) | 2 | -9/+35 | |
type movements. | |||||
2009-12-29 | * Attempts to resolve the megaregion terrain edit rebound. | Teravus Ovares (Dan Olivares) | 1 | -0/+82 | |
* It does this by tweaking the throttles on child agent connection to a megaregion and multiplying the land throttle by 50. (various bit and byte magic ensue) * While, I doubt this will cause terrain crater sized potholes.. since it actually increases the bandwidth available for land in child regions when MegaRegions area active, more testing would be good. * This, in theory, also shouldn't cause missing objects in child regions.. because all objects are in the root region anyway. As I said, more testing would be good. | |||||
2009-12-29 | More renames to make everything consistent. This is the UserAccountService. | Diva Canto | 3 | -0/+0 | |
2009-12-29 | Fixed a couple of bugs that were bombing the data migration. | Diva Canto | 2 | -2/+2 | |
2009-12-30 | Fix an omission in LSL that causes a viewer crash | Melanie | 1 | -0/+5 | |
2009-12-30 | Fix an omission in LSL that causes a viewer crash | Melanie | 1 | -0/+5 | |
2009-12-29 | * Fixed names. | Diva Canto | 4 | -11/+18 | |
* Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user | |||||
2009-12-29 | Renamed user account modules to be consistent | Diva Canto | 4 | -245/+0 | |
2009-12-29 | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 11 | -67/+867 | |
* Cleaned up a few things on presence connectors | |||||
2009-12-29 | Tighten up the IUserService interface again. No need for auth tokens at this ↵ | Diva Canto | 3 | -8/+7 | |
level. | |||||
2009-12-29 | Polished the IUserService interface. | Diva Canto | 5 | -15/+21 | |
2009-12-29 | Change the interface a bit before someone depends on it's current form | Melanie | 2 | -1/+5 | |
2009-12-29 | Change teleports so the TeleportFlags are sent to the destination sim. It | Melanie | 13 | -26/+44 | |
can now determine if a connection is from login, teleport or crossing. Needed for a meaningful banlines implementation | |||||
2009-12-29 | Give the new user tables the once-over. Strip the current set of methods | Melanie | 5 | -145/+20 | |
from IUserAccountService, we need to define what goes in there. Change the handler to the generic handler. Adjust migrations, add index | |||||
2009-12-29 | * Added useraccount table | Diva Canto | 1 | -0/+13 | |
2009-12-29 | Better way of setting ServiceURLs | Diva Canto | 1 | -12/+2 | |
2009-12-28 | Added the ServiceURLs field to UserAccountData | Diva Canto | 1 | -0/+14 | |
2009-12-28 | Removed AccountType, GodLevel and UserFlags from UserAccountData. Doesn't ↵ | Diva Canto | 1 | -18/+0 | |
belong there. | |||||
2009-12-28 | * Added Created field to UserAccountData | Diva Canto | 1 | -0/+5 | |
2009-12-28 | * Added packing/unpacking of the Home fields in PresenceInfo | Diva Canto | 3 | -29/+48 | |
* Cleaned up IUserService and beefed up UserAccoutData | |||||
2009-12-28 | Add the indices to really make this table work | Melanie | 1 | -0/+6 | |
2009-12-28 | Add a migration to add the 3 new fields | Melanie | 1 | -0/+7 | |
2009-12-28 | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 9 | -4/+176 | |
(deleting all but one presence record) on logout so that they don't pile up. | |||||
2009-12-28 | Add the second step of the friends migration to pull data from the old table ↵ | Melanie | 1 | -0/+5 | |
into the new | |||||
2009-12-28 | Added some more log messages. This is beginning to work. | Diva Canto | 3 | -5/+12 | |
2009-12-28 | Make Migratons continue int he face of an error. This is required for the | Melanie | 1 | -1/+8 | |
friends migration, which MAY error out if the old friends table is not in the same database as the new one being created. This error is nonfatal, it would only mean that friends will not be migrated automatically. It would bite people with nonstandard configurations. | |||||
2009-12-28 | Add the migration for friends and guard the presence Report function | Melanie | 2 | -0/+13 | |
2009-12-28 | Forgot the migration file | Melanie | 1 | -0/+15 | |
2009-12-28 | Database and presence changes. Untested | Melanie | 8 | -46/+41 | |
2009-12-28 | * Added the new modules to Resources, making them active. | Diva Canto | 3 | -3/+5 | |
* Added their configs to standalone for testing. This crashes, because the DB is still not ready. |