Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-12-31 | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 3 | -14/+59 | |
* More beef to the LLLoginService * Better design for handling local simulation service | |||||
2009-12-31 | More progress on both the Simulation service and the Login service. Both ↵ | Diva Canto | 2 | -2/+402 | |
still unfinished. | |||||
2009-12-31 | Simulation handlers (agents & objects) completed. | Diva Canto | 1 | -7/+3 | |
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 3 | -0/+863 | |
the existing code. | |||||
2009-12-31 | Implement avatar picker queries | Melanie | 1 | -1/+11 | |
2009-12-31 | Implement saving user account data | Melanie | 1 | -1/+22 | |
2009-12-31 | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 3 | -34/+71 | |
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 | 2 | -8/+23 | |
2009-12-30 | Unit tests for presence. They helped fix a couple of wrongnesses. | Diva Canto | 1 | -9/+23 | |
2009-12-29 | More renames to make everything consistent. This is the UserAccountService. | Diva Canto | 3 | -0/+0 | |
2009-12-29 | * Fixed names. | Diva Canto | 1 | -5/+14 | |
* Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user | |||||
2009-12-29 | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 4 | -131/+302 | |
* 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 | 3 | -11/+12 | |
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 | 2 | -28/+47 | |
* Cleaned up IUserService and beefed up UserAccoutData | |||||
2009-12-28 | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 3 | -4/+80 | |
(deleting all but one presence record) on logout so that they don't pile up. | |||||
2009-12-28 | Added some more log messages. This is beginning to work. | Diva Canto | 2 | -5/+7 | |
2009-12-28 | Database and presence changes. Untested | Melanie | 4 | -34/+30 | |
2009-12-27 | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵ | Diva Canto | 2 | -1/+415 | |
just compiles. | |||||
2009-12-27 | Changed GetAgents to take string[] instead of UUID[] | Diva Canto | 2 | -20/+24 | |
2009-12-27 | Remove the sesion from returned presence info | Melanie | 2 | -6/+0 | |
2009-12-27 | Change the signature of the forms requester data in preparation to getting | Melanie | 2 | -11/+11 | |
to where lists can be sent as requests | |||||
2009-12-27 | Finish the presence service | Melanie | 1 | -5/+73 | |
2009-12-27 | Just make it compile :) | Melanie | 1 | -5/+26 | |
2009-12-27 | Interface changes | Melanie | 1 | -10/+6 | |
2009-12-26 | More beef to the IPresenceService interface. | Diva Canto | 1 | -1/+12 | |
2009-12-27 | Presence Step 1 | Melanie | 2 | -6/+10 | |
2009-12-21 | Bug fix: set the map image upon hyperlinking regions. | Diva Canto | 1 | -0/+3 | |
2009-12-19 | * Bug fix in HG: preserve the home region coordinates across multiple HG TPs. | Diva Canto | 1 | -2/+2 | |
* Removed unnecessary debug messages. | |||||
2009-12-07 | Stop AuthorizationService from throwing an error if it's not configured. | Melanie | 1 | -1/+1 | |
Optional services should not cause red spew when they're not wanted | |||||
2009-11-22 | * Request from Adam to add InfoFormat logging to the InventoryService for ↵ | Teravus Ovares (Dan Olivares) | 1 | -0/+1 | |
when deleting folders by folderID occurs | |||||
2009-11-18 | minor: Correct some inventory corrector log messages and add more ↵ | Justin Clark-Casey (justincc) | 1 | -19/+20 | |
identifying detail | |||||
2009-11-18 | minor: correct error messages when queryfolder fails | Justin Clark-Casey (justincc) | 1 | -4/+1 | |
2009-11-18 | Tweak presence handling and whip up a database connector and handler | Melanie | 2 | -1/+10 | |
for testign the new generic table handling | |||||
2009-11-18 | Change PresenceData to PresenceInfo to remove a naming conflict in the | Melanie | 2 | -0/+13 | |
OpenSim.Data namespace | |||||
2009-11-13 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -3/+3 | |
2009-11-05 | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2 | -3/+2 | |
unknown asset type, and log an error if it ever does happen | |||||
2009-10-31 | Patch + minor formatting fixes. | Diva Canto | 1 | -3/+3 | |
2009-10-31 | http://opensimulator.org/mantis/view.php?id=4337 | Douglas R. Miles | 1 | -1/+5 | |
2009-10-23 | Adding the presence service skeleton | Melanie | 2 | -0/+137 | |
2009-10-14 | * minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2 | -4/+4 | |
2009-10-14 | * Minimized the number of times textures are pulled off the priority queue | John Hurliman | 1 | -6/+11 | |
* OnQueueEmpty is still called async, but will not be called for a given category if the previous callback for that category is still running. This is the most balanced behavior I could find, and seems to work well * Added support for the old [ClientStack.LindenUDP] settings (including setting the receive buffer size) and added the new token bucket and global throttle settings * Added the AssetLoaderEnabled config variable to optionally disable loading assets from XML every startup. This gives a dramatic improvement in startup times for those who don't need the functionality every startup | |||||
2009-10-14 | Set the estate owner to be the master avatar if it's not set. | Melanie | 1 | -0/+6 | |
2009-10-12 | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 1 | -0/+1 | |
* Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid | |||||
2009-10-07 | store owner_uuid in the region table | Melanie | 1 | -0/+1 | |