index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman
/
rules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up pass through abompard's branch.
Barry Warsaw
2015-10-20
1
-8
/
+8
*
Use and interface for the set of header_matches
Aurélien Bompard
2015-10-20
1
-7
/
+5
*
Fix a code typo in the docs
Aurélien Bompard
2015-10-20
1
-1
/
+1
*
Implement changes from the review
Aurélien Bompard
2015-10-20
1
-2
/
+31
*
Adapt the code and the tests to the new HeaderMatch object
Aurélien Bompard
2015-10-20
1
-1
/
+4
*
Do a cleansing pass on abompard's branch.
Barry Warsaw
2015-06-24
2
-26
/
+35
*
Use the *_these_nonmembers properties for moderation
Aurélien Bompard
2015-06-17
2
-2
/
+54
*
Implement reasons for why a message is being held for moderator approval.
Barry Warsaw
2015-05-11
3
-6
/
+52
*
Extended test helper subscribe() which takes an optional email address and
Barry Warsaw
2015-03-26
1
-0
/
+7
*
Bump copyright years.
Barry Warsaw
2015-01-04
15
-15
/
+15
*
Remove huge amounts of now unnecessary file boilerplate.
Barry Warsaw
2014-12-22
15
-74
/
+17
*
Trunk merge.
Barry Warsaw
2014-12-22
3
-1
/
+37
|
\
|
*
* Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given by
Barry Warsaw
2014-12-08
1
-0
/
+2
|
|
\
|
|
*
Convert unicode instance testing to bytes instance testing
Aurélien Bompard
2014-12-04
1
-1
/
+1
|
|
*
Do not auto-convert Message headers to unicode
Aurélien Bompard
2014-12-02
1
-0
/
+2
|
*
|
* Fixed messages without a `text/plain` part crashing the `Approved` rule.
Barry Warsaw
2014-12-03
2
-1
/
+34
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Emails without a text/plain part crash the Approved rule
Aurélien Bompard
2014-11-30
2
-1
/
+35
|
|
/
*
|
Fix the administrivia rule.
Barry Warsaw
2014-12-17
1
-1
/
+1
*
|
Fix the approved rule. Don't decode the payload so that we get a unicode to
Barry Warsaw
2014-12-08
2
-6
/
+6
|
/
*
Fix a few issues with `python2 -3` compatibility.
Barry Warsaw
2014-11-19
1
-1
/
+1
*
Use print functions consistently through, and update all __future__ imports to
Barry Warsaw
2014-04-28
12
-31
/
+31
*
* Fix non-member moderation rule to prefer a member sender if both members
Barry Warsaw
2014-03-15
2
-0
/
+82
*
Bump copyright years.
Barry Warsaw
2014-01-01
14
-14
/
+14
*
* Use the ``enum34`` package instead of ``flufl.enum``.
Barry Warsaw
2013-08-27
1
-1
/
+1
|
\
|
*
Switch to PEP 435 enums from flufl.enums.
Barry Warsaw
2013-06-18
1
-1
/
+1
*
|
Add enough __init__.py files to make these docs directories discoverable.
Barry Warsaw
2013-08-26
1
-0
/
+0
|
/
*
Bump copyright years.
Barry Warsaw
2013-01-01
14
-14
/
+14
*
Fix the order of PasswordContext.verify() to match that of passlib.
Barry Warsaw
2012-12-25
1
-1
/
+1
*
Configuration
Barry Warsaw
2012-11-04
1
-2
/
+2
*
* Python 2.7 is not required. Python 2.6 is no longer officially supported.
Barry Warsaw
2012-10-31
1
-1
/
+1
*
Get test suite completely working:
Barry Warsaw
2012-07-20
2
-2
/
+2
*
trunk merge
Barry Warsaw
2012-07-20
4
-18
/
+101
|
\
|
*
* `passlib`_ is now used for all password hashing instead of flufl.password.
Barry Warsaw
2012-07-02
4
-13
/
+102
|
*
Replace flufl.password with passlib, albeit with a wrapper.
Barry Warsaw
2012-06-27
3
-13
/
+7
*
|
trunk merge
Barry Warsaw
2012-06-03
13
-40
/
+40
|
\
|
|
*
General code cleanup.
Barry Warsaw
2012-04-25
13
-40
/
+40
*
|
- Rename the model attributes.
Barry Warsaw
2012-04-08
2
-5
/
+5
|
/
*
* Header check specifications in the `mailman.cfg` file have changed quite
Barry Warsaw
2012-04-06
2
-86
/
+105
*
* A mailing list's *moderator password* is no longer stored in the clear; it
Barry Warsaw
2012-04-04
3
-218
/
+444
*
* Fixed a UnicodeError with non-ascii message bodies in the `approved` rule,
Barry Warsaw
2012-04-04
4
-1
/
+66
|
\
|
*
* Added a unit test for rules/approved.py
Mark Sapiro
2012-03-18
3
-0
/
+74
|
*
Fixed a unicode decode error on messages with non-ascii text/plain parts.
Mark Sapiro
2012-03-15
1
-1
/
+3
|
/
*
Schema change. After discussion at Pycon, we decided to change "real_name" to
Barry Warsaw
2012-03-15
1
-2
/
+2
*
Do not taunt Happy Python 2.6 Fun Ball.
Barry Warsaw
2012-03-14
2
-3
/
+3
*
copybump
Barry Warsaw
2012-01-01
13
-13
/
+13
*
Finally, all doctests are named .rst
Barry Warsaw
2011-09-23
14
-0
/
+0
*
Major terminology shift:
Barry Warsaw
2011-06-01
1
-4
/
+4
*
Refactor .subscribe() from IAddress to IMailingList.
Barry Warsaw
2011-04-16
1
-1
/
+1
*
Split member and nonmember moderation.
Barry Warsaw
2011-01-02
6
-106
/
+170
*
Happy New Year.
Barry Warsaw
2011-01-01
13
-13
/
+13
[next]