Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Revert "A little more debug for the Unknown User problem mantis #6625" | Diva Canto | 2013-06-30 | 1 | -3/+0 |
| | | | | This reverts commit ff47cf77ab52d42195fb0f089599618511d4919b. | ||||
* | A little more debug for the Unknown User problem mantis #6625 | Diva Canto | 2013-06-29 | 1 | -0/+3 |
| | |||||
* | Added AvatarPickerSearch capability handler. | Diva Canto | 2013-05-07 | 1 | -0/+116 |