about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
DateCommit message (Expand)
2020-08-02nntp: fix STAT command
2020-07-06daemon: warn on missing blobs
2020-06-28ds: remove fields.pm usage
2020-06-25git_async_cat: remove circular reference
2020-06-21nntp: support slow blob retrievals
2020-06-21nntp: event_step: prepare for async git reads
2020-06-21daemon: use ->can to check for IO::Socket::SSL
2020-06-13nntpd+imapd: detect replaced over.sqlite3
2020-06-03smsg: remove remaining accessor methods
2020-06-03nntp: smsg_range_i: favor ->{$field} lookups when possible
2020-05-09switch read-only Email::Simple users to Eml
2020-04-22make zlib-related modules a hard dependency
2020-04-19reduce scope of mbox From_ line removal
2020-04-02nntp: allow multiple spaces or tabs to delimit args
2020-04-02mid: add $MID_EXTRACT regexp for export
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-24nntp: simplify setting X-Alt-Message-ID
2020-01-13ds|http|nntp: simplify {wbuf} population
2020-01-08nntp: correctly log long response errors
2020-01-01nntp: handle 2-digit year "70" properly
2019-12-22nntp: cmd_xover: use named sub for long_response
2019-12-22nntp: hdr_msg_id: use named sub for long_response
2019-12-22nntp: cmd_newnews: use named sub for long_response
2019-12-22nntp: cmd_listgroup: use named subs for long_response
2019-12-22nntp: cmd_xrover: use named sub for long_response
2019-12-22nntp: hdr_searchmsg: use named sub for numeric range response
2019-12-22nntp: remove cyclic refs from long_response
2019-12-22nntp: get_range: return scalarref for $beg
2019-12-22nntp: get rid of some unused imports
2019-12-22nntp: simplify method detection using UNIVERSAL::can
2019-12-14ds: move NNTP-only expiration code into DS
2019-12-14ds: move EvCleanup code into DS
2019-09-08nntp: regexp always consumes rbuf if "\n" exists
2019-09-08nntp: fix redundant CRLF from "LISTGROUP GROUP RANGE"
2019-07-13nntp: support optional [range] arg in LISTGROUP
2019-07-13nntp: fix LIST OVERVIEW.FMT ordering and format
2019-07-12nntp: clear local timer on idle client expiry
2019-07-10http|nntp: avoid recursion inside ->write
2019-07-08http|nntp: "use PublicInbox::DS" instead of ->import
2019-07-07nntp: improve error reporting for COMPRESS
2019-07-06nntp: reduce memory overhead of zlib
2019-07-06nntp: support COMPRESS DEFLATE per RFC 8054
2019-07-06nntp: move LINE_MAX constant to the top
2019-07-06nntp: use msg_more as a method
2019-06-30nntp: add support for CAPABILITIES command
2019-06-30nntp: remove DISABLED hash checks
2019-06-30Merge remote-tracking branch 'origin/email-simple-mem' into master
2019-06-29ds: consolidate IO::Socket::SSL checks
2019-06-29ds: handle deferred DS->close after timers