aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/GroupsExtendedData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-02Fix bug where calling PUTGROUP on the core groups service without specifying ↵Justin Clark-Casey (justincc)1-1/+1
a ServiceLocation would set the group name to an empty string. This should set the ServiceLocation to an empty string instead.
2013-07-28This makes group search work (Groups V2).Diva Canto1-0/+24
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto1-0/+509
rest to Addons.Groups.dll.