summaryrefslogtreecommitdiff
path: root/src/mailman/runners/nntp.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Clean up the runners directory.Barry Warsaw2016-03-251-12/+7
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-211-3/+3
| | | | pass.
* Fix the NNTP errorsBarry Warsaw2014-12-171-1/+1
|
* Checkpointing.Barry Warsaw2014-11-301-2/+2
| | | | | | | | | | By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* - Rename the model attributes.Barry Warsaw2012-04-081-6/+4
| | | | - news_moderation -> newsgroup_moderation
* The port of NNTPRunner to Mailman 3 is complete.Barry Warsaw2012-04-011-26/+40
| | | | | | * Configuration schema variable changes: [nntp]username -> [nntp]user [nntp]port (added)
* - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw2012-04-011-11/+19
| | | | | | | | | header removal and de-duplication algorithms. - Improve the robustness of the de-duplication code. - Add a very nice helper called `configuration` which can be used either as a decorator or context manager to temporarily set values in a configuration section. No more need to manage pushes/pops. More code needs to be converted to use this style.
* More tests, though still not 100% coverage.Barry Warsaw2012-03-311-20/+27
|
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-0/+167
Beta testers can can safely remove `$var_dir/queue/news`.