summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_members.py
Commit message (Expand)AuthorAgeFilesLines
* Convert to click for CLI optionsBarry Warsaw2017-07-221-195/+154
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Clean up the commands subdirectory.Barry Warsaw2016-03-241-17/+15
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* The ``mailman members`` command can now be used to display members based onBarry Warsaw2015-12-221-35/+66
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-7/+5
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-8/+4
* Port some of the commands.Barry Warsaw2014-12-131-2/+0
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-2/+2
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
* General code cleanup.Barry Warsaw2012-04-251-3/+2
* - Convert the CLI modules to use print_function.Barry Warsaw2012-04-221-2/+3
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-8/+10
* copybumpBarry Warsaw2012-01-011-1/+1
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-2/+2
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-1/+4
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-5/+5
* Support filtering by delivery status.Barry Warsaw2010-01-231-1/+37
* Add filtering by delivery mode.Barry Warsaw2010-01-231-0/+29
* -o/--outputBarry Warsaw2010-01-231-6/+20
* Refactoring and basic tests for membership display.Barry Warsaw2010-01-231-4/+27
* For 'bin/mailman members':Barry Warsaw2010-01-231-12/+10
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Typo.Barry Warsaw2009-12-101-0/+1
* When no arguments are given to 'bin/members', print a list of all the mailingBarry Warsaw2009-11-281-3/+9
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-241-5/+16
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-1/+2
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-211-1/+2
* The basics of 'mailman members --add'.Barry Warsaw2009-08-161-0/+44
* Refactor the subcommands so that the infrastructure does more of the menialBarry Warsaw2009-08-161-0/+46