aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence/LocalPresenceServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-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.
* Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)2010-03-051-1/+5
| | | | | | | | been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward.
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-2/+2
| | | | * CommsManager.AvatarService rerouted
* Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-301-2/+11
|
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+5
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Database and presence changes. UntestedMelanie2009-12-281-3/+3
|
* * Added the new modules to Resources, making them active.Diva Canto2009-12-281-2/+2
| | | | * Added their configs to standalone for testing. This crashes, because the DB is still not ready.
* Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-271-1/+0
| | | | just compiles.
* Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-2/+2
|
* First pass at the local connector for presence. No cache yet. Just the ↵Diva Canto2009-12-271-0/+187
connector to the local service and a presence detector object.