aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLFriendsData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+1
* Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-301-16/+20
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-4/+13
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-0/+5
* Change friends to handle offers as it was originally designed. This mayMelanie2010-03-011-1/+1
* Add the friends service skel and correct some namespace issuesMelanie2010-02-091-1/+1
* Finish the "Get friends" methodMelanie2010-02-071-1/+6
* Implement the friends data adaptorMelanie2010-02-051-6/+13
* Beginning of friends.Diva Canto2010-02-011-0/+56