aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianPresenceServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-15Bandaid for ghost users, check and remove them from Presence when they log on.onefang1-0/+12
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-117/+95
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie1-0/+4
2011-01-18Reduce amount of debug lopgging put out by some simiangrid connectors. Pleas...Justin Clark-Casey (justincc)1-14/+13
2010-09-29Actually log users out (call LogoutAgent) in the SimianPresenceServiceConnect...John Hurliman1-0/+6
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman1-1/+1
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman1-6/+0
2010-09-09* Run SimianGrid session updates asynchronously instead of from the main hear...John Hurliman1-55/+0
2010-09-07Fix Simian regressionMelanie1-16/+19
2010-09-05Fix a handful of copypaste errorsMelanie1-1/+1
2010-09-05Fix up presence connector in SimianGridMelanie1-12/+22
2010-09-03* Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to...John Hurliman1-13/+9
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-19/+19
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto1-0/+6
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown1-122/+65
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-12/+0
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-6/+82
2010-04-02* Better logging for Authenticate() failuresJohn Hurliman1-1/+1
2010-03-26Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi...John Hurliman1-24/+24
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-2/+2
2010-03-15Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectorsJohn Hurliman1-1/+1
2010-03-12* Added a better check to the SimianGrid connectors to test if they are enabl...John Hurliman1-12/+15
2010-03-12Fixing the previous patch to work correctly with standalone modeJohn Hurliman1-4/+4
2010-03-12Fixed SimianGrid connectors to gracefully exit if the required config section...John Hurliman1-13/+19
2010-03-12Simplify database setup and remove migration problems by moving all sqlite co...Justin Clark-Casey (justincc)1-1/+1
2010-03-11Adding the SimianGrid connectorsJohn Hurliman1-0/+502