Safihre
2968b3c30e
Change par2-classic to par2cmdline on Windows
Closes #702
9 years ago
Safihre
1e72304c25
CherryPy 8.1.2 - Fix last SSL-bug
9 years ago
Safihre
692ed8fce8
CherryPy 8.1.2 - Update and set version
9 years ago
Safihre
440a80c552
Generate certificates using Cryptography
Bye bye pyOpenSSL!
9 years ago
Safihre
21549ab842
Switch CherryPy to use Python ssl instead of PyOpenSSL
9 years ago
shypike
86348dee11
Update required CherryPy to 6.0.2 and correct INSTALL.txt
9 years ago
Safihre
2e0e94a164
#656 Move switches to Specials for Unrar/Unzip/7zip/FileJoin/TSJoin
9 years ago
shypike
d2588f206e
Remove traces of obsolete crash detection.
9 years ago
shypike
ee5130f9b2
Previous PyLint cleanup revealed hidden errors
The code used sabnzbd.SCAN_FILE_NAME instead of SCAN_FILE_NAME.
The code used sabnzbd.RSS_FILE_NAME instead of RSS_FILE_NAME.
The option --autorestarted wasn't recognized.
9 years ago
Safihre
c43098d02f
Encoding was logged twice (line 1250)
Also remove logging unwanted extensions, that's also included when exporting log
9 years ago
shypike
8e0846a682
Require Python 2.7 only
Also fix a typo and remove obsolete debugging function.
9 years ago
shypike
84a6b8f400
Log the preferred character encoding
9 years ago
shypike
4723b215e3
Fix --ipv6_hosting option.
Repairs commit 1cbff28
9 years ago
shypike
3723ba7c7d
Disable listening on IPv6 addresses by the internal web server.
Setting Config->Special->ipv6_hosting to 1 will enable IPv6 listening.
Command line option --ipv6_hosting allows forcing the choice, should SABnzbd not start.
Closes #492
9 years ago
Sander
f12d4bb435
Log "Preferred Encoding", useful for debugging Unicode problems
9 years ago
Safihre
78a999af34
Force MIME types for CSS and JS files
Caused problems on Windows if external programs overwriten it in registery.
See: http://forums.sabnzbd.org/viewtopic.php?f=2&t=20490
And: https://www.reddit.com/r/usenet/comments/4fkmcx/my_sab_interface_is_text_only/
9 years ago
Safihre
83b78d8a3f
Few more growler->notifier
9 years ago
shypike
bd991e1010
Fix IP test at startup.
Correction of problem introduced by commit afff88b
"Use self-test.sabnzbd.org for connection tests".
9 years ago
Jonathon Saine
4905cd0cc4
Add pyOpenSSL info to startup/utility/config base. Add OpenSSL & yEnc to config base as well.
9 years ago
shypike
c7bc25b847
Disable https verification when uploading NZB to running instance of SABnzbd.
9 years ago
shypike
c5767b061d
When trying to connect to another SABnzbd instance over HTTPS, don't verify certificates.
Very few SABnzbd installations will have valid certificates.
9 years ago
shypike
fc1ce199ca
The compiled OSX build wasn't restarted with original command line arguments.
Rare use case where the App was originally started with parameters.
Essential for correct preservation of the -f parameter.
9 years ago
shypike
af6a50c27e
Add Special option "fixedd_ports" to prevent auto search for a free web port.
Useful in debugging situations where there might be stray processes running.
The option will prevent moving to other ports, but will instead terminate SABnzbd.
9 years ago
shypike
04ef0beacf
Update to 2016.
9 years ago
jcfp
cdf8c42d3d
Correct openssl package name in log message
Noticed someone using the incorrect package name in https://forums.sabnzbd.org/viewtopic.php?f=2&t=20018
9 years ago
Safihre
2f00a878a6
Log RAR-binary and RAR-file versions
10 years ago
shypike
555aadc83e
Windows: convert explicit INI-path to Unicode.
On Windows, the -f parameter passes an 8bit ASCII string instead of Unicode.
10 years ago
shypike
4c19fcbbfa
Undo change to translatable text.
10 years ago
Jonathon Saine
01fe99dbf2
code cleanup and spelling corrections
10 years ago
shypike
dcaccad358
Show available SSL protocols for a Usenet server.
Determine available protocols.
Log information about SSL libraries.
10 years ago
SanderJ
35781bfdc8
Print SSL system info in sabnzbd.log
10 years ago
shypike
5c29852033
Replace --no-api-log command line switch with the "special" option "api_logging".
More elegant code and automatically persistent.
10 years ago
Jonathon Saine
6fb4d7ece3
More pep8 cleanup, (revert) unused variables by import / duplicate imports / misspelling / some minor renames to avoid using built-in names (list/set/id/etc). Will cleanup addID in another pull.
10 years ago
Jonathon Saine
f75cb44a24
moved regex define before use (save memory when code branch isnt ran), calculate expire time once (save cpu cycles), reserved word (only some) & undefined & unused variables, depreciated `has_key`, more spelling and docstring cleanup
10 years ago
shypike
3c4b09af75
Make more error and warning strings translatable.
10 years ago
Jonathon Saine
565f5fd762
Some pep8 cleanup (whitespace/docstring only), focus on root dir along with scripts/tools/util.
10 years ago
Safihre
13b97203fc
Update Mime-type to Gzip also fonts
10 years ago
shypike
adb95c365e
Add --no-api-log to prevent a polluted log during testing.
Will not log API calls.
10 years ago
sanderjo
2c461ce2ed
sabnzbd.BROWSER_URL still needed
10 years ago
sanderjo
5ed9f6f30c
A 404's redirect now keeps the FQDN in place
10 years ago
Safihre
f4b8524b76
Removing skin-specific config pages
All should use Uni-config.
10 years ago
Safihre
ee39ec8139
Setting default favicon for CherryPy to SABnzbd
10 years ago
shypike
edf39f8e7d
Bump required CherryPy to 3..8.0
Avoid CP settings that will become obsolete.
10 years ago
shypike
23815b6a8e
Allow all CherryPy releases, starting with 3.2.2
10 years ago
shypike
d56c19ae1d
The 301 redirection message should use the IP of the caller.
301 should not use "localhost" but the actual IP of the calling client.
Needed to support Bonjour/Zerconfig.
10 years ago
Safihre
11d1729a33
Make Glitter the default skin for new users.
Also supports config-less skins by setting the standard "Config"-skin.
10 years ago
shypike
bf46ba035c
Support the use of an unpatched release of CherryPy.
Use the '"redirect_url" patch only when actually present.
Only needed to support https on zeroconfig/Bonjour systems.
10 years ago
shypike
548f448b9d
Add support for processing .nzb.bz2 files.
Support the BZIP2 format.
10 years ago
sanderjo
75f2d23ef2
Dashboard enhancements, among which Pystone
10 years ago
shypike
5b022d0409
Fix Config->Switches to show availability of unrar, unzip and 7zip.
Also, remove warning for missing 7zip binary.
10 years ago