aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/PresenceService (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2019-08-151-0/+17
* Various logging fix ups.onefang2019-05-191-1/+1
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-193-11/+11
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-26/+65
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-3/+4
* Delete existing presences for a user ID when they log in again.Melanie2010-11-051-0/+13
* for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)2010-10-291-1/+1
* Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto2010-06-041-1/+1
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2010-05-281-1/+2
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-6/+0
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-071-74/+5
* Bug fix: "last location" login.Diva Canto2010-03-121-0/+4
* Comment a debug message that is a tad too spammyMelanie2010-03-081-1/+1
* Now showing friends online upon grid login.Diva Canto2010-02-261-0/+1
* Several more buglets removed.Diva Canto2010-01-131-1/+1
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+3
* Avatar appearance skeletonMelanie2010-01-041-1/+1
* Test client for remote presence connector, and for the service itself. Connec...Diva Canto2010-01-022-3/+5
* New LL login service is working! -- tested in standalone only. Things still m...Diva Canto2010-01-011-9/+31
* Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-301-9/+23
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-4/+30
* Added some more log messages. This is beginning to work.Diva Canto2009-12-282-5/+7
* Database and presence changes. UntestedMelanie2009-12-282-27/+23
* Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-19/+23
* Remove the sesion from returned presence infoMelanie2009-12-271-4/+0
* Finish the presence serviceMelanie2009-12-271-5/+73
* Just make it compile :)Melanie2009-12-271-5/+26
* Presence Step 1Melanie2009-12-271-5/+2
* Tweak presence handling and whip up a database connector and handlerMelanie2009-11-181-0/+9
* Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie2009-11-181-0/+5
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2009-11-131-3/+3
* Adding the presence service skeletonMelanie2009-10-232-0/+137