]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/NNTP.pm
nntp: simplify the long_response API
[public-inbox.git] / lib / PublicInbox / NNTP.pm
2018-04-03 Eric Wong (Contrac... nntp: simplify the long_response API
2018-04-03 Eric Wong (Contrac... msgmap: replace id_batch with ids_after
2018-04-03 Eric Wong (Contrac... nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-02 Eric Wong (Contrac... replace Xapian skeleton with SQLite overview DB
2018-03-03 Eric Wong (Contrac... nntp: fix NEWNEWS command
2018-03-03 Eric Wong (Contrac... nntp: use NNTP article numbers for lookups
2018-02-07 Eric Wongupdate copyrights for 2018
2016-12-13 Eric Wongnntp: avoid useless use of strftime
2016-09-09 Eric Wongnntp: cleanup: move use statements out of sub scope
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-07-27 Eric Wonglocalize $/ when using chomp
2016-07-09 Eric Wongnntp: return if a client drops on us
2016-07-07 Eric Wonginbox: cleanup and consolidate object weakening
2016-07-02 Eric Wongnntp: respect 3 minute idle time for shutdown
2016-07-02 Eric Wongnntp: simplify update_idle_time
2016-06-20 Eric Wongnntp: use lookup_mail instead of lookup_message
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-14 Eric Wongnntp: do not double-encode UTF-8 body
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-30 Eric Wonguse utf8::{encode,decode} for in-place transforms
2016-05-29 Eric Wongnntp: fix for missing articles/bodies/heads
2016-05-28 Eric Wongremove redundant NewsGroup class
2016-05-24 Eric Wongstandardize timer-related event-loop code
2016-05-18 Eric Wongnntpd: reject control characters entirely
2016-05-14 Eric Wongnntp: use "newsgroup" instead of "name"
2016-05-13 Eric Wongnntp: fixup "Wide character" warnings
2016-05-13 Eric WongRevert "nntp: proper UTF-8 support (hopefully?)"
2016-05-02 Eric Wongnntp: append Archived-At and List-Archive headers
2016-05-01 Eric Wongdaemon: reduce timer-related allocations
2016-04-25 Eric Wongnntp: reduce timers for weakening
2016-04-25 Eric Wongnntp: remove unused hdr_val subroutine
2016-02-29 Eric Wongfavor procedural calls for most private functions
2016-02-29 Eric Wongdistinguish error messages intended for users vs developers
2016-02-28 Eric Wonghttp: support graceful shutdown like nntp
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-11-20 Eric Wongvarious internal documentation updates
2015-11-18 Eric Wongnntp: fix printf warnings
2015-10-01 Eric Wongnntp: better delimit error message
2015-10-01 Eric Wongnntp: remove reference to non-existent function
2015-10-01 Eric Wongnntp: implement idle time expiration
2015-09-30 Eric Wongnntp: implement OVER/XOVER summary in search document
2015-09-30 Eric Wongnntp: implement LIST HEADERS
2015-09-30 Eric Wongnntp: MODE READER denies posting
2015-09-30 Eric Wongnntp: reduce syscalls for LIST OVERVIEW.FMT
2015-09-30 Eric Wongnntp: HDR returns 225, not 224
2015-09-25 Eric Wongnntp: avoid signals for long responses
2015-09-25 Eric Wongnntp: prefix FD on every log line
2015-09-25 Eric Wongnntp: do not repeat result on blocked write
2015-09-25 Eric Wongnntp: consistently use 501 for unsupported LIST
2015-09-25 Eric Wongnntp: HDR allows metadata prefixed with ':'
2015-09-24 Eric Wongnntp: avoid infinite loop on partial read
2015-09-24 Eric Wongnntpd: move busy check to NNTP package
2015-09-24 Eric Wongnntp: fix XOVER command
2015-09-23 Eric Wongnntp: support HDR command from RFC 3977
2015-09-22 Eric Wongnntp: XHDR lookups by Message-ID may cross groups
2015-09-22 Eric Wongnntp: XHDR fixes for Message-ID lookups
2015-09-22 Eric Wongnntp: implement OVER from RFC 3977
2015-09-22 Eric Wongnntp: avoid setting Bytes and Lines headers
2015-09-22 Eric Wongnntp: ensure body lines end with CRLF
2015-09-22 Eric Wongnntp: support YYYYMMDD dates for commands
2015-09-21 Eric Wongnntp: proper UTF-8 support (hopefully?)
2015-09-21 Eric Wongremove bytes:: for length checks
2015-09-21 Eric Wongnntp: speed up xover slightly
2015-09-21 Eric Wongnntp: speed up XHDR Xref for rtin
2015-09-20 Eric Wongnntp: add "newsgroup" parameter and sort grouplist
2015-09-20 Eric Wongnntp: fix handling of trickled responses
2015-09-20 Eric Wongnntp: do not re-enable reads during long responses
2015-09-19 Eric Wongnntp: article lookups by Message-ID may cross newsgroups
2015-09-19 Eric Wongnntp: log to FDs given by the Nntpd module
2015-09-19 Eric Wongnntp: fix ARTICLE/HEAD/BODY/STAT
2015-09-19 Eric Wongnntp: fix logging of long responses
2015-09-19 Eric Wongnntp: implement XPATH
2015-09-19 Eric Wongnntp: implement XROVER, speed up XHDR for some cases
2015-09-19 Eric Wongnntp: speed up XHDR for the Message-ID case
2015-09-19 Eric Wongnntp: XOVER does not require range
2015-09-19 Eric Wongnntp: implement command argument checking
2015-09-19 Eric Wongnntp: use long response API for LISTGROUP
2015-09-19 Eric Wongnntp: introduce long response API for streaming
2015-09-19 Eric Wongnntp: use write_buf_size instead write_buf
2015-09-18 Eric Wongread-only NNTP server