Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Consistently use using() to make sure we dispose of used MySqlCommands where ↵ | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -16/+20 |
| | | | | this is not already being done. | ||||
* | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 2011-05-22 | 1 | -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 Canto | 2011-05-21 | 1 | -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 may | Melanie | 2010-03-01 | 1 | -1/+1 |
| | | | | need to be changed in SQLite & MSSQL as well | ||||
* | Add the friends service skel and correct some namespace issues | Melanie | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | Finish the "Get friends" method | Melanie | 2010-02-07 | 1 | -1/+6 |
| | |||||
* | Implement the friends data adaptor | Melanie | 2010-02-05 | 1 | -6/+13 |
| | |||||
* | Beginning of friends. | Diva Canto | 2010-02-01 | 1 | -0/+56 |