aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Remote/GroupsServiceRemoteConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.