Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-02-25 | Added server-side Friends in connector. Untested. | Diva Canto | 1 | -0/+28 | |
2010-02-23 | * Removed the unused GridRegion.getInternalEndPointPort() (just use ↵ | John Hurliman | 1 | -5/+0 | |
InternalEndPoint.Port). This class is complex enough as it is * Changed the failed to inform neighbor message from a warning to info, since this will fire for every empty neighbor space * Made the EnableSimulator/EstablishAgentCommunication log message more verbose and more clear about what is happening | |||||
2010-02-22 | * Removed the broken and unused GridRegion.ExternalEndPoint setter | John Hurliman | 1 | -2/+0 | |
2010-02-09 | Implement the methods needed for the login service to populate the friendslist | Melanie | 1 | -2/+2 | |
on the friends service | |||||
2010-02-09 | Add the friends service skel and correct some namespace issues | Melanie | 1 | -1/+1 | |
2010-02-05 | Clarify some names | Melanie | 1 | -3/+2 | |
2010-02-04 | Finally cutting the gordian knot. Friends needs to be both a module and a | Melanie | 1 | -0/+49 | |
service, and never the twain shall meet. This finally opens up the path to a working friends implementation | |||||
2010-01-28 | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 1 | -6/+8 | |
2010-01-27 | Added ExternalName config on Gatekeeper. | Diva Canto | 1 | -1/+1 | |
2010-01-24 | Removed obsolete interface IHyperlink. | Diva Canto | 1 | -49/+0 | |
2010-01-24 | Integrated the hyperlinking with the GridService. | Diva Canto | 1 | -49/+0 | |
2010-01-18 | Go Home works. With security!! | Diva Canto | 2 | -0/+12 | |
2010-01-18 | * Added missing GatekeeperServiceConnector | Diva Canto | 1 | -0/+3 | |
* Added basic machinery for teleporting users home. Untested. | |||||
2010-01-17 | HG teleports through gatekeeper are working. | Diva Canto | 1 | -4/+0 | |
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 2 | -0/+8 | |
2010-01-17 | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 1 | -1/+1 | |
2010-01-17 | Copyright notices. | Diva Canto | 1 | -1/+28 | |
2010-01-16 | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵ | Diva Canto | 2 | -0/+60 | |
yet. | |||||
2010-01-16 | Fixed a missing field in the last regions table migration. | Diva Canto | 1 | -3/+3 | |
2010-01-16 | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 1 | -2/+2 | |
2010-01-15 | Implement region registration with authentication | Melanie | 1 | -0/+5 | |
2010-01-13 | Several more buglets removed. | Diva Canto | 1 | -4/+4 | |
2010-01-13 | Change the error messages on region region registration. This changes URM | Melanie | 1 | -1/+1 | |
and region. The non-error case should be compatible, so no version bump. Untested. | |||||
2010-01-12 | Fixed more appearance woes that showed up using remote connectors. ↵ | Diva Canto | 1 | -1/+1 | |
Appearance is now being passed with AgentCircuitData, as it should be. | |||||
2010-01-11 | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 1 | -43/+80 | |
2010-01-10 | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 1 | -1/+1 | |
* CommsManager.AvatarService rerouted | |||||
2010-01-10 | Remove all references to master avatar, replacing with estate owner where | Melanie | 1 | -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 Canto | 1 | -0/+19 | |
* HG is seriously broken here * Compiles. Untested. | |||||
2010-01-09 | * Added SetPassword to IAuthenticationService. | Diva Canto | 1 | -0/+11 | |
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim. | |||||
2010-01-09 | Preliminary work on the new default region setting mechanism | Melanie | 1 | -0/+4 | |
2010-01-08 | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2 | -0/+31 | |
2010-01-07 | * Finished SimulationServiceConnector | Diva Canto | 1 | -1/+1 | |
* Started rerouting calls to UserService. * Compiles. May run. | |||||
2010-01-04 | Mark GetUserInventory as obsolete. It is still used in the default | Melanie | 1 | -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-04 | Some work on avatar service. Retrieval and storage done | Melanie | 1 | -0/+4 | |
2010-01-03 | * Changed ISimulation interface to take a GridRegion as input arg instead of ↵ | Diva Canto | 1 | -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-02 | Flattening the ServiceURLs | Diva Canto | 1 | -3/+23 | |
2010-01-02 | * Converters from new AvatarData to old AvatarAppearance and vice-versa | Diva Canto | 1 | -1/+94 | |
* Login now retrieves AvatarData from AvatarService and sends it off with the agent data | |||||
2010-01-02 | Changed the rest of references to IAvatarData to AvatarData | Diva Canto | 1 | -2/+7 | |
2010-01-02 | Change to a class | Melanie | 1 | -5/+7 | |
2010-01-02 | Strip the lindenisms from the interface | Melanie | 1 | -8/+2 | |
2010-01-02 | Clarifying comments. | Diva Canto | 1 | -1/+7 | |
2010-01-02 | First stab at avatar data. Very generic | Melanie | 1 | -7/+16 | |
2010-01-02 | Minor interface changes | Melanie | 1 | -8/+5 | |
2010-01-02 | * Forgotten ILibraryService from yesterday | Diva Canto | 2 | -0/+137 | |
* New IAvatarService -- first pass | |||||
2009-12-31 | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵ | Diva Canto | 1 | -1/+2 | |
Almost done... | |||||
2009-12-31 | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 1 | -0/+3 | |
* More beef to the LLLoginService * Better design for handling local simulation service | |||||
2009-12-31 | Simulation handlers (agents & objects) completed. | Diva Canto | 1 | -7/+3 | |
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 1 | -0/+49 | |
the existing code. | |||||
2009-12-31 | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 1 | -5/+3 | |
Implement the fetch operations fully. Rename one last UserService file to UserAccountService | |||||
2009-12-30 | Some modifications to user service. Query by name is implemented now | Melanie | 1 | -8/+8 | |