about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
DateCommit message (Expand)
2023-10-11treewide: consolidate "From " line removal
2023-05-02daemon: improve handling of Git->async_abort
2023-01-30use Net::SSLeay (OpenSSL) for SHA-(1|256) if installed
2022-11-28nntpd: fix LISTGROUP with range
2022-08-10daemon: rely on $SIG{__WARN__} for error output
2022-08-09daemon: use per-listener SIG{__WARN__} callbacks
2022-08-04nntp: speed up group listings via ->ALL->misc
2022-08-03daemon: reload TLS certs and keys on SIGHUP
2022-08-03ds: use ->dflush to distinguish from ->zflush
2022-07-23nntp: use substr to check for trailing CRLF
2022-07-23imap+nntp: share COMPRESS implementation
2022-07-23nntp: resolve inboxes immediately on group listings
2022-07-23ds: share long_step between NNTP and IMAP
2022-07-23nntp: inline CRLF in all response lines
2022-07-23nntp: listgroup_range_i: remove useless `map' op
2022-07-23ds: move requeue_once
2022-07-23ds: move no-op ->zflush to common base class
2022-07-23ds: support greeting protocols
2022-07-23nntp: remove more() wrapper
2022-07-23nntp: start adding CRLF to responses natively
2022-07-23nntp: pass regexp to split() callers
2021-10-16imapd+nntpd: drop timer-based expiration
2021-10-12nntp: use defined-OR from Perl 5.10 for msgid check
2021-08-28move ->ids_after from mm to over
2021-08-28get rid of unnecessary bytes::length usage
2021-08-25imap+nntp: die loudly if ->mm or ->over disappear
2021-06-24favor git(1) rather than libgit2 for ExtSearch
2021-03-16nntp: remove unused header_append method
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