aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLFriendsData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+1
2012-04-30Consistently use using() to make sure we dispose of used MySqlCommands where ↵Justin Clark-Casey (justincc)1-16/+20
this is not already being done.
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto1-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.
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added ↵Diva Canto1-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.
2010-03-01Change friends to handle offers as it was originally designed. This mayMelanie1-1/+1
need to be changed in SQLite & MSSQL as well
2010-02-09Add the friends service skel and correct some namespace issuesMelanie1-1/+1
2010-02-07Finish the "Get friends" methodMelanie1-1/+6
2010-02-05Implement the friends data adaptorMelanie1-6/+13
2010-02-01Beginning of friends.Diva Canto1-19/+14
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-0/+27
2009-05-17Update svn properties.Jeff Ames1-33/+33
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa711-0/+34