shypike
1b91027f69
Fill in the timeout too, when missing!!
18 years ago
shypike
409e43ec88
Forgot to include constants.py in downloader.py
18 years ago
shypike
7820392546
Exception handling in downloader.py to cater for old INI files that have no timeout parameter.
Make constants for minimum and default timeouts.
18 years ago
shypike
f00d1c59a7
Add timeout parameter to server-definition.
120 is default, 30 is minimum.
18 years ago
shypike
3f38c3a146
Update for 0.2.8test
18 years ago
shypike
ade6b97cbd
Simple 7zip based packing script for Windows.
18 years ago
shypike
a8f6148178
Remove obsolete files.
18 years ago
shypike
fc860ee111
Prepare for release 0.2.8
README.txt modified for new behaviour.
Remove outdated TODO.txt and UPGRADE.txt.
18 years ago
shypike
26885138fc
Uniform <title> tag for all templates.
18 years ago
shypike
080ba63bc9
Force NOVA_0.4.5 to SabPlus mode.
18 years ago
shypike
deee1467b6
Forced save of INI file on startup to that the default values are saved.
Give -w a parameter to toggle web-logging (remembered in INI file).
Needed to factor out save_configfile to misc.py.
18 years ago
shypike
191f4ae7ea
Put in correct URL-s to SABnzbdPlus project on SourceForge.net
18 years ago
shypike
0939c61ffa
SABnzbd.py:
Improved logging. Set logging on commandline (remember in INI file).
__init__.py, interface.py:
Change some logging levels.
18 years ago
shypike
bcd88b98ac
Use constants for all default directory and file names.
18 years ago
shypike
29e5c7cbc2
NOVA_0.4.5/templates/config_general.tmpl:
Forgot to include the templates section
18 years ago
shypike
3a17574fb1
NOVA_0.3.2/templates/config_general.tmpl
Forgot to add the "templates" part
18 years ago
shypike
41b10cf8dc
SABnzbd.py:
Recover when web_dir is empty
__init__.py / misc.py:
Refactoring of dir_setup. Extract create_real_path an put it in misc.py
interface.py:
Proper handling of directories on save.
Improved checking of templates directories.
Recover from empty template field.
config_directories.tmpl:
Change notice on directories again.
18 years ago
shypike
929eafb432
sabnzbd.py:
Repair typo in logging
__init__.py:
Logging for failed mkdir
config_directories.tmpl:
Warn about new dirs not created automatically
18 years ago
shypike
3435965b1f
sabnzdb.py:
implement --clean option
Termination of main module waits for cherrypy stop (otherwise logging will fail)
__init__.py:
implement --clean option
18 years ago
shypike
6c5d5876c7
SABnzbd.py / misc.py:
Rewrite of retreiving Special folders for Windows.
Same handling for Vista and XP/2003
interface.py:
Removed strange handling of config filename in ConfigPage().
Original code fails when name contains backslashes.
__init__.py:
Remove VISTA global, not needed anymore.
18 years ago
shypike
652c8a93ae
Repairs.
- download_free should be in the "system" directories section
- schedlines not initialized properly (special handling because it's a list)
- moved real_path to misc.py (cannot export it from __init__.py)
- "save-dir" in interface.py should use real_path to check the directories
- Some explanation texts in templates changed.
18 years ago
shypike
453f2c91e9
Merge the sabnzbd-robust-ini branch into the trunk (rev 32:64).
18 years ago
shypike
e31605161f
Must be getting old.
Forgot to add the config_email.tmpl in both standard templates and NOVA_0.4.5/templates.
18 years ago
shypike
7298c96b92
Corrected command building for sendEmail.
"command" list was never reset, but kept building up with each email.py
18 years ago
shypike
1e2ffba22f
Add the NOVA_0.3.2 and NOVA_0.4.5 templates to the Windows binary distribution (setup.py).
18 years ago
shypike
ee16e2ee8a
Program name remains "sabnzbd" (remove the "+").
18 years ago
shypike
259ba36327
Convert email.py to Unix format.
18 years ago
shypike
b732e5aac8
Merge branch sabnzbd-email to the trunk (Rev 25:51).
18 years ago
shypike
aa9b64dba0
Updated NOVA_0.4.5 templates. Removed NOVA_0.4.4 templates.
18 years ago
shypike
b179609cbf
Added Disk space guarding.
You can set a minimum amount of diskspace (in MB) that needs to remain free.
As soon as the level is crossed, SABnzbd will pause downloading.
You have to free diskspace and resume SABnzbd manually.
18 years ago
shypike
4cf016dd80
Add copying of favicon.ico to distribution.
18 years ago
shypike
d90ec93401
Change NOVA version number to 0.4.4
18 years ago
shypike
005a46b483
Make SABnzbd.ini.sample compatible with the folders created by setup.py for the binary distribution.
18 years ago
shypike
63c3e33b3f
Add SABnzbd version number to main.tmpl.
18 years ago
shypike
2b2f61bd95
Replace NOVA_0.4.3 by NOVA_0.4.4.
18 years ago
shypike
24361cdbfa
Copied remotely
18 years ago
shypike
7f102c7a25
Copied remotely
18 years ago
shypike
7d4f2d3ba0
Copy 0.4.3 content to 0.4.4 prior to update.
18 years ago
shypike
03910bc0f1
Add NOVA_0.4.4 directory.
18 years ago
shypike
379f0f708f
Make compatible with IPv6 stacks.
(By mekong75, as posted in the patches section of SABnzbd.sourceforge.net)
18 years ago
shypike
42801d9b9d
Remove swear word from warning.
18 years ago
shypike
c3883091dc
Importing release SABnzbd-0.2.7 as published on sabnzbdplus.cyphen.net.
18 years ago
shypike
5c6a33a724
Import the 0.2.6a release as published on sabnzbdplus.cyphen.net.
18 years ago
shypike
4a6137afdc
Improved setup.py that enables a compiled version for Win32 (using py2exe). Just run "python setup.py py2exe" and a distributable result will be stored in the "dist" directory (ignore the "build" directory).
Added the source code for par2cmdline.
18 years ago
shypike
163810b3d9
Add distributable Win32 binaries for par2, unzip and unrar. All these tools can be freely distributed.
par2 version 0.4
unrar version 3.70
unzip version 5.52
18 years ago
shypike
ddb200f04a
Copy original sabnzbd-0.2.5 sources into the trunk (as directory "main").
18 years ago
shypike
b8ceafa8f4
Base repository layout.
18 years ago