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-06-12 05:34:15 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
39063e4bcff15f8f38d289045f57ccd279cf9efe
nzbget
/
daemon
/
remote
History
Andrey Prygunkov
c3dd57abc6
fixed
#47
,
#14
: RPC-API method "readurl" follows redirects
...
the method is used by "Check for Updates"-function in web-interface
2015-07-07 22:10:31 +02:00
..
BinRpc.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
BinRpc.h
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
MessageBase.h
new action "Mark as success" on history page and in history details dialog; items marked as success are considered successfully downloaded and processed, which is important for duplicate check; new action "HistoryMarkSuccess" in RPC-method "editqueue"; new subcommand "S" of command "-E H" (command line interface); new status "SUCCESS/MARK" can be returned by RPC-method "history"
2015-03-26 22:28:30 +00:00
RemoteClient.cpp
refactor: reducing usage of "float"-type where possible
2015-06-05 11:24:05 +00:00
RemoteClient.h
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
RemoteServer.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
RemoteServer.h
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
WebServer.cpp
refactor: reworked declaration of global objects (singletones)
2015-05-22 20:28:05 +00:00
WebServer.h
added restricted user and add-user; restricted user has access to most program functions but cannot see security related options (including usernames and passwords) and cannot save configuration; restricted user can be used with other programs and web-sites; add-user can only add new downloads via RPC-API and can be used with other programs or web-sites
2015-02-20 21:05:51 +00:00
XmlRpc.cpp
fixed
#47
,
#14
: RPC-API method "readurl" follows redirects
2015-07-07 22:10:31 +02:00
XmlRpc.h
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