Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | off line module V2 must not sent a empty mutes list. That is mutes modules ↵ | UbitUmarov | 2017-11-12 | 1 | -16/+0 |
| | | | | job (or let viewers use they cached entries if none) | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 3 | -7/+7 |
| | |||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | On to 0.8.3! | Diva Canto | 2015-10-18 | 1 | -1/+1 |
| | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | ||||
* | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 2015-04-29 | 1 | -1/+1 |
| | | | | AssemblyVersion("0.8.2.*") | ||||
* | Renamed VERSION_NUMBER to VersionNumber | Diva Canto | 2014-12-30 | 1 | -2/+2 |
| | |||||
* | This cleans up versioning. Specifically: | Diva Canto | 2014-12-30 | 1 | -2/+2 |
| | | | | | | | - It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency. | ||||
* | WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT. | Diva Canto | 2014-12-30 | 1 | -1/+1 |
| | | | | | | | This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent | ||||
* | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵ | Diva Canto | 2014-12-29 | 1 | -1/+1 |
| | | | | doesn't need to match the release version number, but I think it's a very good idea that they do. | ||||
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 1 | -12/+1 |
| | |||||
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Added HTTP Authentication also to Groups and offline IM. | Diva Canto | 2014-05-23 | 3 | -5/+23 |
| | |||||
* | Fix mantis 6973. Prevent BOM being prefixed to message XML which was causing ↵ | AliciaRaven | 2014-05-22 | 1 | -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-12 | 1 | -4/+0 |
| | | | | of xmlrpc and core offline IM modules | ||||
* | Better error handling when retrieving offline IMs | Oren Hurvitz | 2014-04-21 | 1 | -2/+7 |
| | |||||
* | Better error messages | Oren Hurvitz | 2014-03-24 | 1 | -1/+1 |
| | | | | This resolves http://opensimulator.org/mantis/view.php?id=6936 | ||||
* | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 2014-01-16 | 4 | -0/+37 |
| | | | | This is useful if the user is deleted. | ||||
* | In the offline message table, store the sender. | Oren Hurvitz | 2014-01-16 | 2 | -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 IM | Oren Hurvitz | 2014-01-16 | 1 | -8/+4 |
| | |||||
* | 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 |