about summary refs log tree commit homepage
DateCommit message (Expand)
2015-10-02nntpd: executable permission
2015-10-02Msgmap: pass ReadOnly DBI flag for non-writable opens
2015-10-01searchidx: subject is not a term
2015-10-01nntp: better delimit error message
2015-10-01nntp: remove reference to non-existent function
2015-10-01nntp: implement idle time expiration
2015-10-01filter: more consistent labeling of rejections
2015-10-01searchview: fix syntax error
2015-10-01filter: do not strip Reply-To
2015-10-01mda: keep DKIM crap
2015-10-01view: correctly pick latest in index anchor links
2015-09-30README: document NNTP access
2015-09-30view: use '+' instead of '%20' to escape spaces in mailto:
2015-09-30t/nntpd.t: additional tests for XHDR/HDR
2015-09-30t/nntpd.t: simplify condition for response termination
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-30INSTALL: document Danga::Socket dependency for nntpd
2015-09-30nntpd: avoid lazy require
2015-09-30daemon: always autoflush stdout/stderr
2015-09-30remove unnecessary fields usage
2015-09-30nntp: reduce syscalls for LIST OVERVIEW.FMT
2015-09-30nntp: HDR returns 225, not 224
2015-09-30search: remove get_subject_path
2015-09-25daemon: fix various permissions + daemon issues
2015-09-25nntp: avoid signals for long responses
2015-09-25git: use fields for GitCatFile
2015-09-25git: signal-safety for pipe writes
2015-09-25nntp: prefix FD on every log line
2015-09-25nntp: do not repeat result on blocked write
2015-09-25searchidx: remove unused sub: next_doc_id
2015-09-25nntp: consistently use 501 for unsupported LIST
2015-09-25nntp: HDR allows metadata prefixed with ':'
2015-09-24nntpd: hoist out daemon management code
2015-09-24nntpd: support SIGUSR2 in single-process mode, too
2015-09-24nntpd: better encapsulation for shutdown
2015-09-24nntp: avoid infinite loop on partial read
2015-09-24nntpd: move busy check to NNTP package
2015-09-24nntpd: hard quit after 30s
2015-09-24nntpd: additional daemonization options
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
2015-09-22nntp: ensure body lines end with CRLF
2015-09-22nntp: support YYYYMMDD dates for commands
2015-09-22t/nntpd.t: fix fcntl test to ensure no failures