Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -5/+5 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+2 | |
2012-11-14 | The last few AssemblyInfos. Finished! | Diva Canto | 1 | -0/+33 | |
2011-05-22 | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 1 | -1/+6 | |
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-21 | Fixed permissions bug related to friends in PermissionsModule. Added ↵ | Diva Canto | 1 | -0/+26 | |
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. | |||||
2011-05-19 | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 1 | -5/+4 | |
correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | |||||
2010-03-03 | Make the service loader pump out the error to the log (in red) and include ↵ | Justin Clark-Casey (justincc) | 1 | -3/+6 | |
the dll/interface/args that caused the problem This gives people more of a fighting chance of finding out what went wrong | |||||
2010-02-27 | * Finished implementation of FriendsService.Delete | Diva Canto | 1 | -1/+1 | |
* Deny now working | |||||
2010-02-25 | List of friends now retrieved upon login. Configured and tested in ↵ | Diva Canto | 1 | -3/+5 | |
standalone only. | |||||
2010-02-09 | Implement the methods needed for the login service to populate the friendslist | Melanie | 1 | -2/+27 | |
on the friends service | |||||
2010-02-09 | Add the friends service skel and correct some namespace issues | Melanie | 2 | -0/+144 | |