172 Commits (1f554816b687856c05270ac2bc1ed977dffae51d)

Author SHA1 Message Date
ShyPike 3a95707d79 Implement pre-check. 14 years ago
ShyPike cdc086f2db Add support for quotum management. 14 years ago
ShyPike cc702dde6d Improve handling when user has set username/password for a server, while the server doesn't need authentication. 14 years ago
ShyPike 95c7980b40 Fix problem that caused SABnzbd always to startup in paused state. 14 years ago
ShyPike 75bce12b8b Fix failing scheduled post-processing events. 14 years ago
ShyPike 05bd94c220 Fix server connection issues due to race-conditions in connect threads. 14 years ago
ShyPike b6b4e64476 Add 'no article' error code to logging of downloader. 14 years ago
ShyPike 4bb4de11b3 Update copyrights to 2011. 15 years ago
ShyPike 3cb5744682 Remove wrapper layer from Downloader. 15 years ago
ShyPike 4c63c34380 Internal improvements: 15 years ago
ShyPike 203a0e8334 Protect downloader.check with the CV semaphore. 15 years ago
ShyPike f7be067a69 Add retention time as server parameter (in days, where 0 is infinite). 15 years ago
ShyPike 9dc50b5c41 Convert to GNU gettext following the Launchpad translation guidelines. 15 years ago
ShyPike df014e3db7 Reduce logging. 15 years ago
ShyPike 36561d0338 Per-server tracking of downloaded bytes. 15 years ago
ShyPike a56a2b6731 Replace all old-style objects with new-style objects. 15 years ago
ShyPike a69e72e6ec Add server timer check to the Guardian. 15 years ago
ShyPike d8bec2569b Handle the situation where a Usenet server unexpectedly want credentials. In that case send empty username and password if not set. 15 years ago
ShyPike 68a74e990a Reorganisation of attributes of Article, NzbFile and NzbObject. 15 years ago
ShyPike 08f9037738 Eliminate superfluous 'main' folder 15 years ago
shypike 1289e2315e Drop the last get() method calls from cfg items. 15 years ago
shypike 43229e9184 Lowercase all option instances. 15 years ago
shypike c27cd7d82a Remove wrappers for most Singleton classes. Use the class attribute 'do' to store the instance of the class. For now only the simple Singletons, because downloader and nzbqueue are more difficult due to the semaphore decorators. 15 years ago
shypike 47cb1c8b2e Merge changes from branch sabnzbd-0.5.x Rev 3261-3311 to trunk 15 years ago
shypike ea6ad3aea4 Implement __call__ method for class Option so that every option.get() can be replaced by option(). 16 years ago
shypike 6efb7426a4 Merge changes from branch sabnzbd-0.5.x Rev 3227-3257 to trunk. 16 years ago
shypike 0c58243bd7 Merge in changes from branch sabnzbd-0.5.x Rev 3182-3192. 16 years ago
shypike 0a2e33caa1 Hunt for potential Downloader deadlocks. 16 years ago
shypike 74892b34a8 Revert changes to downloader.py in Rev 3160. Should not have been included. 16 years ago
shypike 73e76e8530 Don't stop at the first failing unrar, but continue. 16 years ago
shypike 9bb9cd5f7d Remove wrapper "process", does not cover a downloader method. 16 years ago
shypike 454ad65c43 Make sure all logging.error/warning calls use Ta() for translation, because that returns a Latin-1 string instead of Unicode. The reason is that the logger does a bad job of combining mixed string types. 16 years ago
shypike da293d88d4 Perform periodic check to see if the tasks are still alive. 16 years ago
swi-tch 080e7cf704 Properly fix server error translation issue 16 years ago
swi-tch 7c516c775e Added support for astraweb's account sharing message into the blocked server code. 16 years ago
shypike 0b4b94e73e Repair (and improve) implementation of Send-Group option. 16 years ago
shypike ff7e09a467 Improve handling of blocked servers. 16 years ago
shypike 0118144a95 Account sharing not detected properly, due to incorrect clues list. 16 years ago
devrAf 5c259c2c87 [OSX] Menu & Growl Notifications Translations 16 years ago
devrAf f2a7c7829c [OSX] Growl Notifications, Menu updates, API 16 years ago
shypike 31b9a01f12 Add some comments to downloader.py and minor code cleanup. 16 years ago
devrAf 528b4b825d OSX : Added more Growl Notification 16 years ago
shypike ddbcd76a75 Most Python files were accidentally converted to DOS format, instead of Unix format. 16 years ago
shypike 716f7433fd Phase 3 Multi-language support. 16 years ago
shypike 10900e6f8b Make code conform more to PEP 8 Style Guide. 16 years ago
shypike 0c77dff305 Implement "optional" field for servers. 16 years ago
shypike a3d166b676 - Do not wait timeout period for socket errors. 16 years ago
shypike a1efe84a2d Update copyright date to 2008-2009. 16 years ago
swi-tch 253399e018 When the queue is paused, reset the bpsmeter if no forced items are present. 17 years ago
swi-tch 6d2ae5a272 Added new priority, "Force". Will download files while the queue is paused. 17 years ago