aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-10Add a "LockedOut" flag to allow locking a region out via the grid server.Melanie1-0/+3
This flag prevents registration of a known region
2010-01-10Add "Persistent" flag to regions table flags valuesMelanie1-6/+7
2010-01-10Add last_seen field to regions tableMelanie1-0/+2
2010-01-10Make the new API return only the regions that are marked onlineMelanie1-2/+8
2010-01-09* Moved command reset password from OpenSim to UserAccountService.Diva Canto1-0/+37
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto4-53/+138
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
2010-01-10Finally the region service config stuff is in.Melanie1-17/+51
2010-01-10Add some commands to the grid serverMelanie1-0/+75
2010-01-09Temp fix: initialize flags value to prevent exceptionMelanie1-0/+19
2010-01-09Preliminary work on the new default region setting mechanismMelanie3-0/+87
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto1-19/+88
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto2-0/+31
2010-01-07* Finished SimulationServiceConnectorDiva Canto2-5/+166
* Started rerouting calls to UserService. * Compiles. May run.
2010-01-04Finish conversion if XInventoryServiceMelanie1-12/+46
2010-01-04First stage port of the XInventoryServiceMelanie1-0/+474
2010-01-04Mark GetUserInventory as obsolete. It is still used in the defaultMelanie1-0/+2
avatars module and in the REST inventory service, but future inventory services and/or connector will not include this method anymore, because it is dangerous on large inventory servers. Marking as obsolete to give an incentive to rewrite these services to use the recursive fetching or more targeted retrieval.
2010-01-04AvatarStore. Untested, but completeMelanie1-11/+52
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
a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.
2010-01-03Applied fix for avatar connectors similar to yesterday's fix of user account ↵Diva Canto1-1/+6
connectors.
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. ↵Diva Canto2-3/+5
Connector seems to work well.
2010-01-02* Converters from new AvatarData to old AvatarAppearance and vice-versaDiva Canto2-9/+117
* Login now retrieves AvatarData from AvatarService and sends it off with the agent data
2010-01-02* Avatar service connectors all in place, but untested.Diva Canto1-0/+312
* Fixed a typo in RemoteUserAccountServiceConnector module.
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
* New IAvatarService -- first pass
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto3-20/+321
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
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 ↵Diva Canto5-100/+159
missing from response, namely Library and Friends. Appearance service is also missing.
2010-01-01Prevent the creation of duplicate inventory folders in the case of a loginMelanie1-1/+12
database issue. Now the login will instaead fail later.
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, ↵Diva Canto1-0/+2
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto3-22/+290
Almost done...
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto3-14/+59
* More beef to the LLLoginService * Better design for handling local simulation service
2009-12-31More progress on both the Simulation service and the Login service. Both ↵Diva Canto2-2/+402
still unfinished.
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 ↵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