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