aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianPresenceServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2019-08-151-0/+12
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-5/+5
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-117/+95
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
* Allow retrival of multiple user records in one operation, analog to presenceMelanie2012-01-161-0/+4
* Reduce amount of debug lopgging put out by some simiangrid connectors. Pleas...Justin Clark-Casey (justincc)2011-01-181-14/+13
* Actually log users out (call LogoutAgent) in the SimianPresenceServiceConnect...John Hurliman2010-09-291-0/+6
* Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman2010-09-291-1/+1
* Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman2010-09-291-6/+0
* * Run SimianGrid session updates asynchronously instead of from the main hear...John Hurliman2010-09-091-55/+0
* Fix Simian regressionMelanie2010-09-071-16/+19
* Fix a handful of copypaste errorsMelanie2010-09-051-1/+1
* Fix up presence connector in SimianGridMelanie2010-09-051-12/+22
* * Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to...John Hurliman2010-09-031-13/+9
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-231-19/+19
* Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto2010-05-201-0/+6
* * Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown2010-05-201-122/+65
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-12/+0
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-071-6/+82
* * Better logging for Authenticate() failuresJohn Hurliman2010-04-021-1/+1
* Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi...John Hurliman2010-03-261-24/+24
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-2/+2
* Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectorsJohn Hurliman2010-03-151-1/+1
* * Added a better check to the SimianGrid connectors to test if they are enabl...John Hurliman2010-03-121-12/+15
* Fixing the previous patch to work correctly with standalone modeJohn Hurliman2010-03-121-4/+4
* Fixed SimianGrid connectors to gracefully exit if the required config section...John Hurliman2010-03-121-13/+19
* Simplify database setup and remove migration problems by moving all sqlite co...Justin Clark-Casey (justincc)2010-03-121-1/+1
* Adding the SimianGrid connectorsJohn Hurliman2010-03-111-0/+502