aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-282-0/+10
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Added some more log messages. This is beginning to work.Diva Canto2009-12-281-0/+5
|
* Database and presence changes. UntestedMelanie2009-12-282-6/+6
|
* * Added the new modules to Resources, making them active.Diva Canto2009-12-282-3/+3
| | | | * Added their configs to standalone for testing. This crashes, because the DB is still not ready.
* * Deleted HGPresenceBroker, since it won't be neededDiva Canto2009-12-282-257/+2
| | | | * Linked the remote presence module to the corresponding remote connector
* Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-273-1/+414
| | | | 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-272-0/+266
connector to the local service and a presence detector object.