aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence/RemotePresenceServiceConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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.