]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
oh, forgot to update ChangeLog and TODO
authormortenp <none@none>
Sat, 19 Jun 2004 04:10:30 +0000 (14:10 +1000)
committermortenp <none@none>
Sat, 19 Jun 2004 04:10:30 +0000 (14:10 +1000)
ChangeLog
TODO

index 9022af7585d1a48b4637d92f7c23f5cc7e1b0dee..f1bcfeff420394c84841354365c8e760ebab0bfd 100644 (file)
--- 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 3001cf2d6a068b9b09fe93370db962e56703f150..a6823bf2d965c3462e794567100e962602a65d40 100644 (file)
--- 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")