aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/OfflineIM (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Close streams immediately when we finish using themOren Hurvitz2014-08-021-12/+1
|
* Added HTTP Authentication also to Groups and offline IM.Diva Canto2014-05-233-5/+23
|
* Fix mantis 6973. Prevent BOM being prefixed to message XML which was causing ↵AliciaRaven2014-05-221-2/+2
| | | | | | an exception when the service tried to read the data later on. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
* Eliminate subsequently unused scene finding in UndeliveredMessage() method ↵Justin Clark-Casey (justincc)2014-05-121-4/+0
| | | | of xmlrpc and core offline IM modules
* Better error handling when retrieving offline IMsOren Hurvitz2014-04-211-2/+7
|
* Better error messagesOren Hurvitz2014-03-241-1/+1
| | | | This resolves http://opensimulator.org/mantis/view.php?id=6936
* Can delete the Offline Messages sent to/from a user.Oren Hurvitz2014-01-164-0/+37
| | | | This is useful if the user is deleted.
* In the offline message table, store the sender.Oren Hurvitz2014-01-162-3/+3
| | | | 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.
* Fixed offline IMOren Hurvitz2014-01-161-8/+4
|
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
|
* Add "show caps stats by user" and "show caps stats by cap" console commands ↵Justin Clark-Casey (justincc)2013-07-081-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 OfflineIMServiceJustin Clark-Casey (justincc)2013-06-181-1/+1
|
* Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed ↵Diva Canto2013-02-191-2/+1
| | | | AssemblyFileVersionNumber too.
* Offline IM: moved the Data and MySQL bits to the corresponding places in ↵Diva Canto2013-02-193-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 Canto2013-02-181-0/+1
| | | | things.
* Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dllDiva Canto2013-02-189-0/+1016