aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianPresenceServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2019-08-151-0/+12
| | | | | | | | 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.
* 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. ↵Justin Clark-Casey (justincc)2011-01-181-14/+13
| | | | Please re-enable if needed.
* Actually log users out (call LogoutAgent) in the ↵John Hurliman2010-09-291-0/+6
| | | | SimianPresenceServiceConnector when LoggedOut() is called
* Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman2010-09-291-1/+1
| | | | flexible without changing current behavior
* Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman2010-09-291-6/+0
| | | | possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
* * Run SimianGrid session updates asynchronously instead of from the main ↵John Hurliman2010-09-091-55/+0
| | | | | | heartbeat thread * Minor dead code cleanup
* 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 ↵John Hurliman2010-09-031-13/+9
| | | | | | to handle initialization as graceful as possible with the current broken way region module initialization is done * Added config-include/HyperSimianGrid.ini option for connecting to SimianGrid with HyperGrid enabled (work in progress on the SimianGrid side)
* 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 ↵Diva Canto2010-05-201-0/+6
| | | | detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
* * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown2010-05-201-122/+65
| | | | | | will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
* 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 ↵Diva Canto2010-05-071-6/+82
| | | | | | 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.
* * Better logging for Authenticate() failuresJohn Hurliman2010-04-021-1/+1
| | | | * Changed a warning message to debug when fetching user sessions
* Change the SimianGrid connector log messages to start with "[SIMIAN " to ↵John Hurliman2010-03-261-24/+24
| | | | avoid configuration confusion
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake2010-03-191-2/+2
| | | | Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
* 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 ↵John Hurliman2010-03-121-12/+15
| | | | | | enabled or not. This method should work equally well with standalone or robust mode * Applying #4602 from Misterblu to add collision detection to BulletDotNET
* 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 ↵John Hurliman2010-03-121-13/+19
| | | | sections are missing
* Simplify database setup and remove migration problems by moving all sqlite ↵Justin Clark-Casey (justincc)2010-03-121-1/+1
| | | | | | | | | config-include settings to a separate file for standalone Update information in StandaloneCommon.ini.example to reflect this Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.). Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations
* Adding the SimianGrid connectorsJohn Hurliman2010-03-111-0/+502