about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-07-08 07:11:50 +0000
committerEric Wong <e@80x24.org>2019-07-08 07:11:50 +0000
commit2535900d284028258bea3bb2c1598b675f8f963c (patch)
tree0b7fd66f7a1ae6129db51310738e0b15476c93dd /TODO
parent364d2e95439b00a211d007d93c5ba263b56c1ddf (diff)
parent71e8a392d465bf4de60f37ecb3dec5cea5c3a376 (diff)
downloadpublic-inbox-2535900d284028258bea3bb2c1598b675f8f963c.tar.gz
* origin/nntp-compress:
  nntp: improve error reporting for COMPRESS
  nntp: reduce memory overhead of zlib
  nntp: support COMPRESS DEFLATE per RFC 8054
  nntp: move LINE_MAX constant to the top
  nntp: use msg_more as a method
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 7bd68c7b..2d20bad4 100644
--- a/TODO
+++ b/TODO
@@ -33,8 +33,6 @@ all need to be considered for everything we introduce)
   ensure things continue working as they should (or more better)
   while retaining compatibility with old versions.
 
-* NNTP COMPRESS extension (see innd)
-
 * Support more of RFC 3977 (NNTP)
 
 * Combined "super server" for NNTP/HTTP/POP3 to reduce memory overhead