102 Commits (22a1051a19801f4827b7767afc8ae6e6631127be)

Author SHA1 Message Date
ShyPike 10e21a3af9 Remove extra '\r' in Windows logging. 13 years ago
shypike 37f1d64e46 Fix incorrect explanation of --no_ipv6 flag. 13 years ago
ShyPike c44d98da66 When localhost resolves to ['127.0.0.1', '::1'] instead of ['::1', '127.0.0.1'], SABnzbd would try to register twice on '::1'. 13 years ago
ShyPike c6d5a79776 Improve web-host address selection on systems where the hostname does not resolve to an IP address. 13 years ago
ShyPike 29f126ca47 Make warning about Python3 easier to read. 13 years ago
ShyPike 5c1342a663 Tell user that Python 3.0 won't work. 13 years ago
shypike 79488c4785 Add option to suppress listening on web host address ::1 13 years ago
ShyPike ff6b87ef5b Improve the INI file handling. 13 years ago
ShyPike 503bcf64c9 Prevent problems on systems that don't bother to resolve "localhost". 13 years ago
ShyPike 5b38c772fb When the "uname -n" name of a system doesn't resolve to an IP, only use 0.0.0.0 as hostname when the user hadn't set "localhost", "127.0.0.1" or "::1" as the hostname. 13 years ago
ShyPike 11a1ce4a6c Set UI-ready flag sooner. 13 years ago
shypike 9610a5a0dd Do HTML quoting for " and ' characters in skin texts. 13 years ago
shypike fca9d0b89e Ensure proper handling of web host address 0.0.0.0 when localhost does not resolve as expected. 13 years ago
ShyPike b9efcaa5a1 Update copyright stuff. 13 years ago
Jonathon Saine 30cbe48f10 Defined what mime types for cherrypy to gzip. text/* and javascript. 13 years ago
ShyPike a133bb28cd Add loglevel -1 to suppress logging altogether. 13 years ago
ShyPike e9a6f4b9bc Preparation for Universal Config pages. 14 years ago
ShyPike 8b3954d31b Move all icons into a folder. 14 years ago
ShyPike b9f42f689e Improvements for Windows SysTray. 14 years ago
ShyPike 0fafbd6f2e Work-around for malfunctioning IPv6 one some Linux platforms. 14 years ago
shypike 96e1b81179 Only warn about identical port for HTTP and HTTPS when HTTPS is actually enabled. 14 years ago
shypike fe6d4f3673 Add --console option to force console logging for OSX app. This will help diagnose startup problems. 14 years ago
ShyPike 753ed1c846 Prevent crash when 'localhost' does not resolve in all_localhosts(). 14 years ago
ShyPike 3568d067be Handle OS-es that returns multiple identical IPs for localhost (like Ubuntu-s). 14 years ago
Jan Schejbal 1f125ca0fc windows systray: fixed newlines, file locations and names 14 years ago
ShyPike 4b959da7d2 Make SABnzbd listen on all available localhost equivalents (usually 127.0.0.1 and [::1]). 14 years ago
Jan Schejbal 730c2ec631 tray icon 14 years ago
shypike 37cd87f3f4 Show original command line in Config->Base 14 years ago
shypike b8fb5cbfbf Setting of WIN64 flag was done only after selecting unrar/par2 variants. 14 years ago
ShyPike c5d675ac88 Webserver 404 (NotFound) errors will automatically redirect to the main page. 14 years ago
ShyPike 53aed799a1 Add universal Growl support. 14 years ago
ShyPike 3e6f46483c Launch browser for a second instance when no -b parameter is given. 14 years ago
ShyPike c7d5ea6ecd Delay starting most tasks until the webserver is ready. 14 years ago
ShyPike 428ab1ad96 Prevent UI of running SABnzbd instance coming up when second instance is started with "--browser 0". 14 years ago
ShyPike b0a833f3a9 Log original command line before any tampering. 14 years ago
ShyPike 8b66deef0e Log command line parameters. 14 years ago
ShyPike a01cd34b58 Fix handle leak. 14 years ago
ShyPike b73f74470b Fix error message about missing Cheetah. 14 years ago
ShyPike 6b3efe9398 OSX binary: remove odd -psn_0_12345 parameter that would be mistaken for "-p -s -n". 14 years ago
ShyPike 64f17675e2 Compensate for some Apple-Python bugs. 14 years ago
ShyPike 287490d549 Split misc.py into misc.py, panic.py and powersup.py. 14 years ago
ShyPike 138b3d9ae2 Add --new command line parameter to force a new instance instead of starting the UI of the existing instance. 14 years ago
ShyPike 309c556f35 On OSX, the topmenu did not always send the right URL to the browser. 14 years ago
ShyPike 62f4647117 Implement automatic redirection of HTTP to HTTPS, when server is set to HTTPS-only. 14 years ago
ShyPike 6b0580c3fd NZB paths on the command line should be made absolute before being sent to the running instance. 14 years ago
ShyPike bfe4fe0a6d Fix failing NZB-extension association on Windows 7 and Vista when using an HTTPS-only configuration. 14 years ago
ShyPike 2ae316bf9c Fix handling of nzb.gz files as command line parameter. 14 years ago
ShyPike cfcb404794 Fix failing compare of versions of running and new instance of SABnzbd. 14 years ago
ShyPike 05e0abbd5e Fix NZB upload. Don't send api part when launching UI for running instance. 14 years ago
ShyPike 123cc3bbf9 Implement PID file support for non-Windows systems. 14 years ago