aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IPresenceService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-10-20Add method doc for IPresenceServiceJustin Clark-Casey (justincc)1-1/+37
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-28/+0
2010-05-07Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete ↵Diva Canto1-6/+0
fields.
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-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.
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-1/+1
* CommsManager.AvatarService rerouted
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-0/+20
2009-12-28* Added packing/unpacking of the Home fields in PresenceInfoDiva Canto1-0/+9
* Cleaned up IUserService and beefed up UserAccoutData
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie1-0/+4
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Database and presence changes. UntestedMelanie1-5/+5
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ↵Diva Canto1-1/+38
just compiles.
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto1-1/+1
2009-12-27Remove the sesion from returned presence infoMelanie1-2/+0
2009-12-27Interface changesMelanie1-10/+6
2009-12-26More beef to the IPresenceService interface.Diva Canto1-1/+12
2009-12-27Presence Step 1Melanie1-1/+8
2009-11-18Tweak presence handling and whip up a database connector and handlerMelanie1-1/+1
for testign the new generic table handling
2009-11-18Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie1-0/+8
OpenSim.Data namespace
2009-08-10Stub out the Profile and Presence servicesMelanie1-3/+2
2009-06-22Update svn properties.Jeff Ames1-38/+38
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-38/+38
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
2009-06-14Update svn properties.Jeff Ames1-38/+38
2009-06-14Oops. Forgot to add this file.diva1-33/+38
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-0/+27
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-1/+1
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+6