Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 2014-01-16 | 2 | -0/+25 |
| | | | | This is useful if the user is deleted. | ||||
* | In the offline message table, store the sender. | Oren Hurvitz | 2014-01-16 | 1 | -2/+1 |
| | | | | This data is useful for preventing abuse (e.g., someone who sends too many messages), or for deleting message if their sender has been deleted. | ||||
* | 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 | ||||
* | Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dll | Diva Canto | 2013-02-18 | 2 | -0/+358 |