aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IPresenceService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add method doc for IPresenceServiceJustin Clark-Casey (justincc)2012-10-201-1/+37
|
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-28/+0
|
* Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵Diva Canto2010-05-071-6/+0
| | | | fields.
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-22/+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.
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+1
| | | | * CommsManager.AvatarService rerouted
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-0/+20
|
* * Added packing/unpacking of the Home fields in PresenceInfoDiva Canto2009-12-281-0/+9
| | | | * Cleaned up IUserService and beefed up UserAccoutData
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+4
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Database and presence changes. UntestedMelanie2009-12-281-5/+5
|
* Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto2009-12-271-1/+38
| | | | just compiles.
* Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-1/+1
|
* Remove the sesion from returned presence infoMelanie2009-12-271-2/+0
|
* Interface changesMelanie2009-12-271-10/+6
|
* More beef to the IPresenceService interface.Diva Canto2009-12-261-1/+12
|
* Presence Step 1Melanie2009-12-271-1/+8
|
* Tweak presence handling and whip up a database connector and handlerMelanie2009-11-181-1/+1
| | | | for testign the new generic table handling
* Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie2009-11-181-0/+8
| | | | OpenSim.Data namespace
* Stub out the Profile and Presence servicesMelanie2009-08-101-0/+37