aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-02Make the IUserAccountData properly unpack the god mode data, so grid godsMelanie Thielker1-3/+3
work again
2010-04-27Allow a client to pass a scope id to log into in the login XML / LLSDMelanie1-1/+2
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local ↵John Hurliman1-0/+7
cache only * Adds GetTextureModule that implements the "GetTexture" capability, aka HTTP texture fetching. This is a significantly optimized path that does not require any server-side JPEG2000 decoding, texture priority queue, or UDP file transfer * Sanity check for null reference in LLClientView.RefreshGroupMembership()
2010-04-07* Fixing incorrect documentation for the continuation passing style ↵John Hurliman1-1/+2
IAssetService.Get() method * Changing the SimianGrid asset service connector to match the corrected documentation
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-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.
2010-03-15Get the local inner simulation service object to the handler so that there ↵Diva Canto1-0/+1
is no possibility of cascading requests when failures happen.
2010-03-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)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
2010-03-05Justin, I must have been dyslexic when I wrote UserGridService as the name ↵Diva Canto1-6/+6
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.
2010-03-05add initial UserGrid service classes as per diva's directionJustin Clark-Casey (justincc)1-0/+75
this will initially store home location data instead of the presence service compiles but not enough to actually test yet
2010-03-01Friends rights under control.Diva Canto1-1/+5
2010-02-25Added server-side Friends in connector. Untested.Diva Canto1-0/+28
2010-02-23* Removed the unused GridRegion.getInternalEndPointPort() (just use ↵John Hurliman1-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 setterJohn Hurliman1-2/+0
2010-02-09Implement the methods needed for the login service to populate the friendslistMelanie1-2/+2
on the friends service
2010-02-09Add the friends service skel and correct some namespace issuesMelanie1-1/+1
2010-02-05Clarify some namesMelanie1-3/+2
2010-02-04Finally cutting the gordian knot. Friends needs to be both a module and aMelanie1-0/+49
service, and never the twain shall meet. This finally opens up the path to a working friends implementation
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-6/+8
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-1/+1
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-49/+0
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-49/+0
2010-01-18Go Home works. With security!!Diva Canto2-0/+12
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto1-0/+3
* Added basic machinery for teleporting users home. Untested.
2010-01-17HG teleports through gatekeeper are working.Diva Canto1-4/+0
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2-0/+8
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-1/+1
2010-01-17Copyright notices.Diva Canto1-1/+28
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2-0/+60
yet.
2010-01-16Fixed a missing field in the last regions table migration.Diva Canto1-3/+3
2010-01-16Moved prim crossing to EntityTransferModule. Not complete yet.Diva Canto1-2/+2
2010-01-15Implement region registration with authenticationMelanie1-0/+5
2010-01-13Several more buglets removed.Diva Canto1-4/+4
2010-01-13Change the error messages on region region registration. This changes URMMelanie1-1/+1
and region. The non-error case should be compatible, so no version bump. Untested.
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto1-1/+1
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-43/+80
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-1/+1
* CommsManager.AvatarService rerouted
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