]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/NNTP.pm
nntp: fix cross-newsgroup Message-ID lookups
[public-inbox.git] / lib / PublicInbox / NNTP.pm
2020-09-10 Eric Wongnntp: fix cross-newsgroup Message-ID lookups
2020-08-02 Eric Wongnntp: fix STAT command
2020-07-06 Eric Wongdaemon: warn on missing blobs
2020-06-28 Eric Wongds: remove fields.pm usage
2020-06-25 Eric Wonggit_async_cat: remove circular reference
2020-06-21 Eric Wongnntp: support slow blob retrievals
2020-06-21 Eric Wongnntp: event_step: prepare for async git reads
2020-06-21 Eric Wongdaemon: use ->can to check for IO::Socket::SSL
2020-06-13 Eric Wongnntpd+imapd: detect replaced over.sqlite3
2020-06-03 Eric Wongsmsg: remove remaining accessor methods
2020-06-03 Eric Wongnntp: smsg_range_i: favor ->{$field} lookups when possible
2020-05-09 Eric Wongswitch read-only Email::Simple users to Eml
2020-04-22 Eric Wongmake zlib-related modules a hard dependency
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-19 Eric Wongreduce scope of mbox From_ line removal
2020-04-02 Eric Wongnntp: allow multiple spaces or tabs to delimit args
2020-04-02 Eric Wongmid: add $MID_EXTRACT regexp for export
2020-03-22 Eric Wongrename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-24 Eric Wongnntp: simplify setting X-Alt-Message-ID
2020-01-13 Eric Wongds|http|nntp: simplify {wbuf} population
2020-01-08 Eric Wongnntp: correctly log long response errors
2020-01-01 Eric Wongnntp: handle 2-digit year "70" properly
2019-12-22 Eric Wongnntp: cmd_xover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_msg_id: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_newnews: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_listgroup: use named subs for long_response
2019-12-22 Eric Wongnntp: cmd_xrover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_searchmsg: use named sub for numeric range...
2019-12-22 Eric Wongnntp: remove cyclic refs from long_response
2019-12-22 Eric Wongnntp: get_range: return scalarref for $beg
2019-12-22 Eric Wongnntp: get rid of some unused imports
2019-12-22 Eric Wongnntp: simplify method detection using UNIVERSAL::can
2019-12-14 Eric Wongds: move NNTP-only expiration code into DS
2019-12-14 Eric Wongds: move EvCleanup code into DS
2019-09-08 Eric Wongnntp: regexp always consumes rbuf if "\n" exists
2019-09-08 Eric Wongnntp: fix redundant CRLF from "LISTGROUP GROUP RANGE"
2019-07-13 Eric Wongnntp: support optional [range] arg in LISTGROUP
2019-07-13 Eric Wongnntp: fix LIST OVERVIEW.FMT ordering and format
2019-07-12 Eric Wongnntp: clear local timer on idle client expiry
2019-07-10 Eric Wonghttp|nntp: avoid recursion inside ->write
2019-07-08 Eric Wonghttp|nntp: "use PublicInbox::DS" instead of ->import
2019-07-08 Eric WongMerge remote-tracking branch 'origin/nntp-compress'
2019-07-07 Eric Wongnntp: improve error reporting for COMPRESS
2019-07-06 Eric Wongnntp: reduce memory overhead of zlib
2019-07-06 Eric Wongnntp: support COMPRESS DEFLATE per RFC 8054
2019-07-06 Eric Wongnntp: move LINE_MAX constant to the top
2019-07-06 Eric Wongnntp: use msg_more as a method
2019-06-30 Eric WongMerge remote-tracking branch 'origin/nntp'
2019-06-30 Eric Wongnntp: add support for CAPABILITIES command
2019-06-30 Eric Wongnntp: remove DISABLED hash checks
2019-06-30 Eric WongMerge remote-tracking branch 'origin/email-simple-mem...
2019-06-29 Eric Wongds: consolidate IO::Socket::SSL checks
2019-06-29 Eric Wongds: handle deferred DS->close after timers
2019-06-29 Eric Wongds: move requeue logic over from NNTP
2019-06-29 Eric Wongds: share lazy rbuf handling between HTTP and NNTP
2019-06-27 Eric Wongnntp: reduce syscalls for ARTICLE and BODY
2019-06-27 Eric Wongnntp: rework and simplify art_lookup response
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongnntp: send greeting immediately for plain sockets
2019-06-24 Eric Wongnntp: lazily allocate and stash rbuf
2019-06-24 Eric Wongnntp: simplify long response logic and fix nesting
2019-06-24 Eric Wongnntp: reduce allocations for greeting
2019-06-24 Eric Wongnntp: call SSL_shutdown in normal cases
2019-06-24 Eric Wongds|nntp: use CORE::close on socket
2019-06-24 Eric Wongnntp: NNTPS and NNTP+STARTTLS working
2019-06-24 Eric Wongnntp: wait for writability before sending greeting
2019-06-24 Eric Wongnntp: simplify re-arming/requeue logic
2019-06-24 Eric Wongds: hoist out do_read from NNTP and HTTP
2019-06-24 Eric Wonghttp|nntp: be explicit about bytes::length on rbuf
2019-06-24 Eric Wongds: favor `delete' over assigning fields to `undef'
2019-06-24 Eric Wonghttp|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24 Eric Wongds: get rid of event_watch field
2019-06-24 Eric Wongds: set event flags directly at initialization
2019-06-24 Eric Wongds: share send(..., MSG_MORE) logic
2019-06-24 Eric Wongds: lazy-initialize wbuf
2019-06-24 Eric Wongds: use and export monotonic now()
2019-06-24 Eric Wongds: get rid of {closed} field
2019-06-16 Eric Wongds: stop distinguishing event read and write callbacks
2019-06-16 Eric WongMerge remote-tracking branch 'origin/newspeak' into...
2019-06-15 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-14 Eric WongMerge remote-tracking branch 'origin/reshard' into...
2019-06-14 Eric WongMerge remote-tracking branch 'origin/manifest' into...
2019-06-14 Eric WongMerge remote-tracking branch 'origin/edit' into next
2019-06-14 Eric Wongnntp: filter out duplicate Message-IDs for leafnode
2019-06-13 Eric Wongnntp: ensure Message-ID is not folded for leafnode
2019-06-13 Eric Wongnntp: add Path: header for leafnode
2019-06-10 Eric Wongds: do not distinguish between POLLHUP and POLLERR
2019-06-10 Eric Wongnntp: use sysread to append to existing buffer
2019-06-10 Eric Wongds: remove {fd} field
2019-06-10 Eric Wongds: simplify write buffer accounting
2019-06-04 Eric WongMerge branch 'charclass'
2019-06-04 Eric Wongnntp: ensure we only handle ASCII whitespace
2019-06-04 Eric Wongnntp: be explicit about ASCII digit matches
2019-05-21 Eric WongMerge remote-tracking branch 'origin/xap-optional'...
2019-05-15 Eric Wongnntp: use Inbox->over directly
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-08 Eric Wongnntp: avoid uninitialized variable from blank requests
2019-05-04 Eric Wongbundle Danga::Socket and Sys::Syscall
2019-02-07 Eric Wongnntp: get rid of long_response_limit constant
next