aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL/PGSQLFriendsData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-22/+39
2012-03-06Updates to MSSQL store for 0.7.3 to include:Chris Hart1-0/+6
* Telehub support * Bugfix to Friends lookups * Updates to Creator fields to store up to 255 characters for HG item creator storage
2011-06-01Updates to MSSQL to most recent compatibility, also included Windlight ↵Chris Hart1-1/+0
support. Needs plenty of testing but clean install and migration from 0.6.9 have been tested and work, a few indexes still need to be added for performance.
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto1-0/+5
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/+6
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-09MSSQL tweaks for latest ROBUST - friends handling fixed, GridUserData ↵unknown1-1/+1
placeholder added. Signed-off-by: Melanie <melanie@t-data.com>
2010-02-24MSSQL Additions for Presence Refactor branch. Most functionality tested and ↵StrawberryFride1-20/+35
works, some outstanding issues around login location and border crossings on y axis. Signed-off-by: Melanie <melanie@t-data.com>
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