This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
nzbget
Watch
1
Star
0
Fork
0
You've already forked nzbget
mirror of
https://github.com/nzbget/nzbget.git
synced
2026-04-19 20:36:52 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9e5de628411a5ecdfbc799b2d3dcaff8ccfe07b2
nzbget
/
daemon
History
Andrey Prygunkov
9e5de62841
fixed: in JSON-RPC the request-id was not transfered back in the response as required by JSON-RPC specification
2015-03-17 21:58:49 +00:00
..
connect
added built-in update feature to windows package; accessible via web-interface -> settings -> system -> check for updates
2015-03-02 20:49:05 +00:00
feed
added support for negative numeric values in rss filter (useful for fields "dupescore" and "priority")
2014-12-21 19:28:38 +00:00
frontend
each nzb now has its own individual log, where messages printed during download or post-processing are saved; the messages can be retrieved later at any time; new button "Log" in the history details dialog; button "Log" in the download details dialog is now active during download too (not only during post-processing); the log contains all nzb-related messages except detail-messages and errors printed during retrieving of articles (they would produce way too many messages and are not that useful anyway); new option "NzbLog" to deactivate per-nzb logging if necessary; per-nzb logs are saved in the queue-directory (option "QueueDir"); new RPC-method "loadlog" returns the previously saved messages for a given nzb-file; new field "MessageCount" is returned by RPC-methods "listgroups" and "history" and indicates if there are any messages saved for the item; parameter "NumberOfLogEntries" of RPC-method "listgroups" and the field "Log" returned by the method are now deprecated, use method "loadlag" instead; field "PostInfoText" returned by RPC-method "listgroups" is now automatically filled with the latest message printed by a pp-script eliminating the need to access deprecated field "Log"
2015-02-26 20:57:38 +00:00
main
no more fatal abort if the lock-file cannot be created (daemon mode only, POSIX only); an error message is printed to log instead
2015-03-16 20:53:30 +00:00
nntp
renamed option "CreateBrokenLog" to "BrokenLog"; the old option name is recognized and automatically converted when the configuration is saved in web-interface
2015-02-27 18:43:15 +00:00
postprocess
when moving files to final destination the hidden files (with names starting with dot) are considered unimportant and no errors are printed if they cannot be moved; such files (.AppleDouble, .DS_Store, etc.) are usually used by services to hold metadata and can be safely ignored
2015-03-13 21:14:52 +00:00
queue
each nzb now has its own individual log, where messages printed during download or post-processing are saved; the messages can be retrieved later at any time; new button "Log" in the history details dialog; button "Log" in the download details dialog is now active during download too (not only during post-processing); the log contains all nzb-related messages except detail-messages and errors printed during retrieving of articles (they would produce way too many messages and are not that useful anyway); new option "NzbLog" to deactivate per-nzb logging if necessary; per-nzb logs are saved in the queue-directory (option "QueueDir"); new RPC-method "loadlog" returns the previously saved messages for a given nzb-file; new field "MessageCount" is returned by RPC-methods "listgroups" and "history" and indicates if there are any messages saved for the item; parameter "NumberOfLogEntries" of RPC-method "listgroups" and the field "Log" returned by the method are now deprecated, use method "loadlag" instead; field "PostInfoText" returned by RPC-method "listgroups" is now automatically filled with the latest message printed by a pp-script eliminating the need to access deprecated field "Log"
2015-02-26 20:57:38 +00:00
remote
fixed: in JSON-RPC the request-id was not transfered back in the response as required by JSON-RPC specification
2015-03-17 21:58:49 +00:00
util
fixed: parsing of RPC-parameters passed via URL were sometimes incorrect
2015-03-16 18:25:37 +00:00
windows
fixed: web-browser was launched on program reload; now it is launched only if the reload is initiated via tray menu (Windows only)
2015-01-26 21:26:32 +00:00