Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -4/+4 |
| | |||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | ||||
* | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 2015-04-29 | 1 | -1/+1 |
| | | | | AssemblyVersion("0.8.2.*") | ||||
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 1 | -1/+1 |
| | |||||
* | Revert "HG Friends: debug an issue where the friends data stored in the DB ↵ | Diva Canto | 2013-07-04 | 1 | -8/+1 |
| | | | | | | is incomplete." This reverts commit 27cdfb7b840423cf8cee08988dc487eeb34d71c7. | ||||
* | HG Friends: debug an issue where the friends data stored in the DB is ↵ | Diva Canto | 2013-07-04 | 1 | -1/+8 |
| | | | | incomplete. | ||||
* | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
| | | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | ||||
* | The last few AssemblyInfos. Finished! | Diva Canto | 2012-11-14 | 1 | -0/+33 |
| | |||||
* | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 2011-05-22 | 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. | ||||
* | Fixed permissions bug related to friends in PermissionsModule. Added ↵ | Diva Canto | 2011-05-21 | 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. | ||||
* | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 2011-05-19 | 1 | -5/+4 |
| | | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | ||||
* | Make the service loader pump out the error to the log (in red) and include ↵ | Justin Clark-Casey (justincc) | 2010-03-03 | 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 | ||||
* | * Finished implementation of FriendsService.Delete | Diva Canto | 2010-02-27 | 1 | -1/+1 |
| | | | | * Deny now working | ||||
* | List of friends now retrieved upon login. Configured and tested in ↵ | Diva Canto | 2010-02-25 | 1 | -3/+5 |
| | | | | standalone only. | ||||
* | Implement the methods needed for the login service to populate the friendslist | Melanie | 2010-02-09 | 1 | -2/+27 |
| | | | | on the friends service | ||||
* | Add the friends service skel and correct some namespace issues | Melanie | 2010-02-09 | 2 | -0/+144 |