aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-02Minor interface changesMelanie1-8/+5
2010-01-02* Forgotten ILibraryService from yesterdayDiva Canto2-0/+137
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! Almos...Diva Canto1-1/+2
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-0/+3
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 Canto1-0/+49
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-5/+3
2009-12-30Some modifications to user service. Query by name is implemented nowMelanie1-8/+8
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto1-2/+2
2009-12-29Tighten up the IUserService interface again. No need for auth tokens at this ...Diva Canto1-2/+2
2009-12-29Polished the IUserService interface.Diva Canto1-1/+2
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 cleanupMelanie1-0/+4
2009-12-28Database and presence changes. UntestedMelanie1-5/+5
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ju...Diva Canto1-1/+38
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto1-1/+1
2009-12-27Remove the sesion from returned presence infoMelanie1-2/+0
2009-12-27Interface changesMelanie1-10/+6
2009-12-26More beef to the IPresenceService interface.Diva Canto1-1/+12
2009-12-27Presence Step 1Melanie1-1/+8
2009-11-18Tweak presence handling and whip up a database connector and handlerMelanie1-1/+1
2009-11-18Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie1-0/+8
2009-10-14Set the estate owner to be the master avatar if it's not set.Melanie1-0/+6
2009-10-07Add owner_uuid. Not sure this works. Worth a testMelanie1-0/+14
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-28Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ...Diva Canto1-5/+9
2009-09-27Added missing IHyperlinkService.Diva Canto1-0/+49
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto1-1/+2
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-0/+14
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-6/+21
2009-09-25Better guards on RegisterRegion in GridService.Diva Canto1-1/+9
2009-09-24All tests pass for MySQL/MySQLRegionData.Diva Canto1-43/+18
2009-09-24GridServerPostHandler finished. GridClient tests all work. More guards on get...Diva Canto1-0/+4
2009-09-24Added test GridClient, which allowed me to remove a few bugs out of the new c...Diva Canto1-0/+9
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto1-9/+240
2009-09-21Added grid handler and grid remote connector.Diva Canto1-1/+1
2009-09-18First pass at the grid service.Diva Canto1-6/+11
2009-09-16updated the IAuthorizationService interface so that a message is passed back ...Rob Smart1-1/+1
2009-09-11Changed GetRegionByHandle to GetRegionByPosition -- more generic.Diva Canto1-1/+1
2009-09-11Added GetRegionByHandle.Diva Canto1-0/+2
2009-09-11Removed RequestLandData from IGridService because it's already in another place.Diva Canto2-4/+38
2009-09-11Changed names of methods in IGridService.Diva Canto1-8/+13
2009-09-11moved AuthorizationRequest and AuthorizationResponse to IAuthorizationService...Rob Smart1-0/+98
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-1/+1
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart1-0/+46
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie1-36/+0