aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLFriendsData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates to MSSQL store for 0.7.3 to include:Chris Hart2012-03-061-0/+6
| | | | | | * Telehub support * Bugfix to Friends lookups * Updates to Creator fields to store up to 255 characters for HG item creator storage
* Updates to MSSQL to most recent compatibility, also included Windlight ↵Chris Hart2011-06-011-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.
* More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto2011-05-221-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.
* Fixed permissions bug related to friends in PermissionsModule. Added ↵Diva Canto2011-05-211-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.
* MSSQL tweaks for latest ROBUST - friends handling fixed, GridUserData ↵unknown2010-03-091-1/+1
| | | | | | placeholder added. Signed-off-by: Melanie <melanie@t-data.com>
* MSSQL Additions for Presence Refactor branch. Most functionality tested and ↵StrawberryFride2010-02-241-0/+83
works, some outstanding issues around login location and border crossings on y axis. Signed-off-by: Melanie <melanie@t-data.com>