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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bump to beta 2.
Barry Warsaw
2017-01-06
1
-2
/
+2
*
Bump copyright years.
Barry Warsaw
2017-01-04
383
-385
/
+385
*
NEWS
Barry Warsaw
2017-01-04
1
-0
/
+1
*
Make code style review pass.
Barry Warsaw
2017-01-04
6
-192
/
+232
*
Made some argument names more descriptive and consistent.
Mark Sapiro
2017-01-02
1
-35
/
+60
*
Some configs moved to [dmarc] section.
Mark Sapiro
2017-01-01
1
-1
/
+1
*
Pragma no cover a line that coverage can't reach.
Barry Warsaw
2017-01-02
1
-1
/
+7
*
Merge branch 'mr215' into mr215-review
Barry Warsaw
2017-01-01
2
-16
/
+174
|
\
|
*
Test coverage improvements.
Mark Sapiro
2017-01-01
2
-16
/
+177
|
*
Replaced urllib.request.urlopen() with mailman.utilities.protocols.get().
Mark Sapiro
2017-01-01
2
-10
/
+10
*
|
Add some coverage.
Barry Warsaw
2017-01-01
3
-6
/
+19
*
|
Implement caching suffix list with in-tree fallback.
Barry Warsaw
2017-01-01
11
-150
/
+12174
|
/
*
Moved test data from rules/data to rules/tests/data.
Mark Sapiro
2016-12-31
3
-7
/
+3
*
Merge branch 'mr215-review' of gitlab.com:warsaw/mailman into dmarc
Mark Sapiro
2016-12-31
4
-10
/
+27
|
\
|
*
Fix some fallout from the previous commit.
Barry Warsaw
2016-12-31
4
-10
/
+27
*
|
Fixed location of 'with' in a test.
Mark Sapiro
2016-12-31
2
-15
/
+16
*
|
Simplified the org domain mock patch and tweaked a test.
Mark Sapiro
2016-12-31
1
-17
/
+11
|
/
*
Move the dmarc configuration options to their own section.
Barry Warsaw
2016-12-31
2
-40
/
+46
*
Small style fixes.
Barry Warsaw
2016-12-31
2
-82
/
+104
*
Added test data for organizational domains and a mock to use it.
Mark Sapiro
2016-12-30
5
-19
/
+80
*
Boost coverage.
Barry Warsaw
2016-12-30
2
-6
/
+18
*
Improve coverage for rules/dmarc.py.
Barry Warsaw
2016-12-30
1
-11
/
+20
*
Minor tweaks and coverage:
Barry Warsaw
2016-12-30
4
-32
/
+48
*
Review Mark's changes.
Barry Warsaw
2016-12-30
1
-10
/
+47
*
Removed unreachable line from rules/dmarc.py.
Mark Sapiro
2016-12-30
3
-13
/
+167
*
Merge gitlab.com:mailman/mailman into dmarc
Mark Sapiro
2016-12-30
9
-24
/
+14
|
\
|
*
Yet another typo in database/types.py
Mark Sapiro
2016-12-30
1
-1
/
+1
|
*
Fix typos
Mark Sapiro
2016-12-30
1
-2
/
+2
|
*
Merge branch 'issue297' into 'master'
Barry Warsaw
2016-12-30
8
-21
/
+11
|
|
\
|
|
*
Remove an unused import.
Barry Warsaw
2016-12-29
1
-1
/
+0
|
|
*
Remove support for to_moderators.
Barry Warsaw
2016-12-29
2
-12
/
+1
|
|
*
Fix flake8 errors.
Mark Sapiro
2016-12-04
2
-2
/
+4
|
|
*
Fix tests for test-owner instead of moderator's address.
Mark Sapiro
2016-12-04
3
-4
/
+4
|
|
*
Merge gitlab.com:mailman/mailman into to_moderators
Mark Sapiro
2016-12-04
255
-557
/
+487
|
|
|
\
|
|
*
|
Remove to_moderators.
Mark Sapiro
2016-12-04
1
-1
/
+1
|
|
*
|
Rrmove to_moderators.
Mark Sapiro
2016-12-04
1
-2
/
+2
|
|
*
|
Remove to_moderators
Mark Sapiro
2016-12-04
1
-1
/
+1
*
|
|
|
Simplified the various list settings and remamed several things.
Mark Sapiro
2016-12-26
17
-221
/
+141
*
|
|
|
Fixed alembic down_revision following merge of another migration.
Mark Sapiro
2016-12-23
1
-2
/
+2
*
|
|
|
Merge gitlab.com:mailman/mailman into dmarc
Mark Sapiro
2016-12-23
2
-2
/
+29
|
\
|
|
|
|
*
|
|
Increase pendedkeyvalue table value column width.
Mark Sapiro
2016-12-15
2
-2
/
+29
*
|
|
|
Modifications based on feedback from Barry.
Mark Sapiro
2016-12-16
6
-61
/
+102
*
|
|
|
Fixed Content-Type of text/html part in tests.
Mark Sapiro
2016-12-09
1
-5
/
+5
*
|
|
|
Replaced mailman.public with public.public.
Mark Sapiro
2016-12-09
4
-11
/
+38
*
|
|
|
Merged from master.
Mark Sapiro
2016-12-09
251
-536
/
+466
|
\
|
|
|
|
*
|
|
3.1.0b1
Barry Warsaw
2016-12-05
1
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
Prevent the occasional CI/testsuite hang.
Barry Warsaw
2016-12-03
1
-3
/
+55
|
*
|
Remove some unused imports.
Barry Warsaw
2016-11-30
1
-2
/
+0
|
*
|
Finish configuring flufl.testing.
Barry Warsaw
2016-11-30
2
-4
/
+11
|
*
|
More fixes & flufl.testing.
Barry Warsaw
2016-11-29
2
-119
/
+2
[prev]
[next]