aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Presence (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-52/+2
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-02-26Removed unnecessary debug messageDiva Canto1-1/+1
2010-02-26Now showing friends online upon grid login.Diva Canto1-2/+2
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-1/+3
* CommsManager.AvatarService rerouted
2009-12-29* All modules and connectors for user account service are in place. Untested.Diva Canto1-15/+13
* Cleaned up a few things on presence connectors
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie1-0/+46
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Database and presence changes. UntestedMelanie1-2/+2
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto1-0/+377
just compiles.