-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### The new nzbget extension system, which makes it easy to download/update/delete extensions with backward compatibility with the old system. Extensions [master list](https://github.com/nzbgetcom/nzbget-extensions/). - Changed - RPC request "configtemplates" - no longer returns script templates, but only the config template. - Added - new RPC requests: - "loadextensions" - loads all extensions from {ScriptDIR} and returns an array of structures in JSON/XML formats. - "updateextension" - downloads by url and name and installs the extension. Returns 'true' or error response in JSON/XML formats. - "deleteextension" - deletes extension by name. Returns 'true' or error response in JSON/XML formats. - "downloadextension" - downloads by url and installs the extension. Returns 'true' or error response in JSON/XML formats. - "testextension" - tries to find the right executor program for the extension, e.g. Python. Returns 'true' or error response in JSON/XML formats. - "EXTENSION MANAGER" section in webui to download/delete/update extensions - Boost.Json library to work with JSON - more unit tests - Refactored - replaced raw pointers with smart pointers and const refs where possible for memory safty reasons - Updated - INSTALALTION.md - Removed - testdata_FILES from Makefile.am - EMail and Logger scripts --------- Co-authored-by: phnzb <pavel@nzbget.com>
- Loading branch information
Showing
84 changed files
with
4,592 additions
and
1,138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.