about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
DateCommit message (Expand)
2016-12-13nntp: avoid useless use of strftime
2016-09-09nntp: cleanup: move use statements out of sub scope
2016-08-14www: do not unecessarily escape some chars in paths
2016-07-27localize $/ when using chomp
2016-07-09nntp: return if a client drops on us
2016-07-07inbox: cleanup and consolidate object weakening
2016-07-02nntp: respect 3 minute idle time for shutdown
2016-07-02nntp: simplify update_idle_time
2016-06-20nntp: use lookup_mail instead of lookup_message
2016-06-20feed: various object-orientation cleanups
2016-06-14nntp: do not double-encode UTF-8 body
2016-05-30use utf8::{encode,decode} for in-place transforms
2016-05-29nntp: fix for missing articles/bodies/heads
2016-05-28remove redundant NewsGroup class
2016-05-24standardize timer-related event-loop code
2016-05-18nntpd: reject control characters entirely
2016-05-14nntp: use "newsgroup" instead of "name"
2016-05-13nntp: fixup "Wide character" warnings
2016-05-13Revert "nntp: proper UTF-8 support (hopefully?)"
2016-05-02nntp: append Archived-At and List-Archive headers
2016-05-01daemon: reduce timer-related allocations
2016-04-25nntp: reduce timers for weakening
2016-04-25nntp: remove unused hdr_val subroutine
2016-02-29favor procedural calls for most private functions
2016-02-29distinguish error messages intended for users vs developers
2016-02-28http: support graceful shutdown like nntp
2015-12-22rename 'GitCatFile' package to 'Git'
2015-11-20various internal documentation updates
2015-11-18nntp: fix printf warnings
2015-10-01nntp: better delimit error message
2015-10-01nntp: remove reference to non-existent function
2015-10-01nntp: implement idle time expiration
2015-09-30nntp: implement OVER/XOVER summary in search document
2015-09-30nntp: implement LIST HEADERS
2015-09-30nntp: MODE READER denies posting
2015-09-30nntp: reduce syscalls for LIST OVERVIEW.FMT
2015-09-30nntp: HDR returns 225, not 224
2015-09-25nntp: avoid signals for long responses
2015-09-25nntp: prefix FD on every log line
2015-09-25nntp: do not repeat result on blocked write
2015-09-25nntp: consistently use 501 for unsupported LIST
2015-09-25nntp: HDR allows metadata prefixed with ':'
2015-09-24nntp: avoid infinite loop on partial read
2015-09-24nntpd: move busy check to NNTP package
2015-09-24nntp: fix XOVER command
2015-09-23nntp: support HDR command from RFC 3977
2015-09-22nntp: XHDR lookups by Message-ID may cross groups
2015-09-22nntp: XHDR fixes for Message-ID lookups
2015-09-22nntp: implement OVER from RFC 3977
2015-09-22nntp: avoid setting Bytes and Lines headers