aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IFriendsService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-0/+8
* refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)2012-03-291-1/+1
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-0/+1
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-0/+1
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-1/+1
* Fixed a typo in the Friends packaging (Pricipal -> Principal) that was making...Diva Canto2010-05-101-1/+1
* Friends rights under control.Diva Canto2010-03-011-1/+5
* Added server-side Friends in connector. Untested.Diva Canto2010-02-251-0/+28
* Implement the methods needed for the login service to populate the friendslistMelanie2010-02-091-2/+2
* Add the friends service skel and correct some namespace issuesMelanie2010-02-091-1/+1
* Clarify some namesMelanie2010-02-051-3/+2
* Finally cutting the gordian knot. Friends needs to be both a module and aMelanie2010-02-041-0/+49