aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Remote/GroupsServiceRemoteConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added HTTP Authentication also to Groups and offline IM.Diva Canto2014-05-231-8/+25
|
* Added a optional key between the group remote connectors, sim and service. ↵Diva Canto2014-05-031-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-201-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-151-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 Canto2013-07-281-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 Canto2013-07-281-0/+30
|
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto2013-02-191-0/+642
rest to Addons.Groups.dll.