186 Commits (4bf60b459a5536b04d435e1421e8c9cee416faa7)

Author SHA1 Message Date
swi-tch 53d5568716 Fixed: sqlite3 wasn't being imported properly for python 2.4 16 years ago
swi-tch 789d8ab5d1 - cherrypy.log now logs only errors (not access logs) like it did in 0.4.x. Uses a rotating log set to 512KB size with three roatations. 16 years ago
swi-tch 9a613d7d4e When uploading nzb's for file association, only add username and password if the password is also set. 16 years ago
swi-tch f5ea0e99b8 - Support for :: or [::] as valid hostnames. :: listens on all ipv6 addresses. 16 years ago
shypike c3f7a0769e Clean up the messy platform checks. 16 years ago
shypike 87b6e4a830 More readable Python version check. 16 years ago
shypike a1efe84a2d Update copyright date to 2008-2009. 16 years ago
devrAf fd93541fc9 OSX : Fixes for 0.5.x (trunk) 16 years ago
swi-tch 02a0ba44a3 - Added check to see if HTTP and HTTPS port are the same, if so warn and disable HTTPS. 16 years ago
shypike f969d7a329 OSX: Copy some extra files from old location to new location once. 16 years ago
swi-tch 785fdd95d8 - Fixed an error from last commit, moved enable_restart variable higher in the code. 16 years ago
swi-tch 022450365d - Don't check for a running HTTPS instance at startup if https is not enabled or no port is set. 16 years ago
shypike f3c2376f8f OSX: Copy INI file from old location to new location once. 16 years ago
shypike d6ab26ce3c Update required software. 16 years ago
shypike 7367d8d351 Adjust the OSX part of SABnzbd.py for CherryPy3. 16 years ago
swi-tch 0905e79758 Fixed: Removed some debug code added by mistake in revision [2235] 16 years ago
swi-tch 990406daaa Fixed: 16 years ago
swi-tch 8dc3d9d608 HTTPS Changes: 16 years ago
swi-tch 38b3c90a83 Moved web host determination below config file reading. This stops blank and ip addresses as hostnames from not working when not specified in command line parameters. 16 years ago
swi-tch 3ec1c773ed - Added: Port checking at startup. If the port is taken by another program it will try another port. If sabnzbd is already running on that port it will launch the web browser. Closes #240 16 years ago
swi-tch d597e17df9 Added a quick-start wizard for when the user first starts sabnzbd with no configuration. Contains important config valies such as server details and skin choice. 16 years ago
swi-tch a60fa44eb6 Make sure config saving from non '/sabnzbd/' urls redirect to a non '/sabnzbd/' page. 17 years ago
swi-tch c0de39bd79 Made the need for /sabnzbd/ in the url optional. Example url's to access sabnzbd: 17 years ago
shypike 942b4f347b Add OSX frozen py2app detection and adjust MY_FULLNAME value to correct the SABnzbd executable path. 17 years ago
shypike 92a41efc54 Follow-up of Rev. 2015 17 years ago
shypike 21836d4094 Refactoring of Rev 2036. 17 years ago
shypike 7a69bc1985 Detect lack of permission to use the web-server port and report accordingly. 17 years ago
shypike 2bedd637f9 Factored out get_webhost() from main(). 17 years ago
shypike 988a988c5d Factor out print_modules() from main. 17 years ago
shypike cb1efa1914 No need to set __NAME__ for each module, Python doesn't need that. 17 years ago
shypike d3cb185e38 Adjust for different logging implementation in CherryPy3. 17 years ago
shypike 3b6d30e080 For normal exit, replace ExitSab(0) by flushes and os._exit(0) to prevent an exception. 17 years ago
shypike 10f6835f62 Added missing exit value when fork fails to missing log folder. 17 years ago
shypike b01a483c35 Redesign nzbstuff.py to use SAX-based parsing. 17 years ago
shypike 78ca9b56a3 Follow-up of Rev 1965: 17 years ago
shypike 4dc7fdcdce Restore --delay option for testing article cache and implement it as a non-saved config item. 17 years ago
shypike fe35d90055 Large-scale refactoring. 17 years ago
shypike 83a49ac82e Configuration Redesign, phase 15. 17 years ago
shypike faf40a078e Configuration Redesign, phase 17. 17 years ago
shypike 123684f69a Configuration Redesign, phase 15. 17 years ago
shypike 7f3101ecce Configuration Redesign, phase 14. 17 years ago
shypike 9621ed24f5 Configuration Redesign, phase 12. 17 years ago
shypike 674e1964a7 Configuration Redesign, phase 10. 17 years ago
shypike d652f0f0ba Configuration Redesign, phase 9. 17 years ago
shypike a92e6d7557 Configuration Redesign, phase 6 fix. 17 years ago
shypike 86635b8091 Configuration Redesign, phase 6. 17 years ago
swi-tch 752a8eced7 History is now stored in an sqlite3 database. Details are hidden by default. Increases the queue version number. Closes #201 Closes #36 Closes #37 17 years ago
shypike 0d77ad1ea8 Faster exit from main loop by calling ExitSab. 17 years ago
shypike 942e1181c9 Configuration Redesign, phase 3. 17 years ago
shypike 70b404f3e1 Configuration Redesign, phase 1. 17 years ago