aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some work on avatar service. Retrieval and storage doneMelanie2010-01-042-7/+29
|
* Avatar appearance skeletonMelanie2010-01-043-1/+164
|
* Successfully logged into a grid.Diva Canto2010-01-032-6/+18
|
* * Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto2010-01-033-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.
* Applied fix for avatar connectors similar to yesterday's fix of user account ↵Diva Canto2010-01-031-1/+6
| | | | connectors.
* Flattening the ServiceURLsDiva Canto2010-01-021-3/+23
|
* Change the requester a littleMelanie2010-01-031-1/+4
|
* Test client for remote presence connector, and for the service itself. ↵Diva Canto2010-01-022-3/+5
| | | | Connector seems to work well.
* * Converters from new AvatarData to old AvatarAppearance and vice-versaDiva Canto2010-01-022-9/+117
| | | | * Login now retrieves AvatarData from AvatarService and sends it off with the agent data
* * Avatar service connectors all in place, but untested.Diva Canto2010-01-021-0/+312
| | | | * Fixed a typo in RemoteUserAccountServiceConnector module.
* Changed the rest of references to IAvatarData to AvatarDataDiva Canto2010-01-021-2/+7
|
* Change to a classMelanie2010-01-021-5/+7
|
* Strip the lindenisms from the interfaceMelanie2010-01-021-8/+2
|
* Clarifying comments.Diva Canto2010-01-021-1/+7
|
* First stab at avatar data. Very genericMelanie2010-01-021-7/+16
|
* Minor interface changesMelanie2010-01-021-8/+5
|
* * Forgotten ILibraryService from yesterdayDiva Canto2010-01-022-0/+137
| | | | * New IAvatarService -- first pass
* The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-013-20/+321
| | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
* Forgotten modules in prior commit.Diva Canto2010-01-011-1/+1
|
* New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto2010-01-015-100/+159
| | | | missing from response, namely Library and Friends. Appearance service is also missing.
* Remove the inner Md5 to let the auth service handle md5 passwordsMelanie2010-01-011-1/+1
|
* Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto2009-12-311-0/+2
| | | | | | because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
* A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto2009-12-313-22/+290
| | | | Almost done...
* * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-313-14/+59
| | | | | * More beef to the LLLoginService * Better design for handling local simulation service
* More progress on both the Simulation service and the Login service. Both ↵Diva Canto2009-12-312-2/+402
| | | | still unfinished.
* Simulation handlers (agents & objects) completed.Diva Canto2009-12-311-7/+3
|
* Merge branch 'presence-refactor' of ↵Diva Canto2009-12-303-37/+105
|\ | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * Implement avatar picker queriesMelanie2009-12-311-1/+11
| |
| * Implement saving user account dataMelanie2009-12-311-1/+22
| |
| * Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-313-34/+71
| | | | | | | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService
* | First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto2009-12-303-0/+863
|/ | | | the existing code.
* Make ScopeID be wild on user queries. Just pass it as UUID.ZeroMelanie2009-12-301-3/+14
|
* Merge branch 'presence-refactor' of ↵Melanie2009-12-301-9/+23
|\ | | | | | | melanie@opensimulator.org:/var/git/opensim into presence-refactor
| * Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-301-9/+23
| |
* | Some modifications to user service. Query by name is implemented nowMelanie2009-12-302-8/+23
|/
* More renames to make everything consistent. This is the UserAccountService.Diva Canto2009-12-293-0/+0
|
* * Fixed names.Diva Canto2009-12-291-5/+14
| | | | | * Added configs for Standalone * Changed UserSericeBase to use useraccounts instead of user
* * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-294-131/+302
| | | | * Cleaned up a few things on presence connectors
* Tighten up the IUserService interface again. No need for auth tokens at this ↵Diva Canto2009-12-293-8/+7
| | | | level.
* Polished the IUserService interface.Diva Canto2009-12-293-11/+12
|
* Better way of setting ServiceURLsDiva Canto2009-12-291-12/+2
|
* Added the ServiceURLs field to UserAccountDataDiva Canto2009-12-281-0/+14
|
* Removed AccountType, GodLevel and UserFlags from UserAccountData. Doesn't ↵Diva Canto2009-12-281-18/+0
| | | | belong there.
* * Added Created field to UserAccountDataDiva Canto2009-12-281-0/+5
|
* * Added packing/unpacking of the Home fields in PresenceInfoDiva Canto2009-12-282-28/+47
| | | | * Cleaned up IUserService and beefed up UserAccoutData
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-283-4/+80
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Added some more log messages. This is beginning to work.Diva Canto2009-12-282-5/+7
|
* Database and presence changes. UntestedMelanie2009-12-284-34/+30
|
* Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-272-1/+415
| | | | just compiles.
* Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-272-20/+24
|