aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/GridUser/RemoteGridUserServiceConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto1-0/+2
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto1-3/+43
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie1-0/+5
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman1-2/+2
flexible without changing current behavior
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman1-2/+2
possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto1-2/+2
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown1-2/+2
will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
2010-05-07These files are part of the GridUserService write-up.Diva Canto1-31/+25
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-9/+4
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-1/+1
* Removed a few buglets and added better exception handling.
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-2/+2
* CommsManager.AvatarService rerouted
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
* Started rerouting calls to UserService. * Compiles. May run.
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie1-0/+5
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Database and presence changes. UntestedMelanie1-3/+3
2009-12-28* Added the new modules to Resources, making them active.Diva Canto1-1/+1
* Added their configs to standalone for testing. This crashes, because the DB is still not ready.
2009-12-28* Deleted HGPresenceBroker, since it won't be neededDiva Canto1-1/+2
* Linked the remote presence module to the corresponding remote connector
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto1-43/+14
just compiles.
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto1-2/+2
2009-12-27First pass at the local connector for presence. No cache yet. Just the ↵Diva Canto1-0/+187
connector to the local service and a presence detector object.