aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLFriendsData.cs (follow)
Commit message (Collapse)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
| | | | this is not already being done.
* More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto2011-05-221-4/+13
| | | | 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/+5
| | | | 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.
* Change friends to handle offers as it was originally designed. This mayMelanie2010-03-011-1/+1
| | | | need to be changed in SQLite & MSSQL as well
* 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