aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-6/+0
* | | * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+1
|/ /
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-0/+19
* | * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-0/+11
* | Preliminary work on the new default region setting mechanismMelanie2010-01-091-0/+4
* | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-082-0/+31
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
* | Merge branch 'master' into presence-refactorMelanie2010-01-041-0/+2
|\ \ | |/
| * Mark GetUserInventory as obsolete. It is still used in the defaultMelanie2010-01-041-0/+2
* | Some work on avatar service. Retrieval and storage doneMelanie2010-01-041-0/+4
* | * Changed ISimulation interface to take a GridRegion as input arg instead of ...Diva Canto2010-01-031-8/+10
* | Flattening the ServiceURLsDiva Canto2010-01-021-3/+23
* | * Converters from new AvatarData to old AvatarAppearance and vice-versaDiva Canto2010-01-021-1/+94
* | 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
* | A lot more beef on the login service. The LLLoginResponse is a MONSTER! Almos...Diva Canto2009-12-311-1/+2
* | * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-0/+3
* | Simulation handlers (agents & objects) completed.Diva Canto2009-12-311-7/+3
* | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open...Diva Canto2009-12-301-5/+3
|\ \
| * | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-5/+3
* | | First pass at the new login service. Still incomplete, but doesn't disrupt th...Diva Canto2009-12-301-0/+49
|/ /
* | Some modifications to user service. Query by name is implemented nowMelanie2009-12-301-8/+8
* | * All modules and connectors for user account service are in place. Untested.Diva Canto2009-12-291-2/+2
* | Tighten up the IUserService interface again. No need for auth tokens at this ...Diva Canto2009-12-291-2/+2
* | Polished the IUserService interface.Diva Canto2009-12-291-1/+2
* | 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 bel...Diva Canto2009-12-281-18/+0
* | * Added Created field to UserAccountDataDiva Canto2009-12-281-0/+5
* | * Added packing/unpacking of the Home fields in PresenceInfoDiva Canto2009-12-282-28/+47
* | Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+4
* | Database and presence changes. UntestedMelanie2009-12-281-5/+5
* | Presence remote connector and handler. Presence HG Broker. Nothing tested, ju...Diva Canto2009-12-271-1/+38
* | Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-1/+1
* | Remove the sesion from returned presence infoMelanie2009-12-271-2/+0
* | Interface changesMelanie2009-12-271-10/+6
* | More beef to the IPresenceService interface.Diva Canto2009-12-261-1/+12
* | Presence Step 1Melanie2009-12-271-1/+8
|/
* Tweak presence handling and whip up a database connector and handlerMelanie2009-11-181-1/+1
* Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie2009-11-181-0/+8
* Set the estate owner to be the master avatar if it's not set.Melanie2009-10-141-0/+6
* Add owner_uuid. Not sure this works. Worth a testMelanie2009-10-071-0/+14
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ...Diva Canto2009-09-281-5/+9
* Added missing IHyperlinkService.Diva Canto2009-09-271-0/+49