aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Friends/FriendsService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto2011-05-221-1/+6
| | | | 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.
* Fixed permissions bug related to friends in PermissionsModule. Added ↵Diva Canto2011-05-211-0/+26
| | | | 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.
* HG Friends working to some extent: friendships offered and accepted ↵Diva Canto2011-05-191-5/+4
| | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
* * Finished implementation of FriendsService.DeleteDiva Canto2010-02-271-1/+1
| | | | * Deny now working
* Implement the methods needed for the login service to populate the friendslistMelanie2010-02-091-2/+27
| | | | on the friends service
* Add the friends service skel and correct some namespace issuesMelanie2010-02-091-0/+60