From: mortenp Date: Sat, 19 Jun 2004 04:10:30 +0000 (+1000) Subject: oh, forgot to update ChangeLog and TODO X-Git-Tag: RELEASE_1_0_0~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7f2cdd9a0cd8b90a37e00a55feda5644a974a17;p=thirdparty%2Fmlmmj.git oh, forgot to update ChangeLog and TODO --- diff --git a/ChangeLog b/ChangeLog index 9022af75..f1bcfeff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ + o Added wrappers for malloc(), realloc(), free() and strdup(), so we can + bail out if any of them fail. 0.7.3 o Implement control/delheaders in where one can specify all the headers to delete in incoming mail to the list. diff --git a/TODO b/TODO index 3001cf2d..a6823bf2 100644 --- a/TODO +++ b/TODO @@ -7,8 +7,9 @@ Code cleanup: Functionality items: o listname+get functionality o web interface - o listdir/control/{deny,allow} for regexp denial of mail to the list + o listdir/control/access for regexp access control of mail to the list Nice to do: o Convert mlmmj-sub, mlmmj-unsub and mlmmj-process (moderation) to use the new prepstdreply() function. + o Add memory debugging features ("At exit you had the following allocated")