<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/Mailman/app, branch plugin</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=plugin</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=plugin'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2008-02-27T06:26:18Z</updated>
<entry>
<title>Bite the bullet: rename the Mailman package to mailman.</title>
<updated>2008-02-27T06:26:18Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-27T06:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a1c73f6c305c7f74987d99855ba59d8fa823c253'/>
<id>urn:sha1:a1c73f6c305c7f74987d99855ba59d8fa823c253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The start of a cleaning up of Errors.py.  Eventually, I want to get rid of</title>
<updated>2008-02-20T02:22:20Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-20T02:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=aab29f252ebefb1520714080a90bb42a25393f18'/>
<id>urn:sha1:aab29f252ebefb1520714080a90bb42a25393f18</id>
<content type='text'>
this module, in favor of moving exceptions into the interface modules that
they are appropriate for.

For now, this is just the low-hanging fruit.

Along the way, clean up by reSTifying some interfaces and implementations.
</content>
</entry>
<entry>
<title>PEP 292 style, $-strings are used by the translation service everywhere now.</title>
<updated>2008-02-19T02:24:46Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-19T02:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2bd332002f241ab7ca77f935a73692f6cbf41fe5'/>
<id>urn:sha1:2bd332002f241ab7ca77f935a73692f6cbf41fe5</id>
<content type='text'>
No more %-strings.  Kill off all __i18n_templates__ hacks.
</content>
</entry>
<entry>
<title>Added a test for the built-in pipeline.  Fixed some broken handler names in</title>
<updated>2008-02-18T04:34:09Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-18T04:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=7ce2361faa1033bde84579ae9205944e5554b57f'/>
<id>urn:sha1:7ce2361faa1033bde84579ae9205944e5554b57f</id>
<content type='text'>
the built-in pipeline.

Fixed DEFAULT_SUBJECT_PREFIX to take $-names instead of %-names, although I'm
not entirely sure the %%d stuff still works (we need a test for this).

Added IMailingList.real_name attribute and added this to the default style.  A
column for this was in the database but not in the storm object.  Also
re-enabled the style's subject_prefix attribute.

Moved some of the digest test functions into Mailman.tests.helpers.
</content>
</entry>
<entry>
<title>Reorganize the Handler architecture to a pipeline architecture with plugins.</title>
<updated>2008-02-17T22:34:21Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-17T22:34:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=69d158b13ae9cfa37040c2e7a664ca266b42050b'/>
<id>urn:sha1:69d158b13ae9cfa37040c2e7a664ca266b42050b</id>
<content type='text'>
Now plugins can define additional handlers and the handlers can be organized
into named pipelines.  Modules are no longer the unit of a handler, now we use
classes so we can assert interface conformance.

The GLOBAL_PIPELINE is gone, replaced by the 'built-in' pipeline.  The
OWNER_PIPELINE is not yet replaced.

I still need a few more tests of the basic pipeline architecture, although the
individual handlers have pretty good coverage.

Added the IHandler and IPipeline interfaces.

Still broken, but not yet removed: Mailman/pipeline/moderate.py.
</content>
</entry>
<entry>
<title>Tweak copyright years.</title>
<updated>2008-02-08T04:01:48Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-08T04:01:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0478757a09b4173937d75103fa96444b6b085300'/>
<id>urn:sha1:0478757a09b4173937d75103fa96444b6b085300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert IncomingRunner to use the new chains disposition architecture.  move</title>
<updated>2008-02-02T16:18:22Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-02T16:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d865604398932718dab761f3fb4f56c3a18d25b8'/>
<id>urn:sha1:d865604398932718dab761f3fb4f56c3a18d25b8</id>
<content type='text'>
the big explanatory text at the beginning of incoming.py to a doctest called
OVERVIEW.tt (which doesn't actually contain any tests yet -- it's
documentation though).

Added a doctest for the incoming runner, though this will be fleshed out in
more detail next.

Mailman.Post renamed to Mailman.inject, and simplified.  We don't need its
command line script behavior because that is now handled by bin/inject.

Add a 'start_chain' attribute to mailing lists.  This names the chain that
processing of messages for that list begins with.

We were inconsistent in the use of the 'no reply' address attribute.  It's now
always 'no_reply_address'.

Update the smtplistener helper with lessons learned about how to suppress
bogus asyncore error messages.  Also, switch to using a maildir mailbox
instead of an mbox mailbox.
</content>
</entry>
<entry>
<title>SpamDetect is gone, so the chains/rules implementation experiment is deemed a</title>
<updated>2008-02-02T03:21:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-02-02T03:21:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b6f3ba4c9ebe821dd2c4676d7397fe5312b72a36'/>
<id>urn:sha1:b6f3ba4c9ebe821dd2c4676d7397fe5312b72a36</id>
<content type='text'>
success and will now be merged into the trunk.

Move the Truth rule into the built-in rules package in a separate module, and
add a test.

Modify IChainLink so that the rule and chain attributes are not names but
indeed the actual ILink or IChain object directly.  Update the
chains.process() function accordingly.  Remove the IChain.get_rule() method.

Don't derive BuiltInChain from Chain and don't make it an IMutableChain.  It's
now just an IChain, and is implemented concretely.

Refactor the HeaderMatchChain and friends so that it can be used with both the
global HEADER_MATCHES variable and the list-specific header_matches variable,
which has exactly the same semantics.  Oh yeah, get rid of the list's
header_filter_rules attribute and replace it with header_matches so that the
semantics match, it's easy to explain, and it's all nice and clean.
</content>
</entry>
<entry>
<title>Reorganization.</title>
<updated>2008-01-31T04:58:52Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-01-31T04:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c1cc921b691eb60445cf28bc66a59b02b3cd09a4'/>
<id>urn:sha1:c1cc921b691eb60445cf28bc66a59b02b3cd09a4</id>
<content type='text'>
Create a Mailman.chains package and move a bunch of the Mailman.apps.chains
classes to separate modules under this package.

Also, separate out iteration from chain management.  In other words, IChain
and IChainIterator are separate, and the latter is retrieved from the former
by the .get_links() method.  This latter takes the mailing list, message, and
metadata dictionary so that links can be targetted specifically to the task at
hand.
</content>
</entry>
<entry>
<title>Reorganization.</title>
<updated>2008-01-28T01:16:16Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-01-28T01:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=7b853f27c34c2a168b5dbbf796b84517a20c6191'/>
<id>urn:sha1:7b853f27c34c2a168b5dbbf796b84517a20c6191</id>
<content type='text'>
Create a Mailman.chains package and move a bunch of the Mailman.apps.chains
classes to separate modules under this package.
</content>
</entry>
</feed>
