summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* passwords.py: Looks like we still need unicode checking.tkikuchi2007-03-254-44/+199
* CookHeaders.py:tkikuchi2007-03-242-30/+77
* Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIOtkikuchi2007-03-242-16/+52
* Fix of Decorate.py for the case (input_charset != output_charset) and failtkikuchi2007-03-232-5/+23
* Restore the use of passwords.Schemes enum for selection of password hashingbwarsaw2007-03-229-24/+91
* Added a test case for the code that Tokio fixed for enums in r8164.bwarsaw2007-03-212-2/+9
* A few style fixes based on commit reviews.bwarsaw2007-03-213-19/+12
* Test suite repair. All tests are now passing again.bwarsaw2007-03-218-30/+49
* - Fixed a bug in OldStyleMemberships.addNewMember that allowed adding an addressmsapiro2007-03-201-1/+8
* Scheme is selected by TAG. Use string not object reference.tkikuchi2007-03-201-5/+5
* csetstr is not set if lang==None. Use charset as string.tkikuchi2007-03-101-5/+4
* Big update of Czech translationsdanohnesorg2007-03-091-904/+418
* Some fixes for rev 8162 for mmsitepass to work.tkikuchi2007-03-033-5/+8
* Fixes for i18n digest to work.tkikuchi2007-03-026-14/+32
* Backport the enum package from the abortive Mailman 3 branch. This lets usbwarsaw2007-03-024-22/+457
* Restoreing i18n in 2.2tkikuchi2007-03-0110-50/+64
* Hashed password should be ascii string not unicode.tkikuchi2007-02-221-1/+1
* Fixed bug # 1660666.msapiro2007-02-151-3/+4
* Move FAQbwarsaw2007-02-071-0/+0
* Where should etc directory belong, $prefix or $var-prefix?tkikuchi2007-02-033-6/+14
* - Changed to show hidden members when authorization is by list admin or moder...msapiro2007-01-211-14/+36
* Changed header_filter_rules processing to ignore blank patterns.msapiro2007-01-201-0/+3
* Update copyright years.bwarsaw2007-01-19198-841/+549
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-1822-145/+245
* reorganize READMEs and other documentation. more still to do.bwarsaw2007-01-1432-21/+25
* readmes will live here nowbwarsaw2007-01-140-0/+0
* Update copyright years.bwarsaw2007-01-141-1/+1
* Passwords done right.bwarsaw2007-01-1417-147/+319
* Change the semantics of the -f and -b flags. Now -f prints the fullybwarsaw2007-01-081-14/+8
* Reorganize the doc directory by creating a howtos directory for holding thebwarsaw2007-01-084-0/+0
* Fixed documentation for POSTFIX_STYLE_VIRTUAL_DOMAINS to clarify that themsapiro2007-01-071-7/+8
* Add post_id in list data schema.tkikuchi2007-01-061-0/+1
* pull the admin directory in here as an externalsbwarsaw2007-01-050-0/+0
* In HTTPRunner, when we see a KeyboardInterrupt during the serve_forever(),bwarsaw2007-01-056-54/+66
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-0521-203/+138
* Ported from 2.1 branch:bwarsaw2007-01-023-17/+31
* Import list topics and header filters. Still to do: user topic selections.bwarsaw2006-12-311-5/+7
* A rudimentary import script. Several things are not yet imported, includingbwarsaw2006-12-307-19/+361
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-2962-2477/+2020
* Initialized merge tracking via "svnmerge" with revisions "1-8112" from bwarsaw2006-12-060-0/+0
* Support for VERP and personalization.tkikuchi2006-12-033-9/+12
* A little more internal_name() to fqdn_listname changes.tkikuchi2006-12-032-7/+7
* internal_name() to fqdn_listname change.tkikuchi2006-11-272-2/+2
* Postfix LMTP related brushups.tkikuchi2006-11-269-56/+70
* Some cleanups of code.tkikuchi2006-11-231-36/+24
* bool('0') is True.tkikuchi2006-11-231-6/+6
* initial translation (F.Lehobey)p_george2006-11-192-1032/+960
* Delete the .bak file from the queue for an unparseable message.msapiro2006-11-171-0/+1
* Minor spell fix.tkikuchi2006-11-131-1/+1
* Fix environ['SCRIPT_NAME'] to match CGI spec.tkikuchi2006-11-133-85/+75