Justin Clark-Casey (justincc)
|
8233ef25ba
Reduce amount of debug lopgging put out by some simiangrid connectors. Please re-enable if needed.
|
14 rokov pred |
John Hurliman
|
08ee7a0e51
Actually log users out (call LogoutAgent) in the SimianPresenceServiceConnector when LoggedOut() is called
|
14 rokov pred |
John Hurliman
|
b6e0563ad7
Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior
|
14 rokov pred |
John Hurliman
|
9b7c99f0cf
Made IGridUserService.SetLastPosition() more flexible to allow different 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
|
14 rokov pred |
John Hurliman
|
9609faa8eb
* Run SimianGrid session updates asynchronously instead of from the main heartbeat thread
|
14 rokov pred |
Melanie
|
b28d1b6ccd
Fix Simian regression
|
14 rokov pred |
Melanie
|
7f9f9f9246
Fix a handful of copypaste errors
|
14 rokov pred |
Melanie
|
55d3c98917
Fix up presence connector in SimianGrid
|
14 rokov pred |
John Hurliman
|
4f79143f3f
* Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors to handle initialization as graceful as possible with the current broken way region module initialization is done
|
14 rokov pred |
Justin Clark-Casey (justincc)
|
74e5fe5aa9
Remove various warnings and improve logging messages. No functional changes.
|
14 rokov pred |
Diva Canto
|
13c22015e5
Removed sessionID from GridUserservice again. Removed parcel crossing detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
|
14 rokov pred |
unknown
|
59dec2f989
* Added sessionID to IGridUserService.SetLastPosition(), as some connectors will want to track position against sessionID instead of userID
|
14 rokov pred |
Diva Canto
|
d72769930a
More cleaning on presence. Friends online/offline works again.
|
14 rokov pred |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's 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.
|
14 rokov pred |
John Hurliman
|
4c9cc56624
* Better logging for Authenticate() failures
|
14 rokov pred |
John Hurliman
|
1430441cf3
Change the SimianGrid connector log messages to start with "[SIMIAN " to avoid configuration confusion
|
14 rokov pred |
Dan Lake
|
62e0b53ca4
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, 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.
|
14 rokov pred |
John Hurliman
|
84459d2bc2
Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors
|
14 rokov pred |
John Hurliman
|
3036aba875
* Added a better check to the SimianGrid connectors to test if they are enabled or not. This method should work equally well with standalone or robust mode
|
14 rokov pred |
John Hurliman
|
9e3cdc4da5
Fixing the previous patch to work correctly with standalone mode
|
14 rokov pred |
John Hurliman
|
0b5141d45b
Fixed SimianGrid connectors to gracefully exit if the required config sections are missing
|
14 rokov pred |
Justin Clark-Casey (justincc)
|
aad17e7513
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone
|
14 rokov pred |
John Hurliman
|
2040649871
Adding the SimianGrid connectors
|
14 rokov pred |