Justin Clark-Casey (justincc)
|
36e2054760
minor: temporarily comment out the local status notify friends messages seen on login/logout, since it's a bit noisy on the console.
|
13 years ago |
Diva Canto
|
3307db5d4a
This hopefully fixes all issues with online/offline notifications across grids. http://opensimulator.org/mantis/view.php?id=5528
|
13 years ago |
Diva Canto
|
24f28d3534
HG friends: Status notifications working. Also initial logins get the online friends in other grids.
|
13 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 |
Diva Canto
|
7592a033df
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
|
13 years ago |
Melanie
|
07cc032081
Allow cross-scope friendships to work, and also allow other cross scope name
|
14 years ago |
Jeff Ames
|
bc9f793a92
Formatting cleanup.
|
14 years ago |
root
|
7762301cea
Revert "* Changed 11 calls for session info to the more optimized API method"
|
14 years ago |
John Hurliman
|
8415b98806
Over a dozen thread safety fixes in FriendsModule
|
14 years ago |
John Hurliman
|
5dc9ea2f24
* Changed 11 calls for session info to the more optimized API method
|
14 years ago |
Diva Canto
|
d123350164
One more bug fix in FriendsModule: GrantRights. One of the caches was not being updated.
|
14 years ago |
Diva Canto
|
24a68e36fb
Bug fix: wrong name of requester in local friendship offer.
|
14 years ago |
Diva Canto
|
7f349d61cb
Better friends notification: get rid of OnLogout and use OnClientClose for sending notifications. This takes care of crashed sessions. Also, made the notifications themselves asynchronous.
|
14 years ago |
Diva Canto
|
2e1269e4ca
Bug fix on friends notifications. OnClientClose and OnLogout ordering are unpredictable; when OnClientClosed happened first, it was removing the friends list, which would prevent OnLogout notifications to go out.
|
14 years ago |
Diva Canto
|
fe3e1c67ae
Bug fix: update the list of friends upon MakeRoot, because child agents don't get notified of new friendships.
|
14 years ago |
Diva Canto
|
952029380a
Fixed a couple of buglets in Friendship offers / acceptance / decline when avies are in different sims.
|
14 years ago |
Diva Canto
|
d72769930a
More cleaning on presence. Friends online/offline works again.
|
14 years ago |
Diva Canto
|
5fda81e6bb
* XInventory fairly tested, including for HG. Almost ready to switch.
|
14 years ago |
unknown
|
806a2555f5
Spelling in FriendsModule.cs: "filed to load" -> "failed to load"
|
14 years ago |
Jeff Ames
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
14 years ago |
Diva Canto
|
c5bb51b443
Changed a cryptic debug message and a wrong comment
|
14 years ago |
Diva Canto
|
00e6739b7d
Offline friendship offers now working.
|
14 years ago |
Diva Canto
|
c6a5ff26ff
Friends rights under control.
|
14 years ago |
Diva Canto
|
cfaf087b89
More work on GrantRights. Still not right.
|
14 years ago |
Melanie
|
b8d89ac6da
Fix -1 checks for login case
|
14 years ago |
Melanie
|
dc22e74033
Small tweak
|
14 years ago |
Melanie
|
65fadd2f67
Should have things the right way around, better that way
|
14 years ago |
Melanie
|
bfcc57c071
Change friends to handle offers as it was originally designed. This may
|
14 years ago |