X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=TODO.mutt-ng;h=13c29c6d551247ec651ffe9001f57fe1c2ee9dc1;hp=f319dcae8477bde6b0963e573891a5fa8ad33398;hb=9c02039bb94c2fb846e0226c321c7dd79df455c4;hpb=ba6e54aa3353a57727af57294bedf31b3578b953 diff --git a/TODO.mutt-ng b/TODO.mutt-ng index f319dca..13c29c6 100644 --- a/TODO.mutt-ng +++ b/TODO.mutt-ng @@ -1,14 +1,18 @@ -Here's a list of all mutt-ng specific TODOs: +Here's a list of all mutt-ng specific TODOs (not in priority order): -We need to modify the build scripts and paths in the source so that mutt-ng doesn't conflict in any -way with mutt. +- We need to do a security audit. At least remove all the unsafe + function calls, even when they're marked with "secure" or "checked", + and replace it with secure alternatives instead. In this process, + remove any calls of functions for which we have internal library + alternatives already. -We need to do a security audit. At least remove all the unsafe function calls, even when they're -marked with "secure" or "checked", and replace it with secure alternatives instead. +- Start cleanup and finally make all the patches work together. As some + starting hints: kill the caching for NNTP in favor of the header + caching patch, move as much code of optional compile-time features out + to their subdirectories, and so forth. -Remove all the multibyte-character handling stuff. It only makes the source code complicated, and -doesn't add any special functionality - no, in one case, it already caused lots of problems. +- Stop making up names of global functions with mutt_*; give meaningful + names and declare them in the right headers to eventually obsolote + protos.h -Update the ChangeLog file or create a new ChangeLog.mutt-ng file. - -Incorporate a lot more patches that are floating around in the web. +- Convert all the names in manual.sgml.head/tail