aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto3-0/+863
the existing code.
2009-12-31Implement avatar picker queriesMelanie1-1/+11
2009-12-31Implement saving user account dataMelanie1-1/+22
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie3-34/+71
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-30Make ScopeID be wild on user queries. Just pass it as UUID.ZeroMelanie1-3/+14
2009-12-30Some modifications to user service. Query by name is implemented nowMelanie2-8/+23
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto1-9/+23
2009-12-29More renames to make everything consistent. This is the UserAccountService.Diva Canto3-0/+0
2009-12-29* Fixed names.Diva Canto1-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 Canto4-131/+302
* Cleaned up a few things on presence connectors
2009-12-29Tighten up the IUserService interface again. No need for auth tokens at this ↵Diva Canto3-8/+7
level.
2009-12-29Polished the IUserService interface.Diva Canto3-11/+12
2009-12-29Better way of setting ServiceURLsDiva Canto1-12/+2
2009-12-28Added the ServiceURLs field to UserAccountDataDiva Canto1-0/+14
2009-12-28Removed AccountType, GodLevel and UserFlags from UserAccountData. Doesn't ↵Diva Canto1-18/+0
belong there.
2009-12-28* Added Created field to UserAccountDataDiva Canto1-0/+5
2009-12-28* Added packing/unpacking of the Home fields in PresenceInfoDiva Canto2-28/+47
* Cleaned up IUserService and beefed up UserAccoutData
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie3-4/+80
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Added some more log messages. This is beginning to work.Diva Canto2-5/+7
2009-12-28Database and presence changes. UntestedMelanie4-34/+30
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2-1/+415
just compiles.
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto2-20/+24
2009-12-27Remove the sesion from returned presence infoMelanie2-6/+0
2009-12-27Change the signature of the forms requester data in preparation to gettingMelanie2-11/+11
to where lists can be sent as requests
2009-12-27Finish the presence serviceMelanie1-5/+73
2009-12-27Just make it compile :)Melanie1-5/+26
2009-12-27Interface changesMelanie1-10/+6
2009-12-26More beef to the IPresenceService interface.Diva Canto1-1/+12
2009-12-27Presence Step 1Melanie2-6/+10
2009-12-21Bug fix: set the map image upon hyperlinking regions.Diva Canto1-0/+3
2009-12-19* Bug fix in HG: preserve the home region coordinates across multiple HG TPs.Diva Canto1-2/+2
* Removed unnecessary debug messages.
2009-12-07Stop AuthorizationService from throwing an error if it's not configured.Melanie1-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-18minor: Correct some inventory corrector log messages and add more ↵Justin Clark-Casey (justincc)1-19/+20
identifying detail
2009-11-18minor: correct error messages when queryfolder failsJustin Clark-Casey (justincc)1-4/+1
2009-11-18Tweak presence handling and whip up a database connector and handlerMelanie2-1/+10
for testign the new generic table handling
2009-11-18Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie2-0/+13
OpenSim.Data namespace
2009-11-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2-3/+2
unknown asset type, and log an error if it ever does happen
2009-10-31Patch + minor formatting fixes.Diva Canto1-3/+3
2009-10-31http://opensimulator.org/mantis/view.php?id=4337Douglas R. Miles1-1/+5
2009-10-23Adding the presence service skeletonMelanie2-0/+137
2009-10-14* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-4/+4
2009-10-14* Minimized the number of times textures are pulled off the priority queueJohn Hurliman1-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-14Set the estate owner to be the master avatar if it's not set.Melanie1-0/+6
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto1-0/+1
* Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid
2009-10-07store owner_uuid in the region tableMelanie1-0/+1
2009-10-07Remove debug againMelanie1-1/+1
2009-10-07Enable debugging of the region connector's query stringMelanie1-1/+1
2009-10-07Add owner_uuid. Not sure this works. Worth a testMelanie1-0/+14