summaryrefslogtreecommitdiff
path: root/src/mailman/runners/news.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-167/+0
| | | | Beta testers can can safely remove `$var_dir/queue/news`.
* copybumpBarry Warsaw2012-01-011-1/+1
|
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-2/+2
| | | | | for consistency. This changes the REST API for mailing list resources. (LP: #787599)
* Major terminology shift:Barry Warsaw2011-06-011-1/+1
| | | | | | | | | | | | | | | | | * Queue runners are now called just 'Runners' since several of them don't manage queue directories. * Ban the term 'qrunner' too. * The master queue runner watcher should now just be called the 'master' or the 'master runner'. * bin/qrunner -> bin/runner * mailman.qrunner log file -> mailman.runner * master-qrunner.lck -> master.lck * master-qrunner.pid -> master.pid Also: * Remove some obsolete files * Begin the .txt -> .rst renaming
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-0/+167