aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Service (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-13mantis 8598: filter dead groups from group search. honor querystart request. ↵UbitUmarov1-2/+9
Viewers are very broken on this, seems protocol was made by someone with no idea about lludp
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang3-79/+92
2018-11-17code aestheticsUbitUmarov1-1/+1
2018-07-14mantis 8333: kept idea but my own code. With ini setting ↵UbitUmarov1-1/+1
ConsoleHistoryTimeStamp set to true, the console history file will have timestamps. Im lazy date is in en-us culture for now. (robust also)
2018-07-13minor changes to last patchUbitUmarov1-14/+12
2018-07-13Group Powers changed and Officers role brought back for Groupsfly-man-1-51/+60
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-01-05Massive tab and trailing space cleanupMelanie Thielker3-75/+75
2017-01-05Fix some permissions checks in groupsMelanie Thielker1-3/+16
The code checked the permissions of a person being added to a role rather than those of the person doing the adding. Also, limited permission role removal wasn't implemented.
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel3-0/+1522
2016-08-23 change odd condition on groupsV2 add to roleUbitUmarov1-1/+1
2015-07-31Show last online status of group members from the PresenceService in group ↵Cinder2-43/+75
profiles Signed-off-by: Oren Hurvitz <orenh@kitely.com>
2014-11-19Minor: Include missing EventHost power for group owner role.AliciaRaven1-0/+1
2014-09-21Fixed a hard-to-run-into bug in groups: at the time of creation of a group, ↵Diva Canto1-10/+18
the OwnerRoleID in the groups table was inconsistent with the roleID in the roles table. OpenSim core was not running into this bug, but 3rd party modules (like Wifi) were.
2014-07-31If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵Justin Clark-Casey (justincc)2-4/+14
not have sufficient permission, return null failure result rather than true. On non-HG this is on the only recognized failure state so we can return more information in the error result. On HG there are multiple failure states which would require more work to distinguish, so currently return the unsatisfying "Internal Error" like some other existing calls.
2013-09-07Bring Core Groups up to current versionroot1-13/+27
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.