aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-04Some work on avatar service. Retrieval and storage doneMelanie2-7/+29
2010-01-04Avatar appearance skeletonMelanie3-1/+164
2010-01-03Successfully logged into a grid.Diva Canto2-6/+18
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto3-35/+200
2010-01-03Applied fix for avatar connectors similar to yesterday's fix of user account ...Diva Canto1-1/+6
2010-01-02Flattening the ServiceURLsDiva Canto1-3/+23
2010-01-03Change the requester a littleMelanie1-1/+4
2010-01-02Test client for remote presence connector, and for the service itself. Connec...Diva Canto2-3/+5
2010-01-02* Converters from new AvatarData to old AvatarAppearance and vice-versaDiva Canto2-9/+117
2010-01-02* Avatar service connectors all in place, but untested.Diva Canto1-0/+312
2010-01-02Changed the rest of references to IAvatarData to AvatarDataDiva Canto1-2/+7
2010-01-02Change to a classMelanie1-5/+7
2010-01-02Strip the lindenisms from the interfaceMelanie1-8/+2
2010-01-02Clarifying comments.Diva Canto1-1/+7
2010-01-02First stab at avatar data. Very genericMelanie1-7/+16
2010-01-02Minor interface changesMelanie1-8/+5
2010-01-02* Forgotten ILibraryService from yesterdayDiva Canto2-0/+137
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto3-20/+321
2010-01-01Forgotten modules in prior commit.Diva Canto1-1/+1
2010-01-01New LL login service is working! -- tested in standalone only. Things still m...Diva Canto5-100/+159
2010-01-01Remove the inner Md5 to let the auth service handle md5 passwordsMelanie1-1/+1
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, becau...Diva Canto1-0/+2
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! Almos...Diva Canto3-22/+290
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto3-14/+59
2009-12-31More progress on both the Simulation service and the Login service. Both stil...Diva Canto2-2/+402
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto1-7/+3
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt th...Diva Canto3-0/+863
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
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
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto4-131/+302
2009-12-29Tighten up the IUserService interface again. No need for auth tokens at this ...Diva Canto3-8/+7
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 bel...Diva Canto1-18/+0
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
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie3-4/+80
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, ju...Diva Canto2-1/+415
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