about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
DateCommit message (Expand)
2021-01-01update copyrights for 2021
2020-12-11nntp+www: drop List-* and Archived-At headers
2020-12-10www+nntp: deal with lack of addresses for ->ALL
2020-12-09rename {pi_config} fields to {pi_cfg}
2020-12-09nntp: replace {ng} with {ibx} for consistency
2020-12-05nntp: small speed up for multi-line responses
2020-12-05nntp: xref_by_tc: simplify slightly
2020-12-01nntp: make ->ALL Xref generation more fuzzy
2020-11-29nntpd: remove redundant {groups} shortcut
2020-11-29nntp: XPATH uses ->ALL extindex, too
2020-11-29nntp: art_lookup: use mid_lookup and simplify
2020-11-29nntp: speed up mid_lookup() using ->ALL extindex
2020-11-29nntp: NEWGROUPS uses long_response
2020-11-28nntp: xref: use ->ALL extindex if available
2020-11-28nntp: xref: simplify sub signature
2020-11-28nntp: some minor golfing
2020-11-28nntp: move LIST iterators to long_response
2020-11-28nntp: LIST ACTIVE.TIMES use angle brackets around address
2020-11-28nntp: NEWNEWS: speed up filtering
2020-11-28nntp: use grep operation for wildmat matching
2020-11-28mm: min/max: return 0 instead of undef
2020-11-28nntp: use Inbox->uidvalidity instead of ->mm->created_at
2020-11-04nntp: attempt RFC 5536 3.1.5-conformant Path: headers
2020-11-04nntp: delimit Newsgroup: header with commas
2020-10-30tls: epollbit: account for miscellaneous OpenSSL errors
2020-09-12nntp: share more code between art_lookup callers
2020-09-10nntp: fix cross-newsgroup Message-ID lookups
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