87 Commits (dc6f8a19e37c2a63bd9e5a6837aa352d1801fb0a)

Author SHA1 Message Date
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
ShyPike aefdcd7cd6 Win32: Fix registration of SABnzbd url in the user registry. This made the NZB association go wrong. 14 years ago
ShyPike 2eb3150c40 OSX: prevent double Growl notification "SABnzbd shutdown finished". 14 years ago
ShyPike 202089e829 Fix hangup during scheduled restart. 14 years ago
ShyPike 4d0858e4d3 Improve some error messages that report problems with web interface. 14 years ago
ShyPike 70ee936107 Rename SABnzbdDelegate.py to osxmenu.py and move to sabnzbd folder. 14 years ago
ShyPike dbc997532a Add support for color schemes in Plush too. 14 years ago
ShyPike b3346d3104 Windows: add "Safe" mode to Menu Start entries. 14 years ago
ShyPike 7073ff151a Prevent crash when checking web host address return unexpected error codes. 14 years ago
ShyPike f6d3eb6a05 Make sure the logfiles are in DOS format on Windows. 14 years ago
ShyPike ca72266513 Log the location of the INI file. 14 years ago
ShyPike 566693dc9b Console logging wasn't properly suppressed in daemon mode, leading to a crash. 14 years ago
ShyPike 4bb4de11b3 Update copyrights to 2011. 15 years ago
ShyPike d82a58799c Drop support for Python 2.4, due to missing features in gettext modules. 15 years ago
ShyPike 3cb5744682 Remove wrapper layer from Downloader. 15 years ago
ShyPike 0bd763833f Fix incorrect URL used for browser launch (side-effect of previous change). 15 years ago