aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-07Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵Diva Canto1-3/+1
fields.
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto4-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.
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-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake1-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.
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-2/+2
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-12/+17
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)2-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.
2010-02-21Small bug fixes for making tests work.Diva Canto1-1/+1
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto4-6/+22
* CommsManager.AvatarService rerouted
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
* Started rerouting calls to UserService. * Compiles. May run.
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2-2/+115
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie2-0/+10
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Added some more log messages. This is beginning to work.Diva Canto1-0/+5
2009-12-28Database and presence changes. UntestedMelanie2-6/+6
2009-12-28* Added the new modules to Resources, making them active.Diva Canto2-3/+3
* 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 Canto2-257/+2
* Linked the remote presence module to the corresponding remote connector
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto3-1/+414
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 Canto2-0/+266
connector to the local service and a presence detector object.