aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/PresenceService (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Various logging fix ups.onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang3-11/+11
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-26/+65
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)1-3/+4
2010-11-05Delete existing presences for a user ID when they log in again.Melanie1-0/+13
2010-10-29for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)1-1/+1
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto1-1/+1
2010-05-28minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+2
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-6/+0
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-74/+5
2010-03-12Bug fix: "last location" login.Diva Canto1-0/+4
2010-03-08Comment a debug message that is a tad too spammyMelanie1-1/+1
2010-02-26Now showing friends online upon grid login.Diva Canto1-0/+1
2010-01-13Several more buglets removed.Diva Canto1-1/+1
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-1/+3
2010-01-04Avatar appearance skeletonMelanie1-1/+1
2010-01-02Test client for remote presence connector, and for the service itself. Connec...Diva Canto2-3/+5
2010-01-01New LL login service is working! -- tested in standalone only. Things still m...Diva Canto1-9/+31
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto1-9/+23
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie1-4/+30
2009-12-28Added some more log messages. This is beginning to work.Diva Canto2-5/+7
2009-12-28Database and presence changes. UntestedMelanie2-27/+23
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto1-19/+23
2009-12-27Remove the sesion from returned presence infoMelanie1-4/+0
2009-12-27Finish the presence serviceMelanie1-5/+73
2009-12-27Just make it compile :)Melanie1-5/+26
2009-12-27Presence Step 1Melanie1-5/+2
2009-11-18Tweak presence handling and whip up a database connector and handlerMelanie1-0/+9
2009-11-18Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie1-0/+5
2009-11-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2009-10-23Adding the presence service skeletonMelanie2-0/+137