projects
/
public-inbox.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
public-inbox.git
2015-10-04
Eric Wong
mbox: kill Bytes meta-header, too
commit
|
commitdiff
|
tree
2015-10-04
Eric Wong
view: add links for mbox and atom feeds in homepage
commit
|
commitdiff
|
tree
2015-10-03
Eric Wong
mda: support a 'filter=scrub' option for external lists
commit
|
commitdiff
|
tree
2015-10-03
Eric Wong
drop Message-IDs longer than 244 bytes
commit
|
commitdiff
|
tree
2015-10-02
Eric Wong
rename mid_compress to id_compress
commit
|
commitdiff
|
tree
2015-10-02
Eric Wong
nntpd: executable permission
commit
|
commitdiff
|
tree
2015-10-02
Eric Wong
Msgmap: pass ReadOnly DBI flag for non-writable opens
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
searchidx: subject is not a term
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
nntp: better delimit error message
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
nntp: remove reference to non-existent function
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
nntp: implement idle time expiration
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
filter: more consistent labeling of rejections
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
searchview: fix syntax error
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
filter: do not strip Reply-To
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
mda: keep DKIM crap
commit
|
commitdiff
|
tree
2015-10-01
Eric Wong
view: correctly pick latest in index anchor links
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
README: document NNTP access
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
view: use '+' instead of '%20' to escape spaces in...
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
t/nntpd.t: additional tests for XHDR/HDR
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
t/nntpd.t: simplify condition for response termination
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
nntp: implement OVER/XOVER summary in search document
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
nntp: implement LIST HEADERS
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
nntp: MODE READER denies posting
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
INSTALL: document Danga::Socket dependency for nntpd
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
nntpd: avoid lazy require
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
daemon: always autoflush stdout/stderr
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
remove unnecessary fields usage
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
nntp: reduce syscalls for LIST OVERVIEW.FMT
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
nntp: HDR returns 225, not 224
commit
|
commitdiff
|
tree
2015-09-30
Eric Wong
search: remove get_subject_path
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
daemon: fix various permissions + daemon issues
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
nntp: avoid signals for long responses
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
git: use fields for GitCatFile
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
git: signal-safety for pipe writes
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
nntp: prefix FD on every log line
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
nntp: do not repeat result on blocked write
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
searchidx: remove unused sub: next_doc_id
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
nntp: consistently use 501 for unsupported LIST
commit
|
commitdiff
|
tree
2015-09-25
Eric Wong
nntp: HDR allows metadata prefixed with ':'
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntpd: hoist out daemon management code
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntpd: support SIGUSR2 in single-process mode, too
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntpd: better encapsulation for shutdown
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntp: avoid infinite loop on partial read
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntpd: move busy check to NNTP package
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntpd: hard quit after 30s
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntpd: additional daemonization options
commit
|
commitdiff
|
tree
2015-09-24
Eric Wong
nntp: fix XOVER command
commit
|
commitdiff
|
tree
2015-09-23
Eric Wong
nntp: support HDR command from RFC 3977
commit
|
commitdiff
|
tree
2015-09-22
Eric Wong
nntp: XHDR lookups by Message-ID may cross groups
commit
|
commitdiff
|
tree
2015-09-22
Eric Wong
nntp: XHDR fixes for Message-ID lookups
commit
|
commitdiff
|
tree
2015-09-22
Eric Wong
nntp: implement OVER from RFC 3977
commit
|
commitdiff
|
tree
2015-09-22
Eric Wong
nntp: avoid setting Bytes and Lines headers
commit
|
commitdiff
|
tree
2015-09-22
Eric Wong
nntp: ensure body lines end with CRLF
commit
|
commitdiff
|
tree
2015-09-22
Eric Wong
nntp: support YYYYMMDD dates for commands
commit
|
commitdiff
|
tree
2015-09-22
Eric Wong
t/nntpd.t: fix fcntl test to ensure no failures
commit
|
commitdiff
|
tree
2015-09-21
Eric Wong
nntp: proper UTF-8 support (hopefully?)
commit
|
commitdiff
|
tree
2015-09-21
Eric Wong
remove bytes:: for length checks
commit
|
commitdiff
|
tree
2015-09-21
Eric Wong
t/nntpd.t: improve test runnability
commit
|
commitdiff
|
tree
2015-09-21
Eric Wong
nntp: speed up xover slightly
commit
|
commitdiff
|
tree
2015-09-21
Eric Wong
nntp: speed up XHDR Xref for rtin
commit
|
commitdiff
|
tree
2015-09-21
Eric Wong
msgmap: minor cleanup to move constant declaration
commit
|
commitdiff
|
tree
2015-09-20
Eric Wong
nntp: add "newsgroup" parameter and sort grouplist
commit
|
commitdiff
|
tree
2015-09-20
Eric Wong
newsgroup: use only the first address
commit
|
commitdiff
|
tree
2015-09-20
Eric Wong
nntp: fix handling of trickled responses
commit
|
commitdiff
|
tree
2015-09-20
Eric Wong
nntp: do not re-enable reads during long responses
commit
|
commitdiff
|
tree
2015-09-20
Eric Wong
nntpd: support systemd FD inheritance + signals
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: article lookups by Message-ID may cross newsgroups
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: log to FDs given by the Nntpd module
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: fix ARTICLE/HEAD/BODY/STAT
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: fix logging of long responses
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: implement XPATH
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: implement XROVER, speed up XHDR for some cases
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: speed up XHDR for the Message-ID case
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: XOVER does not require range
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: implement command argument checking
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: use long response API for LISTGROUP
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: introduce long response API for streaming
commit
|
commitdiff
|
tree
2015-09-19
Eric Wong
nntp: use write_buf_size instead write_buf
commit
|
commitdiff
|
tree
2015-09-18
Eric Wong
read-only NNTP server
commit
|
commitdiff
|
tree
2015-09-16
Eric Wong
view: do not shorten top-level messages in thread view
commit
|
commitdiff
|
tree
2015-09-15
Eric Wong
add cgit commit-filter example
commit
|
commitdiff
|
tree
2015-09-15
Eric Wong
INSTALL: document DBD::SQLite and DBI dependencies
commit
|
commitdiff
|
tree
2015-09-15
Eric Wong
extmsg: wire up to use msgmap for prefixes
commit
|
commitdiff
|
tree
2015-09-15
Eric Wong
searchidx: sync Msgmap database along with Xapian
commit
|
commitdiff
|
tree
2015-09-15
Eric Wong
searchidx: hoist out rlog code
commit
|
commitdiff
|
tree
2015-09-15
Eric Wong
msgmap: add message mapping via SQLite
commit
|
commitdiff
|
tree
2015-09-14
Eric Wong
searchview: do not link Atom feed by relevance
commit
|
commitdiff
|
tree
2015-09-13
Eric Wong
view: jump to anchor of current message on References
commit
|
commitdiff
|
tree
2015-09-13
Eric Wong
view: do not show References unless a message has them
commit
|
commitdiff
|
tree
2015-09-13
Eric Wong
view: use header_obj to avoid extra method calls
commit
|
commitdiff
|
tree
2015-09-13
Eric Wong
view: extra Atom feed link in standalone message view
commit
|
commitdiff
|
tree
2015-09-13
Eric Wong
view: add Atom links in headers for per-message links
commit
|
commitdiff
|
tree
2015-09-13
Eric Wong
searchview: implement Atom feed for search results
commit
|
commitdiff
|
tree
2015-09-13
Eric Wong
feed: consolidate updated tag generation
commit
|
commitdiff
|
tree
2015-09-12
Eric Wong
searchview: support displaying entire threads
commit
|
commitdiff
|
tree
2015-09-12
Eric Wong
searchview: hoist out subroutines for clarity
commit
|
commitdiff
|
tree
2015-09-12
Eric Wong
view: more consistent prefix for ghost links
commit
|
commitdiff
|
tree
2015-09-11
Eric Wong
examples/public-inbox.psgi: optional deflater
commit
|
commitdiff
|
tree
2015-09-10
Eric Wong
constent X?HTML MIME type filtering
commit
|
commitdiff
|
tree
2015-09-07
Eric Wong
view: change References link to expand thread
commit
|
commitdiff
|
tree
next