aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/SimianGrid/SimianPresenceServiceConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵John Hurliman1-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)
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 ↵Diva Canto1-0/+6
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown1-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
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 ↵Diva Canto1-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.
2010-04-02* Better logging for Authenticate() failuresJohn Hurliman1-1/+1
* Changed a warning message to debug when fetching user sessions
2010-03-26Change the SimianGrid connector log messages to start with "[SIMIAN " to ↵John Hurliman1-24/+24
avoid configuration confusion
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake1-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.
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 ↵John Hurliman1-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
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 ↵John Hurliman1-13/+19
sections are missing
2010-03-12Simplify database setup and remove migration problems by moving all sqlite ↵Justin Clark-Casey (justincc)1-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
2010-03-11Adding the SimianGrid connectorsJohn Hurliman1-0/+502