<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/commands/docs, branch feature/drop-runner-priviliges</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/commands/docs?h=feature%2Fdrop-runner-priviliges</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/commands/docs?h=feature%2Fdrop-runner-priviliges'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-06-27T15:01:50Z</updated>
<entry>
<title>Add new logger which plugins can use.</title>
<updated>2017-06-27T15:01:50Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-06-27T14:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9fce6946a176a36fb83a0d21016175518ef02709'/>
<id>urn:sha1:9fce6946a176a36fb83a0d21016175518ef02709</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add per-plugin hooks, add docs about plugins.</title>
<updated>2017-06-17T17:35:47Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-06-01T13:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6c58abe8a135bd8f572867c170fed19958ca9a09'/>
<id>urn:sha1:6c58abe8a135bd8f572867c170fed19958ca9a09</id>
<content type='text'>
 - Removes pre_hook, post_hook and ext_dir. With the latter being
   unused. Warns on startup if the hooks are present in config.

 - Adds IPlugin interface with pre_hook and post_hook methods.

 - Adds 'class' config parameter to plugins, which can be set to
   a class implementing the IPlugin interface, it will be
   initialized once on Mailman's startup, then before the DB
   setup the pre_hook will be run, after DB and other components
   the post_hook will be run. Plugin instances are stored in the
   config.plugins dict, with keys being their configuration section
   names.
</content>
</entry>
<entry>
<title>Add pluggable components.</title>
<updated>2017-06-17T17:35:47Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-31T00:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=765f327dfac9c4537184b2073ea4893cf4560ad7'/>
<id>urn:sha1:765f327dfac9c4537184b2073ea4893cf4560ad7</id>
<content type='text'>
 - Adds the notion of a 'plugin'.
   - A plugin has a package path and a flag specifying whether
     it's enabled or not.

 - Adds a find_pluggable_components function similar to the
   find_components one. This one dynamically searches not only
   the mailman package but all of plugins.
   - e.g. find_pluggable_components('rules', IRule) finds
     all IRule components in mailman.rules but also in
     example_plugin.rules for plugin names example_plugin.

 - Uses the find_pluggable_components function in place of
   find_components when searching for Rules, Handlers, Chains,
   EmailCommands, and Styles.
</content>
</entry>
<entry>
<title>Implement caching suffix list with in-tree fallback.</title>
<updated>2017-01-01T22:28:37Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-01-01T22:25:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee'/>
<id>urn:sha1:e3d6c34b7d02b925cb8c59fa9e1df24741fc46ee</id>
<content type='text'>
Also:
* Change doctest cleanups to be an ExitStack.
* Added [dmarc]cache_lifetime setting.
* Cleanup pass through dmarc-mitigation.rst.
* Be sure the cached org domain file is cleaned up when the world is reset.
</content>
</entry>
<entry>
<title>Fix doctests to properly set unsubscription_policy = SubscriptionPolicy.open</title>
<updated>2016-10-26T03:15:31Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2016-10-26T03:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6c1e74d93212ee6922ea8500dbecb4cf2eff1114'/>
<id>urn:sha1:6c1e74d93212ee6922ea8500dbecb4cf2eff1114</id>
<content type='text'>
where needed.
</content>
</entry>
<entry>
<title>Fix test.</title>
<updated>2016-09-13T07:54:10Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-09-13T07:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=47fa9b0759e0fea7449338b2d7aa61d81a6fea44'/>
<id>urn:sha1:47fa9b0759e0fea7449338b2d7aa61d81a6fea44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more tests.</title>
<updated>2016-09-11T07:51:21Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-09-11T07:51:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=e18e7ac34e8b4b2f88d5987ccb76a39c54c61c0c'/>
<id>urn:sha1:e18e7ac34e8b4b2f88d5987ccb76a39c54c61c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize the documentation for better accesibility</title>
<updated>2016-08-21T19:02:11Z</updated>
<author>
<name>Abhilash Raj</name>
</author>
<published>2016-08-21T19:02:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=711e2d20617ab85959a2446d610a860bdc306a54'/>
<id>urn:sha1:711e2d20617ab85959a2446d610a860bdc306a54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New template system.  Closes #249</title>
<updated>2016-07-16T19:44:07Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-07-16T19:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=dbde6231ec897379ed38ed4cd015b8ab20ed5fa1'/>
<id>urn:sha1:dbde6231ec897379ed38ed4cd015b8ab20ed5fa1</id>
<content type='text'>
The new template system is introduced for API 3.1.  See
``src/mailman/rest/docs/templates.rst`` for details.
</content>
</entry>
<entry>
<title>Add some documentation.</title>
<updated>2016-04-23T20:07:26Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-23T20:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=1656e00a6913a05140e2571e5cfb01576cbe2c31'/>
<id>urn:sha1:1656e00a6913a05140e2571e5cfb01576cbe2c31</id>
<content type='text'>
</content>
</entry>
</feed>
