NNTPGrab 0.6.0 changelog
NNTPGrab 0.6.0 brings the following changes:
- Added support to automatically remove PAR2 files after a successfull recovery
- Added a preview of the integrated webinterface created by Flex1986. This can be reached on the address http://localhost:5423 after the JSON-RPC plugin has been loaded and the 'Enable embedded webserver' option has been enabled in the configuration. If you're asked for a username and password, use admin/admin
- When trying to download files on Mac OS X the program could crash. Fixed
- Added support for downloading using a proxy server on Win32 environments
- Suspend the download thread and abort all open connections immediately when there's nothing to download
- Don't try to auto-load plugins which are already loaded. This resolves error messages which could be shown when connecting to an NNTPGrab Server
- Don't build the auto_import plugin when GLib 2.16.0 or higher isn't available
- Don't build the PHP module by default anymore as it's obsoleted by the embedded webserver
- When adding files using the JSON-RPC plugin/NNTPGrab Server, the message-id's got malformed. Fixed
- The JSON-RPC event 'connection_disconnect' didn't send a correct 'reason' field. Fixed
- Fixed a reference count issue which could cause a segfault when executing the JSON-RPC method 'system.events'
- Fixed an invalid free in the JSON-RPC method 'system.events'
- The JSON-RPC event 'traffic_monitor_update' was broken on non-English locales. Fixed
- When removing all items from a collection but not the collection itself could result in the error message 'cannot commit - no transaction is active'. Fixed
- Fixed a possible deadlock while removing items from the download queue
- Small optimalisation while removing items from the download queue
- Improved the resize behaviour of the 'Manage plugins' window


