Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 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 | ||||
* | minor: remove mono compiler warning in OfflineIMService | Justin Clark-Casey (justincc) | 2013-06-18 | 1 | -1/+1 |
| | |||||
* | Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed ↵ | Diva Canto | 2013-02-19 | 1 | -2/+1 |
| | | | | AssemblyFileVersionNumber too. | ||||
* | Offline IM: moved the Data and MySQL bits to the corresponding places in ↵ | Diva Canto | 2013-02-19 | 3 | -141/+0 |
| | | | | core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that. | ||||
* | One more sql statement on migration #2 for offline im, to really clean up ↵ | Diva Canto | 2013-02-18 | 1 | -0/+1 |
| | | | | things. | ||||
* | Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dll | Diva Canto | 2013-02-18 | 9 | -0/+1016 |