aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/PresenceService/PresenceService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-15Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-0/+17
Once again OOP proves it's worse that spaghetti, but cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
2019-05-19Various logging fix ups.onefang1-1/+1
Mostly removing console spam. Default to INFO on the console and DEBUG in the log files. More time stamp resolution.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-5/+5
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-24/+63
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ↵Justin Clark-Casey (justincc)1-3/+4
for granting rights via a module call. Rename IFriendsModule.GetFriendPerms() -> GetRightsGrantedByFriend() to be more self-documenting and consistent with friends module terminology. Add some method doc.
2010-11-05Delete existing presences for a user ID when they log in again.Melanie1-0/+13
WARNING!!! This changes a default. The old default is to allow multiple presences, the new default disables this. As the feature currently has no users, this should not present any difficulty and will alleviate the presence issues somewhat.
2010-10-29for now, comment out some older or redundant log debug lines to make ↵Justin Clark-Casey (justincc)1-1/+1
diagnostics easier
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto1-1/+1
avies are in different sims.
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 ↵Diva Canto1-74/+5
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-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
* CommsManager.AvatarService rerouted
2010-01-02Test client for remote presence connector, and for the service itself. ↵Diva Canto1-2/+4
Connector seems to work well.
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto1-9/+31
missing from response, namely Library and Friends. Appearance service is also missing.
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
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Added some more log messages. This is beginning to work.Diva Canto1-4/+6
2009-12-28Database and presence changes. UntestedMelanie1-26/+22
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
for testign the new generic table handling
2009-11-18Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie1-0/+5
OpenSim.Data namespace
2009-11-13minor: remove mono compiler warningJustin Clark-Casey (justincc)1-3/+3
2009-10-23Adding the presence service skeletonMelanie1-8/+10
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-3/+1
2009-08-04Adding the plumbing for a ROBUST freeswitch serviceMelanie1-8/+15
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-18Adding missing filesMelanie Thielker1-5/+9
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-4/+4
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+3
2009-05-05Plumb the new server connector logicMelanie Thielker1-1/+32
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+8