aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved method doc for AddFriend() - it actually does set up a two-way relat...Justin Clark-Casey (justincc)2011-11-141-2/+2
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-141-6/+0
* Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)2011-11-141-5/+10
* Add very simple FriendsModuleTests.TestNoFriends()Justin Clark-Casey (justincc)2011-11-141-1/+3
* Port the Avination offline messaging system to CoreMelanie2011-11-021-3/+1
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-0/+1
* minor: temporarily comment out the local status notify friends messages seen ...Justin Clark-Casey (justincc)2011-06-271-1/+1
* This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-071-1/+1
* HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-231-45/+47
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-46/+61
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-35/+68
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-39/+112
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto2011-04-121-1/+1
* Allow cross-scope friendships to work, and also allow other cross scope nameMelanie2011-01-031-1/+1
* Formatting cleanup.Jeff Ames2010-10-041-6/+6
* Revert "* Changed 11 calls for session info to the more optimized API method"root2010-09-171-32/+71
* Over a dozen thread safety fixes in FriendsModuleJohn Hurliman2010-09-091-167/+163
* * Changed 11 calls for session info to the more optimized API methodJohn Hurliman2010-09-081-68/+32
* One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto2010-06-281-0/+7
* Bug fix: wrong name of requester in local friendship offer.Diva Canto2010-06-191-1/+4
* Better friends notification: get rid of OnLogout and use OnClientClose for se...Diva Canto2010-06-111-23/+14
* Bug fix on friends notifications. OnClientClose and OnLogout ordering are unp...Diva Canto2010-06-101-8/+33
* Bug fix: update the list of friends upon MakeRoot, because child agents don't...Diva Canto2010-06-051-1/+1
* Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto2010-06-041-23/+33
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-37/+50
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-2/+5
* Spelling in FriendsModule.cs: "filed to load" -> "failed to load"unknown2010-04-281-1/+1
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-2/+2
* Changed a cryptic debug message and a wrong commentDiva Canto2010-03-091-1/+1
* Offline friendship offers now working.Diva Canto2010-03-011-8/+41
* Friends rights under control.Diva Canto2010-03-011-68/+25
* More work on GrantRights. Still not right.Diva Canto2010-03-011-43/+98
* Fix -1 checks for login caseMelanie2010-03-011-1/+1
* Small tweakMelanie2010-03-011-1/+1
* Should have things the right way around, better that wayMelanie2010-03-011-1/+1
* Change friends to handle offers as it was originally designed. This mayMelanie2010-03-011-6/+2
* Implement rights changes locall (UNTESTED)Melanie2010-02-281-10/+38
* Initial Online friends notification seems to be working reliably now. All thi...Diva Canto2010-02-281-16/+38
* Friends connectors finished. Status notification working across the board. On...Diva Canto2010-02-281-56/+129
* Status notification (online/offline) working for same sim.Diva Canto2010-02-271-18/+66
* Update the local cache upon friendship acceptance. Logout notifications working.Diva Canto2010-02-271-0/+4
* * Finished implementation of FriendsService.DeleteDiva Canto2010-02-271-1/+4
* Friends online notifications upon friendship now working (same sim only).Diva Canto2010-02-271-0/+3
* Move requestonlinenotification generic message to presence moduleMelanie2010-02-271-6/+0
* Implement a handler for requestonlinenotification generic messageMelanie2010-02-271-0/+6
* Friendships established.Diva Canto2010-02-271-0/+7
* * Friendship offers starting to work in the same sim. Not quite right yet.Diva Canto2010-02-261-102/+109
* More flesh to FriendsModule. Still incomplete.Diva Canto2010-02-261-0/+67
* Add the client message handlers. The calling card handlers that are part ofMelanie2010-02-261-0/+27
* Now showing friends online upon grid login.Diva Canto2010-02-261-0/+6