Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵ | Justin Clark-Casey (justincc) | 2014-07-31 | 1 | -3/+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. | ||||
* | Don't overwrite the null result with the true result is groups service ↵ | Justin Clark-Casey (justincc) | 2014-07-31 | 1 | -1/+2 |
| | | | | REMOVEAGENTFROMGROUP call has failed because of missing parameters | ||||
* | Don't try to package null invites. | Diva Canto | 2014-06-08 | 1 | -1/+5 |
| | |||||
* | minor: Comment out log line in Groups V2 GroupsServicePostHandler for now ↵ | Justin Clark-Casey (justincc) | 2014-05-30 | 1 | -1/+1 |
| | | | | which logs every request it receives. | ||||
* | Added HTTP Authentication also to Groups and offline IM. | Diva Canto | 2014-05-23 | 1 | -19/+6 |
| | |||||
* | Don't warn on not seeing [Groups] Robust section for core groups as this ↵ | Justin Clark-Casey (justincc) | 2014-05-15 | 1 | -2/+2 |
| | | | | does not contain any mandatory parameters and won't be present on older installations. | ||||
* | Added a optional key between the group remote connectors, sim and service. ↵ | Diva Canto | 2014-05-03 | 1 | -2/+36 |
| | | | | This allows for more secure group services, to be used by collections of mutually-trusting grids. | ||||
* | Better error messages | Oren Hurvitz | 2014-03-24 | 1 | -1/+1 |
| | | | | This resolves http://opensimulator.org/mantis/view.php?id=6936 | ||||
* | This makes group search work (Groups V2). | Diva Canto | 2013-07-28 | 1 | -0/+28 |
| | |||||
* | minor: remove some mono compiler warnings in new groups code | Justin Clark-Casey (justincc) | 2013-07-08 | 1 | -4/+0 |
| | |||||
* | Add "show caps stats by user" and "show caps stats by cap" console commands ↵ | Justin Clark-Casey (justincc) | 2013-07-08 | 1 | -1/+1 |
| | | | | | | | | | to print various counts of capability invocation by user and by cap This currently prints caps requests received and handled, so that overload of received compared to handled or deadlock can be detected. This involves making BaseStreamHandler and BaseOutputStream record the ints, which means inheritors should subclass ProcessRequest() instead of Handle() However, existing inheriting classes overriding Handle() will still work, albeit without stats recording. "show caps" becomes "show caps list" to disambiguate between show caps commands | ||||
* | Groups: Improve error handling on remote connector. | Diva Canto | 2013-05-13 | 1 | -4/+9 |
| | |||||
* | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 2013-02-25 | 1 | -1/+1 |
| | | | | roles cache. | ||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 1 | -0/+760 |
rest to Addons.Groups.dll. |