about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTP.pm
DateCommit message (Expand)
2019-02-07nntp: get rid of long_response_limit constant
2019-01-16nntp: header responses use CRLF consistently
2019-01-08nntp: fix uninitialized variable in event_read
2018-12-06nntp: prevent event_read from firing twice in a row
2018-10-16Add Xrefs to over/xover lines
2018-10-16Put the NNTP server name into Xref lines
2018-04-18Merge remote-tracking branch 'origin/master' into v2
2018-04-18nntp: allow and ignore empty commands
2018-04-07store less data in the Xapian document
2018-04-06nntp: set Xref across multiple inboxes
2018-04-03nntp: simplify the long_response API
2018-04-03msgmap: replace id_batch with ids_after
2018-04-03nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-03nntp: fix NEWNEWS command
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-03-14nntp: do not drain rbuf if there is a command pending
2018-03-07nntp: improve fairness during XOVER and similar commands
2018-03-03nntp: fix NEWNEWS command
2018-03-03nntp: use NNTP article numbers for lookups
2018-02-07update copyrights for 2018
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