Mic Bowman
|
64f2dc778a
A pretty major restructuring of the simian method invocations in order to
|
11 years ago |
Diva Canto
|
336665e035
More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back.
|
13 years ago |
Diva Canto
|
58c53c41de
Fixed permissions bug related to friends in PermissionsModule. Added FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work.
|
13 years ago |
Diva Canto
|
d21e9c755f
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
|
13 years ago |
John Hurliman
|
9609faa8eb
* Run SimianGrid session updates asynchronously instead of from the main heartbeat thread
|
14 years ago |
Melanie
|
b2486df67c
Friends works differently, it' snot even a region module at all, but a connector
|
14 years ago |
John Hurliman
|
fc062a23af
Make SimianFriendsServiceConnector initialize like the other connectors and gracefully handle the case where it is loaded but disabled #monoaddinslol
|
14 years ago |
John Hurliman
|
1430441cf3
Change the SimianGrid connector log messages to start with "[SIMIAN " to avoid configuration confusion
|
14 years ago |
John Hurliman
|
d722519b31
* Fixing the SimianGrid friend connector enabled detection since the friends module uses a different pattern in the .ini file
|
14 years ago |
John Hurliman
|
84459d2bc2
Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors
|
14 years ago |
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 years ago |
John Hurliman
|
9e3cdc4da5
Fixing the previous patch to work correctly with standalone mode
|
14 years ago |
John Hurliman
|
0b5141d45b
Fixed SimianGrid connectors to gracefully exit if the required config sections are missing
|
14 years ago |
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 years ago |
John Hurliman
|
2040649871
Adding the SimianGrid connectors
|
14 years ago |