Mic Bowman
|
64f2dc778a
A pretty major restructuring of the simian method invocations in order to
|
11 anni fa |
Robert Adams
|
59d19f038a
Remove a null reference exception in SimianPresenceServiceConnector that
|
11 anni fa |
Diva Canto
|
b29a09ab8e
Simina activity detector was too eager. Disabled it in case simian is not being used.
|
11 anni fa |
Mic Bowman
|
c7cd077e55
Optimize the number of Simian calls to get the initial presence
|
11 anni fa |
Diva Canto
|
86903f23dd
Cleanup on region modules: gave short node id's to all of them.
|
12 anni fa |
Melanie
|
e13a17cc0c
Allow retrival of multiple user records in one operation, analog to presence
|
13 anni fa |
Justin Clark-Casey (justincc)
|
8233ef25ba
Reduce amount of debug lopgging put out by some simiangrid connectors. Please re-enable if needed.
|
14 anni fa |
John Hurliman
|
08ee7a0e51
Actually log users out (call LogoutAgent) in the SimianPresenceServiceConnector when LoggedOut() is called
|
14 anni fa |
John Hurliman
|
b6e0563ad7
Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior
|
14 anni fa |
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 anni fa |
John Hurliman
|
9609faa8eb
* Run SimianGrid session updates asynchronously instead of from the main heartbeat thread
|
14 anni fa |
Melanie
|
b28d1b6ccd
Fix Simian regression
|
14 anni fa |
Melanie
|
7f9f9f9246
Fix a handful of copypaste errors
|
14 anni fa |
Melanie
|
55d3c98917
Fix up presence connector in SimianGrid
|
14 anni fa |
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 anni fa |
Justin Clark-Casey (justincc)
|
74e5fe5aa9
Remove various warnings and improve logging messages. No functional changes.
|
14 anni fa |
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 anni fa |
unknown
|
59dec2f989
* Added sessionID to IGridUserService.SetLastPosition(), as some connectors will want to track position against sessionID instead of userID
|
14 anni fa |
Diva Canto
|
d72769930a
More cleaning on presence. Friends online/offline works again.
|
14 anni fa |
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 anni fa |
John Hurliman
|
4c9cc56624
* Better logging for Authenticate() failures
|
14 anni fa |
John Hurliman
|
1430441cf3
Change the SimianGrid connector log messages to start with "[SIMIAN " to avoid configuration confusion
|
14 anni fa |
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 anni fa |
John Hurliman
|
84459d2bc2
Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors
|
14 anni fa |
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 anni fa |
John Hurliman
|
9e3cdc4da5
Fixing the previous patch to work correctly with standalone mode
|
14 anni fa |
John Hurliman
|
0b5141d45b
Fixed SimianGrid connectors to gracefully exit if the required config sections are missing
|
14 anni fa |
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 anni fa |
John Hurliman
|
2040649871
Adding the SimianGrid connectors
|
14 anni fa |