Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added HTTP Authentication also to Groups and offline IM. | Diva Canto | 2014-05-23 | 1 | -8/+25 |
| | |||||
* | Added a optional key between the group remote connectors, sim and service. ↵ | Diva Canto | 2014-05-03 | 1 | -2/+6 |
| | | | | This allows for more secure group services, to be used by collections of mutually-trusting grids. | ||||
* | In core.groups GroupsServiceRemoveConnector, if GetGroupRecord() or ↵ | Justin Clark-Casey (justincc) | 2014-02-20 | 1 | -4/+6 |
| | | | | | | | UpdateGroup() do not have a RESULT parameter in the result message, return null rather than fail with NullReferenceException This check was already done by other methods. Looks to resolve http://opensimulator.org/mantis/view.php?id=7012 | ||||
* | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -1/+1 |
| | | | | Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845 | ||||
* | Changing the visibility test in groups service to be UUID.Zero.ToString() ↵ | Diva Canto | 2013-07-28 | 1 | -0/+1 |
| | | | | instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string. | ||||
* | This makes group search work (Groups V2). | Diva Canto | 2013-07-28 | 1 | -0/+30 |
| | |||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 1 | -0/+642 |
rest to Addons.Groups.dll. |