shypike
236fbb9595
Update par2-tbb for Windows to version 0.4
10 years ago
shypike
ffbcc46fa4
Add 64bit only par2-sl for OSX.
10 years ago
shypike
2da41b3e51
Enable multicore choice for OSX too.
Also improve the code for par2 choice and option handling.
10 years ago
shypike
00e257fe74
Remove obsolete build support files.
10 years ago
shypike
677607d9f1
Default host is now 127.0.0.1
"localhost" gives too many problems on too many systems.
10 years ago
shypike
5731bc2ab0
Rename "local_range" to "local_ranges" to avoid breaking 0.7.x. compatibility.
Also remove default range, not needed.
10 years ago
shypike
9edb809773
Adjust Windows 8bit character mapping to work in a Unicode app.
10 years ago
shypike
f0c75504d7
Prevent crash when encountering unpack issues.
10 years ago
shypike
0f93545773
Prevent crash on systems without SSL support.
10 years ago
shypike
41ede96538
When no local range is set, allow all access.
10 years ago
shypike
7fc84ba6d0
Do not require the script folder to be writable.
10 years ago
shypike
74d3cfff20
Prevent crash when a duplicate file is detected.
Undefined function name.
10 years ago
shypike
956bd6374f
Fix little problem in extension detection and fix some PyLint complaints.
11 years ago
shypike
0395dac2eb
Windows long-style paths should not be damaged by trimming and cleaning.
10 years ago
shypike
03c9a3330e
Make sure Windows long-style paths are not sent to par2.
10 years ago
shypike
a0536c8fed
Add "Retry All" function.
Sends all failed jobs back to the queue.
10 years ago
shypike
4db46f9c62
Prevent CherryPy warning by making sure host name is in ASCII instead of Unicode.
10 years ago
shypike
3ea0bbcae5
API calls change_opts, change_script, change_cat now return "false" in case of errors.
Previously they always returned "true".
10 years ago
shypike
c1a11e26c1
Moved pystone module to sabnzbd/utils
10 years ago
sanderjo
6233ce1109
moved pystone module to sabnzbd/utils
10 years ago
sanderjo
c4feba200d
Better handling if import of pystone module does not work
10 years ago
sanderjo
fef680a399
Update SABnzbd.py
10 years ago
sanderjo
76f40af514
Better handling if import of pystone module does not work
10 years ago
shypike
b7236af9e2
Log exception info when urlgrabber's URL retrieval fails.
10 years ago
shypike
8eed05d221
Correct logging of refused API calls.
11 years ago
shypike
b7294a69f1
Add "Read all RSS feeds" to system tray menus.
11 years ago
shypike
7a070fdc4a
Support extra meta fields in NZB file.
What is now supported as X-DNZB-YYY header is now also accepted as meta field YYY.
'failure', 'details', 'episode', 'propername', 'year'.
11 years ago
hansvqp
678f9c7374
Add System Tray menu for Linux systems with GTK support.
11 years ago
shypike
aaa2105eaa
Make notification behavior consistent with the way the UI shows the options.
Also correct the "startup" defaults for ncenter, ntfosd and growl.
11 years ago
shypike
32c15771b4
Correct error in Notification Center options.
11 years ago
shypike
5019681d81
Reduce risk of crashing on bad pystone library.
11 years ago
shypike
80bc55f8c7
Support of a list for "local_range" option.
11 years ago
shypike
2b209e8a1f
Detect major OSX versions.
Affects defaults for Growl and NotificationCenter before and after MountainLion (8).
Affects top menu icon on Yosemite (10) and higher.
11 years ago
shypike
9079c05b97
Implement "send_group" and "ssl_type" per server instead of global.
11 years ago
shypike
5bed2e6b68
Enable TLS V1 for SSL server connections.
Default to value "t1" (TLS V1), except when obsolete option ssl_type was set to "v2".
11 years ago
shypike
bb6eeacaac
Move some options from Specials to Switches and vv.
Also add some missing options to smpl and Plush.
11 years ago
shypike
96c72fa4c5
Show the "enable_meta" option in Config->Switches.
And remove from "Specials".
11 years ago
shypike
d9e2868a7b
Remove encoding.titler()
Work-around no longer needed for Unicode.
11 years ago
shypike
e184f730e2
Remove traces of 8bit ASCII support.
Remove or replace calls to latin1().
Replace all Ta() calls with T().
11 years ago
shypike
f30059e07a
Additional logging for folder renaming.
11 years ago
shypike
b0146a393a
Update some license files.
11 years ago
shypike
d2e69fa005
Update unrar to 5.11 for (Snow)Leopard on Intel, but not for PPC.
There's no unrar 5.* release for PPC.
11 years ago
shypike
30f022d933
Measure and log Pystone performance, and - if possible - CPU type
11 years ago
shypike
0d6606a4a7
Let the API-call "Retry" return the new nzo_id of the job.
Also change the status of a doomed re-fetch from "Failed" to "Fetching".
11 years ago
shypike
50fe8baeef
Update copyright year.
11 years ago
shypike
7e74169113
Added an issue and made some language corrections.
11 years ago
shypike
c7735a5be7
OSX Yosemite: make top-menu icon compatible with "Dark Mode".
11 years ago
shypike
88f0b6d9ac
Fix problem of testing email server with existing parameters.
In existing email parameters the password consists only of asterisks.
In that case, get the password from storage.
Also improve the logging of failed authentication attempts.
11 years ago
shypike
4dc58c8229
Update unrar for OSX to 5.11
11 years ago
shypike
a139f7dc49
Support double quotes to delineate parameters in category match lists.
"a b", "c d"
is now properly handled. The double quotes needed HTML-quoting.
11 years ago