Hellowlol
56d5b1d9f8
Make bonjour easier to setup.
8 years ago
Safihre
3b9f2b2cf0
Remove par2classic/cmdline for Windows and macOS
8 years ago
Safihre
b3a9dc9eeb
Fix old code throughout
8 years ago
Safihre
19230c889d
Remove unused functions and constants (vulture)
8 years ago
Safihre
2def600d21
Remove unused imports and functions (pyflakes)
8 years ago
Safihre
ba3c731fee
Correctly switch HTTPS port if occupied on first start
8 years ago
Safihre
707d4a7a0c
Adding Multipar executables
9 years ago
Safihre
1eb6c426fd
Correctly handle already bound port with proper command-line message
Closes #921
Closes #923
8 years ago
Safihre
e2c46d73e4
Remove unused panic message
8 years ago
Safihre
a0166a4011
Correct command-line parameters
8 years ago
Safihre
c9f765813c
Exit more cleanly when ports are occupied
8 years ago
Safihre
0d98a24c67
Only search for free port when SAB is started for first time
Closes #875 . Removed 'fixed_ports' from Specials because now it's just an internal variable.
8 years ago
Safihre
91606a24b8
Correct translatable texts formatting
8 years ago
SanderJo
f001d8b749
SABYenc: Reporting of Required and Found version. Plus better var naming.
8 years ago
Safihre
abeee263f0
Use constants.REC_RAR_VERSION in all checks
8 years ago
Safihre
30f68bd7b9
Warning about bad Unrar was never shown in Glitter
Now it's a proper warning
8 years ago
Safihre
f13394d27f
Change Error to Warning for missing SABYenc
In preperation of RC1
8 years ago
Safihre
4e6862cef9
Chain certificates not loaded in all situations of extra servers
8 years ago
Safihre
7aff60b24d
CherryPy would fallback to (non-existing) pyopenssl for extra servers
Causing failed starts
8 years ago
Jonathon Saine
1bd6ebdb41
Fix -w option as it no longer needs arguments.
8 years ago
Safihre
57e0dac45b
If no SABYenc or _yenc, give ERROR
Performance of Python-yEnc is lower in 2.0.0, so people need to fix things
8 years ago
Safihre
44b0ab2203
Remove macOS IOPolicy throttling
#830 . Currently it's set to IOPOL_THROTTLE, meaning lowest priority.
Have to await feedback from users, potentially we can create a Special option for it.
8 years ago
SanderJo
b309099f0b
Warning in case of non-UTF-8 setting on Linux/Unix
8 years ago
Safihre
1d0ac46c7e
More correct handeling of CherryPy logging
Use CherryPy's options to handle the logging.
8 years ago
Safihre
0fbf240a58
Simplify CherryPy logging
No filter required anymore, CherryPy provides it's own config switches for it.
8 years ago
Safihre
d1a92aeb36
Restructure interface.py
We now only have 1 directory that has all the template files, so the directory does not have to be a variable for each page anymore.
There should be caution when doing redirects, to make sure the correct /sabnzbd/ or just / is used.
8 years ago
Safihre
dc438e6eb7
Remove Secondary Skin option
Major cleanup, now doesn't need any special links to file locations anymore.
Closes #778
8 years ago
Safihre
9b4bd7a3f0
Only warn about _yenc when no SABYenc
8 years ago
Safihre
5d6a6b1af7
Show SABYencversion in log
8 years ago
Safihre
8267b429ca
Some cleanup of SABYenc code
8 years ago
Safihre
c9ee0b0fcb
Check for specific SABYenc version
8 years ago
Safihre
00f2410d2d
Show SABYenc detection at startup and in Config
8 years ago
Safihre
ad8abbc213
Avoid startup crash on possible incorrect localhost-probing
8 years ago
Safihre
84d3969ec3
Log Cryptography version, we need >=1.0
Closes #803
8 years ago
Safihre
bd2c54a38d
Prepare text files for 1.2.1 and remove unused stuff
8 years ago
Safihre
0b696409fc
Shorter port-checks on startup
8 years ago
Safihre
6602d13c95
In case HTTPS = HTTP port, save the correct port when occupied
8 years ago
Safihre
ee689c231c
Not having _yenc is bad
The difference in CPU load is just too big (3x fold)
8 years ago
Safihre
8630c712bb
Only enable CherryPy logging when enabled from command-line
8 years ago
Safihre
a8b3f721c9
Fix cherrypy_logging
Closes #758
8 years ago
Safihre
2f86292503
Don't check port twice if HTTPS is served on HTTP port
8 years ago
Safihre
f093dbef7a
MacOS running from sources can use regular restart-path
9 years ago
Safihre
814960c5f0
Also check if running SABnzbd version might be same as the new one
Closes #747
9 years ago
Safihre
cbe4840ce2
Update Copyright year to 2017
9 years ago
Safihre
cdf378ff45
Remove unused CherryPy settings
9 years ago
Safihre
7919961b8a
Remove NewRotatingFileHandler and move version_check to after startup
9 years ago
Safihre
96fc743f6a
Log SSL-Context check and show when Cryptograhypy is missing
9 years ago
Safihre
d7a0147191
Implement direct restarts (when possible)
9 years ago
Safihre
a7697d4479
Remove web_watchdog
We shouldn't need this
9 years ago
Safihre
231dcea37e
Move IPv6 and SSL checks to start of Downloader-thread
Reducing startup time by another 2 seconds
9 years ago