Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Fixing incorrect documentation for the continuation passing style ↵ | John Hurliman | 2010-04-07 | 1 | -1/+2 | |
| | | | | | | IAssetService.Get() method * Changing the SimianGrid asset service connector to match the corrected documentation | |||||
* | First stage of the new interactive region creation. This will allow creation | Melanie | 2010-03-23 | 1 | -2/+2 | |
| | | | | | | | of a region and joining it to an existing estate or creating a new estate, as well as creating an estate owner if in standalone, and assigning estate owners. In Grid mode, existing users must be used. MySQL ONLY!!!! so far, as I can't develop or test for either SQLite or MSSQL. | |||||
* | Get the local inner simulation service object to the handler so that there ↵ | Diva Canto | 2010-03-15 | 1 | -0/+1 | |
| | | | | is no possibility of cascading requests when failures happen. | |||||
* | Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -7/+13 | |
| | | | | | | Adds MockUserAccountService and connects it up Stops services being carried over between tests since this leads to hard to find bugs Improves information and error reporting when loading plugins | |||||
* | Justin, I must have been dyslexic when I wrote UserGridService as the name ↵ | Diva Canto | 2010-03-05 | 1 | -6/+6 | |
| | | | | for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere. | |||||
* | add initial UserGrid service classes as per diva's direction | Justin Clark-Casey (justincc) | 2010-03-05 | 1 | -0/+75 | |
| | | | | | this will initially store home location data instead of the presence service compiles but not enough to actually test yet | |||||
* | Friends rights under control. | Diva Canto | 2010-03-01 | 1 | -1/+5 | |
| | ||||||
* | Added server-side Friends in connector. Untested. | Diva Canto | 2010-02-25 | 1 | -0/+28 | |
| | ||||||
* | * Removed the unused GridRegion.getInternalEndPointPort() (just use ↵ | John Hurliman | 2010-02-23 | 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 | |||||
* | * Removed the broken and unused GridRegion.ExternalEndPoint setter | John Hurliman | 2010-02-22 | 1 | -2/+0 | |
| | ||||||
* | Implement the methods needed for the login service to populate the friendslist | Melanie | 2010-02-09 | 1 | -2/+2 | |
| | | | | on the friends service | |||||
* | Add the friends service skel and correct some namespace issues | Melanie | 2010-02-09 | 1 | -1/+1 | |
| | ||||||
* | Clarify some names | Melanie | 2010-02-05 | 1 | -3/+2 | |
| | ||||||
* | Finally cutting the gordian knot. Friends needs to be both a module and a | Melanie | 2010-02-04 | 1 | -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 Canto | 2010-01-28 | 1 | -6/+8 | |
| | ||||||
* | Added ExternalName config on Gatekeeper. | Diva Canto | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | Removed obsolete interface IHyperlink. | Diva Canto | 2010-01-24 | 1 | -49/+0 | |
| | ||||||
* | Integrated the hyperlinking with the GridService. | Diva Canto | 2010-01-24 | 1 | -49/+0 | |
| | ||||||
* | Go Home works. With security!! | Diva Canto | 2010-01-18 | 2 | -0/+12 | |
| | ||||||
* | * Added missing GatekeeperServiceConnector | Diva Canto | 2010-01-18 | 1 | -0/+3 | |
| | | | | * Added basic machinery for teleporting users home. Untested. | |||||
* | HG teleports through gatekeeper are working. | Diva Canto | 2010-01-17 | 1 | -4/+0 | |
| | ||||||
* | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 2010-01-17 | 2 | -0/+8 | |
| | ||||||
* | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Copyright notices. | Diva Canto | 2010-01-17 | 1 | -1/+28 | |
| | ||||||
* | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵ | Diva Canto | 2010-01-16 | 2 | -0/+60 | |
| | | | | yet. | |||||
* | Fixed a missing field in the last regions table migration. | Diva Canto | 2010-01-16 | 1 | -3/+3 | |
| | ||||||
* | Moved prim crossing to EntityTransferModule. Not complete yet. | Diva Canto | 2010-01-16 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -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 URM | Melanie | 2010-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | and region. The non-error case should be compatible, so no version bump. Untested. | |||||
* | | Implement region registration with authentication | Melanie | 2010-01-15 | 1 | -0/+5 | |
| | | ||||||
* | | 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 | |
| | |