aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵Diva Canto2010-05-071-3/+1
| | | | fields.
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-074-29/+17
| | | | | | 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.
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-1/+1
| | | | * Removed a few buglets and added better exception handling.
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake2010-03-191-1/+1
| | | | Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-2/+2
|
* Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-12/+17
|
* Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)2010-03-052-1/+18
| | | | | | | | 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.
* Small bug fixes for making tests work.Diva Canto2010-02-211-1/+1
|
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-104-6/+22
| | | | * CommsManager.AvatarService rerouted
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
| | | | | * Started rerouting calls to UserService. * Compiles. May run.
* Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-302-2/+115
|
* 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.