Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -4/+4 | |
| | | ||||||
* | | Fixed more appearance woes that showed up using remote connectors. ↵ | Diva Canto | 2010-01-12 | 1 | -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 Canto | 2010-01-11 | 1 | -43/+80 | |
| | | ||||||
* | | Merge branch 'presence-refactor' of ↵ | Diva Canto | 2010-01-10 | 1 | -6/+0 | |
|\ \ | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor | |||||
| * | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 1 | -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 lookat | Diva Canto | 2010-01-10 | 1 | -1/+1 | |
|/ / | | | | | | | * CommsManager.AvatarService rerouted | |||||
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -0/+19 | |
| | | | | | | | | | | * HG is seriously broken here * Compiles. Untested. | |||||
* | | * Added SetPassword to IAuthenticationService. | Diva Canto | 2010-01-09 | 1 | -0/+11 | |
| | | | | | | | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim. | |||||
* | | Preliminary work on the new default region setting mechanism | Melanie | 2010-01-09 | 1 | -0/+4 | |
| | | ||||||
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 2 | -0/+31 | |
| | | ||||||
* | | * Finished SimulationServiceConnector | Diva Canto | 2010-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run. | |||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Mark GetUserInventory as obsolete. It is still used in the default | Melanie | 2010-01-04 | 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. | |||||
* | | Some work on avatar service. Retrieval and storage done | Melanie | 2010-01-04 | 1 | -0/+4 | |
| | | ||||||
* | | * Changed ISimulation interface to take a GridRegion as input arg instead of ↵ | Diva Canto | 2010-01-03 | 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. | |||||
* | | Flattening the ServiceURLs | Diva Canto | 2010-01-02 | 1 | -3/+23 | |
| | | ||||||
* | | * Converters from new AvatarData to old AvatarAppearance and vice-versa | Diva Canto | 2010-01-02 | 1 | -1/+94 | |
| | | | | | | | | * Login now retrieves AvatarData from AvatarService and sends it off with the agent data | |||||
* | | Changed the rest of references to IAvatarData to AvatarData | Diva Canto | 2010-01-02 | 1 | -2/+7 | |
| | | ||||||
* | | Change to a class | Melanie | 2010-01-02 | 1 | -5/+7 | |
| | | ||||||
* | | Strip the lindenisms from the interface | Melanie | 2010-01-02 | 1 | -8/+2 | |
| | | ||||||
* | | Clarifying comments. | Diva Canto | 2010-01-02 | 1 | -1/+7 | |
| | | ||||||
* | | First stab at avatar data. Very generic | Melanie | 2010-01-02 | 1 | -7/+16 | |
| | | ||||||
* | | Minor interface changes | Melanie | 2010-01-02 | 1 | -8/+5 | |
| | | ||||||
* | | * Forgotten ILibraryService from yesterday | Diva Canto | 2010-01-02 | 2 | -0/+137 | |
| | | | | | | | | * New IAvatarService -- first pass | |||||
* | | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵ | Diva Canto | 2009-12-31 | 1 | -1/+2 | |
| | | | | | | | | Almost done... | |||||
* | | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 2009-12-31 | 1 | -0/+3 | |
| | | | | | | | | | | * More beef to the LLLoginService * Better design for handling local simulation service | |||||
* | | Simulation handlers (agents & objects) completed. | Diva Canto | 2009-12-31 | 1 | -7/+3 | |
| | | ||||||
* | | Merge branch 'presence-refactor' of ↵ | Diva Canto | 2009-12-30 | 1 | -5/+3 | |
|\ \ | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor | |||||
| * | | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 2009-12-31 | 1 | -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 Canto | 2009-12-30 | 1 | -0/+49 | |
|/ / | | | | | | | the existing code. | |||||
* | | Some modifications to user service. Query by name is implemented now | Melanie | 2009-12-30 | 1 | -8/+8 | |
| | | ||||||
* | | * All modules and connectors for user account service are in place. Untested. | Diva Canto | 2009-12-29 | 1 | -2/+2 | |
| | | | | | | | | * Cleaned up a few things on presence connectors | |||||
* | | Tighten up the IUserService interface again. No need for auth tokens at this ↵ | Diva Canto | 2009-12-29 | 1 | -2/+2 | |
| | | | | | | | | level. | |||||
* | | Polished the IUserService interface. | Diva Canto | 2009-12-29 | 1 | -1/+2 | |
| | | ||||||
* | | Better way of setting ServiceURLs | Diva Canto | 2009-12-29 | 1 | -12/+2 | |
| | | ||||||
* | | Added the ServiceURLs field to UserAccountData | Diva Canto | 2009-12-28 | 1 | -0/+14 | |
| | | ||||||
* | | Removed AccountType, GodLevel and UserFlags from UserAccountData. Doesn't ↵ | Diva Canto | 2009-12-28 | 1 | -18/+0 | |
| | | | | | | | | belong there. | |||||
* | | * Added Created field to UserAccountData | Diva Canto | 2009-12-28 | 1 | -0/+5 | |
| | | ||||||
* | | * Added packing/unpacking of the Home fields in PresenceInfo | Diva Canto | 2009-12-28 | 2 | -28/+47 | |
| | | | | | | | | * Cleaned up IUserService and beefed up UserAccoutData | |||||
* | | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 2009-12-28 | 1 | -0/+4 | |
| | | | | | | | | (deleting all but one presence record) on logout so that they don't pile up. | |||||
* | | Database and presence changes. Untested | Melanie | 2009-12-28 | 1 | -5/+5 | |
| | | ||||||
* | | Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵ | Diva Canto | 2009-12-27 | 1 | -1/+38 | |
| | | | | | | | | just compiles. | |||||
* | | Changed GetAgents to take string[] instead of UUID[] | Diva Canto | 2009-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | Remove the sesion from returned presence info | Melanie | 2009-12-27 | 1 | -2/+0 | |
| | | ||||||
* | | Interface changes | Melanie | 2009-12-27 | 1 | -10/+6 | |
| | | ||||||
* | | More beef to the IPresenceService interface. | Diva Canto | 2009-12-26 | 1 | -1/+12 | |
| | | ||||||
* | | Presence Step 1 | Melanie | 2009-12-27 | 1 | -1/+8 | |
|/ | ||||||
* | Tweak presence handling and whip up a database connector and handler | Melanie | 2009-11-18 | 1 | -1/+1 | |
| | | | | for testign the new generic table handling | |||||
* | Change PresenceData to PresenceInfo to remove a naming conflict in the | Melanie | 2009-11-18 | 1 | -0/+8 | |
| | | | | OpenSim.Data namespace | |||||
* | Set the estate owner to be the master avatar if it's not set. | Melanie | 2009-10-14 | 1 | -0/+6 | |
| |