aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changing the visibility test in groups service to be UUID.Zero.ToString() ↵Diva Canto2013-07-281-2/+2
| | | | instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string.
* Same issue.Diva Canto2013-07-281-0/+1
|
* Same issue as previous commit.Diva Canto2013-07-281-6/+12
|
* Fixes mantis #6636 -- GroupsDiva Canto2013-05-131-0/+7
|
* Groups: make some methods protected.Diva Canto2013-04-251-7/+7
|
* Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵Diva Canto2013-02-251-0/+6
| | | | roles cache.
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto2013-02-193-0/+1451
rest to Addons.Groups.dll.