ShyPike
ffc8569fec
Don't copy admin stuff to complete folder
15 years ago
ShyPike
89bd43fbd9
Always backup the NZB to the job's admin folder.
15 years ago
ShyPike
b10e3a19be
Sync with 0.6.x
15 years ago
ShyPike
d31d7f3c31
Merge from 0.5.x (rev 2379..2402).
15 years ago
ShyPike
7e15ce9946
Update CHANGELOG.txt.
15 years ago
ShyPike
3236aea387
Improve reporting of newzbin problems and add a retry link in history.
15 years ago
ShyPike
66d7d89d7b
Don't replace '?' by '_' in platform_encode(), because that makes the URLs in the queue and history look distorted.
Any '?' in filenames will be removed later anyway.
15 years ago
ShyPike
d016f32452
Prevent Config->Schedule UI from crashing on bad schedules.
15 years ago
ShyPike
8fbc642083
Unpack errors not properly passed on by rar_unpack(), resulting in incorrect status parameter for user script.
15 years ago
ShyPike
851bfe7217
Don't show an empty RSS feed as an error, but just as an empty feed.
15 years ago
ShyPike
1d6ba732e3
Try solve the notorious Python logging bug on Windows.
15 years ago
ShyPike
e6107b206f
Add scheduled folder scan.
Allow dirscan_speed to be set to 0, to make scheduled folder scan useful.
15 years ago
ShyPike
4e2ea61695
Prevent crash on Linuix and OSX when HOME environment variable is missing, exit with panic() instead.
15 years ago
ShyPike
9ac5f60431
Added info about required Windows 7 hotfix to ISSUES.txt.
15 years ago
ShyPike
099eb6ce80
Prevent excessive memory use with large queues.
nzbstuff.py:
Don't load NZF in memory when server involved would not get an article anyway.
This prevents subsequent addition to NZO file.
postproc.py:
Delay saving full queue until end-of-queue action will be actually executed.
nzbqueue.py:
Don't save all NZO's in the queue when not necessary.
15 years ago
ShyPike
90d168cf3c
Use SABHelper also to guard the SABnzbd service.
Auto-restart when SABnzbd is no longer running and didn't sign-off properly.
15 years ago
ShyPike
d4a0c23e37
Sync with 0.6.x
15 years ago
ShyPike
decb7a4442
Fix email encoding properly (merged from 0.5.x).
15 years ago
ShyPike
4e418030a0
Better method of solving the OSX Python script problem (merged from 0.5.x).
15 years ago
ShyPike
bd877388c2
Fix the find_free_port() code and copy the found https port in the right variable.
15 years ago
ShyPike
26822bb943
Restore the stripFolders() call that was dropped from the SeriesSorter in the redesign in 0.5.x/rev. 2338.
15 years ago
ShyPike
df18cc52e1
Implement SABHelper service for restart support.
Completes the Blueprint "win-service".
15 years ago
ShyPike
a742f405f2
Make the SABnzbd service dependant on the SABHelper service.
15 years ago
ShyPike
9632a1eb24
Do not refer tp sabnzbd package from SABHelper.
15 years ago
ShyPike
d3c91364b2
Move mailslot.py to a seperate package. This way the SABHelper binary can be made a lot smaller.
15 years ago
ShyPike
8b3b22c489
Remind the user to install the Helper service too.
15 years ago
ShyPike
09394b8601
Merge changes form 0.6.x.
15 years ago
ShyPike
2fcd5400af
Add Danish to NSIS_Installer.nsi (without actual Danish translations).
15 years ago
ShyPike
c409197370
Add creation of SABnzbd-helper.exe to package.py.
15 years ago
ShyPike
48ea569c7e
SABHelper.py
Add missing HandleCommandLine function and remove uinneeded imports.
15 years ago
ShyPike
ae28a79b8a
Adding SABnzbdHelper service for restarting SABnzbd when it runs as a Windows Service.
MailSlot.py is used by both services.
15 years ago
ShyPike
c2bfca7fe4
Fix "Usage" of package.py.
15 years ago
ShyPike
f2beac63ee
Merge 2383..2384 from 0.5.x.
Prevent double character conversion in LatinFilter, which made accented characters in email fail on Linux/OSX.
Repair side-effect of rev 2374: email options are now always strings and not numbers.
Requires a fix of email_endjob option in Config->Email.
15 years ago
ShyPike
3cc6a3d8b5
Merge 2381..2382 from 0.5.x.
Report IOerror 13 on Linux as a port permission problem.
Clear up port permission text.
Error reporting equal porsts for https and http cannot be translated because translations are not available yet, use fixed English text instead.
Add some accented characters to the email test.
15 years ago
ShyPike
67342869ce
Do proper email encoding.
15 years ago
ShyPike
4904c5de6b
Change email encoding from Latin-1 to UTF-8.
15 years ago
ShyPike
2fae668276
The French email template should have encoding header UTF-8.
15 years ago
ShyPike
0f5738d746
Emails should have proper character encodings.
Use the email.message library to prepare it properly.
Put some accented characters in the email test message.
15 years ago
ShyPike
9dcd292c62
Merge in 0.5.x changes upto 0.5.1RC2 (via 0.6.x).
15 years ago
ShyPike
64a1fd5ce7
Merge in 0.5.x changes upto 0.5.1RC2 (via trunk).
15 years ago
ShyPike
8ae4fe94a8
Merge in 0.5.x changes upto 0.5.1RC2.
15 years ago
ShyPike
5c7b1f1560
Update CHANGELOG.txt.
(merge from 0.5.x)
'
15 years ago
ShyPike
972ec50267
Modify package.py for bzr instead of svn.
Add product name to Windows installer screens.
(merge from 0.5.x)
15 years ago
ShyPike
7f577a8071
Add some extra logging to catch alleged crash in Assembler.
(merge from, 0.5.x)
15 years ago
ShyPike
312d0a1e08
Allow comma-separated list of email addresses in the email_to option.
Improve implementation by generalizing the Options.
(merge from 0.5.x)
15 years ago
ShyPike
4a3d80ec00
Add Danish translation files and flag.
(merge from 0.5.x)
15 years ago
ShyPike
003b5c4ed5
Allow comma-separated lists of email addresses in the "email_from" option.
(merge from 0.5.x)
15 years ago
ShyPike
bc795a5445
Improve error handling of URL grabber by allowing
retries when receiving bad content.
Also report bad content better.
(merge from 0.5.x)
15 years ago
ShyPike
532c11e240
New download queue design, first phase.
Move per-job data to the job folder in "incomplete".
Move general data to the "admin" folder.
Make sure "old-style" jobs are properly finished.
Add queue repair option.
Handle jobs removed from the "incomplete" folder.
Remove some obsolete code for testing downloaded->decoder queue.
15 years ago
ShyPike
6b436aaf22
Merge in changes from trunk.
15 years ago