Andrey Prygunkov
|
4daf01e683
|
fixed few compiler warnings in Windows
|
2015-07-13 21:13:26 +02:00 |
|
Andrey Prygunkov
|
ec47da608f
|
refactor: reducing usage of "float"-type where possible
|
2015-06-05 11:24:05 +00:00 |
|
Andrey Prygunkov
|
5d24697b0c
|
refactor: reworked declaration of global objects (singletones)
|
2015-05-22 20:28:05 +00:00 |
|
Andrey Prygunkov
|
c808b38778
|
refactor: reducing module dependencies for easier testing: extracted command line parsing code from module "Options" into new module "CommandLineParser"; modules "Options" and "CommandLineParser" do not depend on other modules and can be instantiated separately; they do not immediately abort program execution on fatal errors and instead report errors via state variables
|
2015-05-21 10:42:18 +00:00 |
|
Andrey Prygunkov
|
3024d32257
|
fixed: command "nzbget -L H" may crash if the history contained URL-items with certain status
|
2015-03-27 22:50:02 +00:00 |
|
Andrey Prygunkov
|
1645562d78
|
eliminated compiler warning
|
2015-02-01 15:02:10 +00:00 |
|
Andrey Prygunkov
|
d0d59469bc
|
fixed: remote command "-L HA" (which prints the history including hidden records) could crash
|
2015-01-27 20:26:41 +00:00 |
|
Andrey Prygunkov
|
2388250dfa
|
added optional parameters to remote command "--append/-A" allowing to pass duplicate key, duplicate mode and duplicate score; removed parameters "F" and "U" of command "--append/-A", which were used to set mode (file or URL), which is now detected automatically; the parameters are still supported for compatibility
|
2015-01-15 18:09:37 +00:00 |
|
Andrey Prygunkov
|
4a11c04742
|
added subcommand "HA" to remote command "--list/-L" to list the whole history including hidden records
|
2015-01-06 20:00:22 +00:00 |
|
Andrey Prygunkov
|
1c00e62d3e
|
fixed: the "pause extra pars"-state was missing in the pause/resume-loop of curses interface, key "P"
|
2014-08-28 20:29:51 +00:00 |
|
Andrey Prygunkov
|
0d630d9ea3
|
when connecting in remote mode using command line parameter "--connect/-C" the option "ControlIP" is now interpreted as "127.0.0.1" if it is set to "0.0.0.0" (instead of failing with an error message)
|
2014-08-28 20:22:20 +00:00 |
|
Andrey Prygunkov
|
159340a396
|
fixed: remaining size and time were not printed in remote console mode (bug introduced somewhere in v13)
|
2014-05-19 21:28:35 +00:00 |
|
Andrey Prygunkov
|
bf66500aac
|
reworking queue (continued): merged url queue into main download queue: urls added to queue are now immediately shown in web-interface; urls can be reordered and deleted; when urls are fetched the downloaded nzb-files are put into queue at the positions of their urls; this solves the problem with fetched nzb-files ordered differently than the urls if the fetching of upper (position wise) urls were completed after of the lower urls; removed options "ReloadUrlQueue" and "ReloadPostQueue" since there are no separate url- and post-queues anymore; nzb-files added via urls have new field "URL" which can be accessed via RPC-methods "listgroups" and "history"; new env. var. "NZBNP_URL", "NZBNA_URL" and "NZBPP_URL" passed to NzbProcess, NzbAddedProcess and PostProcess-scripts; removed remote command "--list U", urls are now shown as groups by command "--list G"; RPC-method "urlqueue" is still supported for compatibility but should not be used since the urls are now returned by method "listgroups", the entries have new field "Kind" which can be "NZB" or "URL"
|
2014-03-18 22:35:58 +00:00 |
|
Andrey Prygunkov
|
8168804f05
|
reorganized source code directory structure: created directory 'daemon' with several subdirectories and put all source code files there
|
2014-02-24 22:11:14 +00:00 |
|