Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mantis 8598: filter dead groups from group search. honor querystart request. ↵ | UbitUmarov | 2019-10-13 | 1 | -2/+9 |
| | | | | Viewers are very broken on this, seems protocol was made by someone with no idea about lludp | ||||
* | code aesthetics | UbitUmarov | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | mantis 8333: kept idea but my own code. With ini setting ↵ | UbitUmarov | 2018-07-14 | 1 | -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) | ||||
* | minor changes to last patch | UbitUmarov | 2018-07-13 | 1 | -14/+12 |
| | |||||
* | Group Powers changed and Officers role brought back for Groups | fly-man- | 2018-07-13 | 1 | -51/+60 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -19/+19 |
| | |||||
* | Fix some permissions checks in groups | Melanie Thielker | 2017-01-05 | 1 | -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. | ||||
* | change odd condition on groupsV2 add to role | UbitUmarov | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Show last online status of group members from the PresenceService in group ↵ | Cinder | 2015-07-31 | 1 | -0/+15 |
| | | | | | | profiles Signed-off-by: Oren Hurvitz <orenh@kitely.com> | ||||
* | Minor: Include missing EventHost power for group owner role. | AliciaRaven | 2014-11-19 | 1 | -0/+1 |
| | |||||
* | Fixed a hard-to-run-into bug in groups: at the time of creation of a group, ↵ | Diva Canto | 2014-09-21 | 1 | -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. | ||||
* | If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵ | Justin Clark-Casey (justincc) | 2014-07-31 | 1 | -2/+4 |
| | | | | | | | 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. | ||||
* | Changing the visibility test in groups service to be UUID.Zero.ToString() ↵ | Diva Canto | 2013-07-28 | 1 | -2/+2 |
| | | | | instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string. | ||||
* | Same issue. | Diva Canto | 2013-07-28 | 1 | -0/+1 |
| | |||||
* | Same issue as previous commit. | Diva Canto | 2013-07-28 | 1 | -6/+12 |
| | |||||
* | Fixes mantis #6636 -- Groups | Diva Canto | 2013-05-13 | 1 | -0/+7 |
| | |||||
* | Groups: make some methods protected. | Diva Canto | 2013-04-25 | 1 | -7/+7 |
| | |||||
* | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 2013-02-25 | 1 | -0/+6 |
| | | | | roles cache. | ||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 1 | -0/+1014 |
rest to Addons.Groups.dll. |