aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Finally cutting the gordian knot. Friends needs to be both a module and aMelanie2010-02-041-0/+49
| | | | | service, and never the twain shall meet. This finally opens up the path to a working friends implementation
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-6/+8
|
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-1/+1
|
* Removed obsolete interface IHyperlink.Diva Canto2010-01-241-49/+0
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-49/+0
|
* Go Home works. With security!!Diva Canto2010-01-182-0/+12
|
* * Added missing GatekeeperServiceConnectorDiva Canto2010-01-181-0/+3
| | | | * Added basic machinery for teleporting users home. Untested.
* HG teleports through gatekeeper are working.Diva Canto2010-01-171-4/+0
|
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-172-0/+8
|
* HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto2010-01-171-1/+1
|
* Copyright notices.Diva Canto2010-01-171-1/+28
|
* Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-162-0/+60
| | | | yet.
* Fixed a missing field in the last regions table migration.Diva Canto2010-01-161-3/+3
|
* Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto2010-01-161-2/+2
|
* Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+1
|\ | | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| * Change the error messages on region region registration. This changes URMMelanie2010-01-131-1/+1
| | | | | | | | | | and region. The non-error case should be compatible, so no version bump. Untested.
* | Implement region registration with authenticationMelanie2010-01-151-0/+5
| |
* | Several more buglets removed.Diva Canto2010-01-131-4/+4
| |
* | Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto2010-01-121-1/+1
| | | | | | | | Appearance is now being passed with AgentCircuitData, as it should be.
* | Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto2010-01-111-43/+80
| |
* | Merge branch 'presence-refactor' of ↵Diva Canto2010-01-101-6/+0
|\ \ | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-6/+0
| | | | | | | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
* | | * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+1
|/ / | | | | | | * CommsManager.AvatarService rerouted
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-0/+19
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-0/+11
| | | | | | | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
* | 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
| | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run.
* | 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
| | | | | | | | | | | | | | | | 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.
* | 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
| | | | | | | | | | | | | | 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.
* | Flattening the ServiceURLsDiva Canto2010-01-021-3/+23
| |
* | * Converters from new AvatarData to old AvatarAppearance and vice-versaDiva Canto2010-01-021-1/+94
| | | | | | | | * Login now retrieves AvatarData from AvatarService and sends it off with the agent data
* | 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
* | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto2009-12-311-1/+2
| | | | | | | | Almost done...
* | * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-0/+3
| | | | | | | | | | * More beef to the LLLoginService * Better design for handling local simulation service
* | Simulation handlers (agents & objects) completed.Diva Canto2009-12-311-7/+3
| |
* | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-301-5/+3
|\ \ | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-5/+3
| | | | | | | | | | | | | | | 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-301-0/+49
|/ / | | | | | | the existing code.
* | 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
| | | | | | | | * Cleaned up a few things on presence connectors
* | Tighten up the IUserService interface again. No need for auth tokens at this ↵Diva Canto2009-12-291-2/+2
| | | | | | | | level.