aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Clients/Presence (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added missing "Old Guids=true" to ConnectionStringMakopoppo2011-06-101-1/+1
|
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-6/+6
|
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-16/+3
| | | | | | 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.
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+1
| | | | * CommsManager.AvatarService rerouted
* Test client for remote presence connector, and for the service itself. ↵Diva Canto2010-01-022-0/+161
Connector seems to work well.