aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie1-6/+0
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-0/+19
* HG is seriously broken here * Compiles. Untested.
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto1-0/+11
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
2010-01-09Preliminary work on the new default region setting mechanismMelanie1-0/+4
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto2-0/+31
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
* Started rerouting calls to UserService. * Compiles. May run.
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-04Some work on avatar service. Retrieval and storage doneMelanie1-0/+4
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto1-8/+10
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-02Flattening the ServiceURLsDiva Canto1-3/+23
2010-01-02* Converters from new AvatarData to old AvatarAppearance and vice-versaDiva Canto1-1/+94
* Login now retrieves AvatarData from AvatarService and sends it off with the agent data
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
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto1-1/+2
Almost done...
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-0/+3
* More beef to the LLLoginService * Better design for handling local simulation service
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 Canto1-0/+49
the existing code.
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie1-5/+3
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
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
* Cleaned up a few things on presence connectors
2009-12-29Tighten up the IUserService interface again. No need for auth tokens at this ↵Diva Canto1-2/+2
level.
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 ↵Diva Canto1-18/+0
belong there.
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
* Cleaned up IUserService and beefed up UserAccoutData
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie1-0/+4
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Database and presence changes. UntestedMelanie1-5/+5
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto1-1/+38
just compiles.
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
for testign the new generic table handling
2009-11-18Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie1-0/+8
OpenSim.Data namespace
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
layer. This sounds fishy to me, but it's what's used to make external currency modules work, for now.
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 ↵Diva Canto1-1/+2
neighbours in the grid service modules.
2009-09-26Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto1-0/+14
HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
2009-09-26First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto1-6/+21
minimally. A few bugs to catch now.