messages from 2015-09-03 01:57:17 to 2015-12-26 01:30:27 UTC [more...]
[PATCH 0/3] minor view tweaks
2015-12-26 1:30 UTC (4+ messages)
` [PATCH 1/3] view: reduce main landing page weight
` [PATCH 2/3] searchview: fix unclosed tags in threaded search results
` [PATCH 3/3] use "Atom feed" consistently in headers/footers
[PATCH 0/4] a bunch of cleanups for future expansion
2015-12-26 1:10 UTC (7+ messages)
` [PATCH 1/4] config: hoist out common functions
` [PATCH 2/4] hval: move PRE constant for wrapping UGC here
` [PATCH 3/4] git: cat-file wrapper enhancements
` [PATCH 4/4] rename 'GitCatFile' package to 'Git'
` [PATCH] extmsg: fixup comparison for unknown message types
` [PATCH] searchview: fix up Atom feed in search results
[PATCH] examples/public-inbox.psgi: make output chunky by default
2015-12-26 0:57 UTC (3+ messages)
` [PATCH] view: favor whitespace wrap in <head>
` [PATCH] searchview: fixup stupid syntax error
[PATCH] view: move thread info near top of single view
2015-12-25 11:00 UTC (3+ messages)
` [PATCH v2] "
` [PATCH] view: fixup ghost message errors from threading tweaks
[PATCH] view: fix wording for empty topics display
2015-12-25 10:31 UTC
[PATCH] extmsg: try to fixup common errors
2015-12-08 5:32 UTC
[PATCH] view: fix message truncation logic
2015-12-06 3:17 UTC
[PATCH] *view: avoid leading zero in time display of the hour
2015-12-05 2:18 UTC
[PATCH] view: avoid truncating topic at 30 chars
2015-12-04 1:03 UTC
[PATCH] view: consistent links for per-message views
2015-12-02 2:47 UTC
[PATCH] view: don't kill topic summarization for level==0
2015-12-02 2:47 UTC
[PATCH] config: allow underscore in section names
2015-11-21 1:42 UTC
[PATCH] various internal documentation updates
2015-11-20 2:37 UTC
[PATCH] nntp: fix printf warnings
2015-11-18 22:58 UTC
[PATCH] feed: capitalize "Atom" consistently
2015-11-18 21:19 UTC
[PATCH] view: remove "created" and "updated" noise words
2015-11-18 20:56 UTC (2+ messages)
` [PATCH] view: further reduce size of attribution/timestamp
[PATCH] TODO: updates for done stuff, and add item for message threading
2015-11-18 1:42 UTC
[PATCH] filter: fix handling of bad attachments
2015-10-15 18:32 UTC
[PATCH] view: remove attribution for topics in top-level view
2015-10-09 18:55 UTC (2+ messages)
` [PATCH 2/1] view: fixup bad comparison
[PATCH] README: add OpenSSL exception
2015-10-05 4:48 UTC (2+ messages)
[PATCH] mbox: kill Bytes meta-header, too
2015-10-04 0:54 UTC
[PATCH] mbox: generate Archived-At, List-Post, List-Archive headers
2015-10-04 0:54 UTC
[PATCH] view: add links for mbox and atom feeds in homepage
2015-10-04 0:20 UTC
[PATCH 0/4] misc updates
2015-10-03 11:14 UTC (5+ messages)
` [PATCH 1/4] nntpd: executable permission
` [PATCH 2/4] rename mid_compress to id_compress
` [PATCH 3/4] drop Message-IDs longer than 244 bytes
` [PATCH 4/4] mda: support a 'filter=scrub' option for external lists
[REJECT] compress message ID as term
2015-10-02 23:22 UTC
[PATCH] Msgmap: pass ReadOnly DBI flag for non-writable opens
2015-10-02 18:35 UTC
[PATCH] nntp: better delimit error message
2015-10-02 1:55 UTC
[PATCH] searchidx: subject is not a term
2015-10-02 1:56 UTC
[PATCH] nntp: implement idle time expiration
2015-10-01 22:38 UTC (2+ messages)
` [PATCH 2/1] nntp: remove reference to non-existent function
[PATCH 0/3] mda cleanups for idiotic mail policies
2015-10-01 22:23 UTC (4+ messages)
` [PATCH 1/3] mda: keep DKIM crap
` [PATCH 2/3] filter: do not strip Reply-To
` [PATCH 3/3] filter: more consistent labeling of rejections
[PATCH] searchview: fix syntax error
2015-10-01 20:17 UTC
[PATCH] view: correctly pick latest in index anchor links
2015-10-01 5:59 UTC
[PATCH] README: document NNTP access
2015-09-30 21:36 UTC
[PATCH] view: use '+' instead of '%20' to escape spaces in mailto:
2015-09-30 21:18 UTC
[PATCH 0/12] another round of NNTP updates
2015-09-30 21:00 UTC (13+ messages)
` [PATCH 01/12] search: remove get_subject_path
` [PATCH 02/12] nntp: HDR returns 225, not 224
` [PATCH 03/12] nntp: reduce syscalls for LIST OVERVIEW.FMT
` [PATCH 04/12] remove unnecessary fields usage
` [PATCH 05/12] daemon: always autoflush stdout/stderr
` [PATCH 06/12] nntpd: avoid lazy require
` [PATCH 07/12] INSTALL: document Danga::Socket dependency for nntpd
` [PATCH 08/12] nntp: MODE READER denies posting
` [PATCH 09/12] nntp: implement LIST HEADERS
` [PATCH 10/12] nntp: implement OVER/XOVER summary in search document
` [PATCH 11/12] t/nntpd.t: simplify condition for response termination
` [PATCH 12/12] t/nntpd.t: additional tests for XHDR/HDR
[PATCH] ssoma-rm: do not commit changes on auto-removal miss
2015-09-26 1:12 UTC
[PATCH] daemon: fix various permissions + daemon issues
2015-09-25 8:43 UTC
[PATCH 0/8] nntp: more fixes and tiny speedups
2015-09-25 2:27 UTC (9+ messages)
` [PATCH 1/8] nntp: HDR allows metadata prefixed with ':'
` [PATCH 2/8] nntp: consistently use 501 for unsupported LIST
` [PATCH 3/8] searchidx: remove unused sub: next_doc_id
` [PATCH 4/8] nntp: do not repeat result on blocked write
` [PATCH 5/8] nntp: prefix FD on every log line
` [PATCH 6/8] git: signal-safety for pipe writes
` [PATCH 7/8] git: use fields for GitCatFile
` [PATCH 8/8] nntp: avoid signals for long responses
[PATCH] nntpd: hoist out daemon management code
2015-09-24 21:51 UTC
[PATCH 0/7] another round of NNTP updates
2015-09-24 3:37 UTC (8+ messages)
` [PATCH 1/7] nntp: fix XOVER command
` [PATCH 2/7] nntpd: additional daemonization options
` [PATCH 3/7] nntpd: hard quit after 30s
` [PATCH 4/7] nntpd: move busy check to NNTP package
` [PATCH 5/7] nntp: avoid infinite loop on partial read
` [PATCH 6/7] nntpd: better encapsulation for shutdown
` [PATCH 7/7] nntpd: support SIGUSR2 in single-process mode, too
[PATCH] nntp: support HDR command from RFC 3977
2015-09-23 2:21 UTC
[PATCH 0/7] nntp: another round of updates
2015-09-22 10:09 UTC (8+ messages)
` [PATCH 1/7] t/nntpd.t: fix fcntl test to ensure no failures
` [PATCH 2/7] nntp: support YYYYMMDD dates for commands
` [PATCH 3/7] nntp: ensure body lines end with CRLF
` [PATCH 4/7] nntp: avoid setting Bytes and Lines headers
` [PATCH 5/7] nntp: implement OVER from RFC 3977
` [PATCH 6/7] nntp: XHDR fixes for Message-ID lookups
` [PATCH 7/7] nntp: XHDR lookups by Message-ID may cross groups
[PATCH ssoma] mda: strip out the Bytes header, too
2015-09-22 0:15 UTC
[PATCH 0/6] more NNTP server updates
2015-09-21 11:11 UTC (7+ messages)
` [PATCH 1/6] msgmap: minor cleanup to move constant declaration
` [PATCH 2/6] nntp: speed up XHDR Xref for rtin
` [PATCH 3/6] nntp: speed up xover slightly
` [PATCH 4/6] t/nntpd.t: improve test runnability
` [PATCH 5/6] remove bytes:: for length checks
` [PATCH 6/6] nntp: proper UTF-8 support (hopefully?)
[PATCH 0/2] nntp: newsgroup names now supported
2015-09-20 10:28 UTC (3+ messages)
` [PATCH 1/2] newsgroup: use only the first address
` [PATCH 2/2] nntp: add "newsgroup" parameter and sort grouplist
[PATCH 0/3] more nntpd updates
2015-09-20 4:43 UTC (4+ messages)
` [PATCH 1/3] nntpd: support systemd FD inheritance + signals
` [PATCH 2/3] nntp: do not re-enable reads during long responses
` [PATCH 3/3] nntp: fix handling of trickled responses
[PATCH 0/12] nntp: misc updates
2015-09-19 2:03 UTC (13+ messages)
` [PATCH 01/12] nntp: use write_buf_size instead write_buf
` [PATCH 02/12] nntp: introduce long response API for streaming
` [PATCH 03/12] nntp: use long response API for LISTGROUP
` [PATCH 04/12] nntp: implement command argument checking
` [PATCH 05/12] nntp: XOVER does not require range
` [PATCH 06/12] nntp: speed up XHDR for the Message-ID case
` [PATCH 07/12] nntp: implement XROVER, speed up XHDR for some cases
` [PATCH 08/12] nntp: implement XPATH
` [PATCH 09/12] nntp: fix logging of long responses
` [PATCH 10/12] nntp: fix ARTICLE/HEAD/BODY/STAT
` [PATCH 11/12] nntp: log to FDs given by the Nntpd module
` [PATCH 12/12] nntp: article lookups by Message-ID may cross newsgroups
[WIP] read-only NNTP server
2015-09-18 1:37 UTC
[PATCH] view: do not shorten top-level messages in thread view
2015-09-16 10:06 UTC
[PATCH] add cgit commit-filter example
2015-09-15 22:03 UTC
[PATCH 0/5] introduce SQLite message map
2015-09-15 1:08 UTC (6+ messages)
` [PATCH 1/5] msgmap: add message mapping via SQLite
` [PATCH 2/5] searchidx: hoist out rlog code
` [PATCH 3/5] searchidx: sync Msgmap database along with Xapian
` [PATCH 4/5] extmsg: wire up to use msgmap for prefixes
` [PATCH 5/5] INSTALL: document DBD::SQLite and DBI dependencies
[PATCH] searchview: do not link Atom feed by relevance
2015-09-14 0:10 UTC
[PATCH 0/4] minor navigation tweaks
2015-09-13 23:35 UTC (5+ messages)
` [PATCH 1/4] view: extra Atom feed link in standalone message view
` [PATCH 2/4] view: use header_obj to avoid extra method calls
` [PATCH 3/4] view: do not show References unless a message has them
` [PATCH 4/4] view: jump to anchor of current message on References
[PATCH 1/3] feed: consolidate updated tag generation
2015-09-13 23:19 UTC (5+ messages)
` [PATCH 2/3] searchview: implement Atom feed for search results
` [PATCH 3/3] view: add Atom links in headers for per-message links
` [PATCH 0/3] expand Atom feeds to search results
` [REJECT 4/3] searchview: implement flat view for full message
[PATCH 0/3] enhance search results
2015-09-12 1:23 UTC (4+ messages)
` [PATCH 1/3] view: more consistent prefix for ghost links
` [PATCH 2/3] searchview: hoist out subroutines for clarity
` [PATCH 3/3] searchview: support displaying entire threads
[PATCH] examples/public-inbox.psgi: optional deflater
2015-09-11 5:44 UTC
[PATCH] constent X?HTML MIME type filtering
2015-09-10 0:59 UTC
[PATCH] view: change References link to expand thread
2015-09-07 7:07 UTC
[PATCH 1/2] Makefile.PL: conform to naming conventions
2015-09-06 9:26 UTC (2+ messages)
` [PATCH 2/2] update copyright headers and email addresses
[PATCH] public-inbox-init: use absolute path
2015-09-06 9:22 UTC
[PATCH 0/6] another round of search updates
2015-09-05 9:18 UTC (9+ messages)
` [PATCH 1/6] searchview: factor out dump_mset subroutine
` [PATCH 2/6] search: use relevance as secondary sort by default
` [PATCH 3/6] searchview: error description for invalid queries
` [PATCH 4/6] search: note why we do not support FLAG_PURE_NOT
` [PATCH 5/6] search: tweak parsing for internal queries
` [PATCH 6/6] extmsg: fall back to partial Message-ID matching
` [PATCH] extmsg: add note about the deficiency of the implementation
[PATCH] searchview: link users to permalink instead of thread
2015-09-05 9:08 UTC
[PATCH] searchview: improve footer navigation
2015-09-05 6:19 UTC
[PATCH] view: preliminary HTML search interface
2015-09-05 3:02 UTC (2+ messages)
[PATCH 0/9] another round of updates
2015-09-04 8:58 UTC (10+ messages)
` [PATCH 1/9] view: eliminate redundant [threaded|flat] link
` [PATCH 2/9] view: one line for thread subjects
` [PATCH 3/9] view: adjust spacing and indentation of index threads
` [PATCH 4/9] view: add missing newline to inline dump
` [PATCH 5/9] view: reduce redundant attributions in permalink refs
` [PATCH 6/9] view: indentation adjustments for collapsed headers
` [PATCH 7/9] view: thread view expands focused message
` [PATCH 8/9] www: extra redirects for the '/'-challenged
` [PATCH 9/9] view: fix broken link to ghost fallback
[PATCH 0/7] new index and misc fixes
2015-09-04 2:37 UTC (9+ messages)
` [PATCH 1/7] doc: design_www: more accessibility guidelines
` [PATCH 2/7] index: use message threading if search is available
` [PATCH 3/7] consolidate thread sorting in view
` [PATCH 4/7] extmsg: close HTML tag in response
` [PATCH 5/7] view: avoid attempting to find "subject dummy"
` [PATCH 6/7] SearchMsg: avoid encoding Message-IDs
` [PATCH 7/7] view: do not generate anchors in thread views
[PATCH 1/3] examples/public-inbox.psgi: update with middlewares
2015-09-03 8:32 UTC (3+ messages)
` [PATCH 2/3] feed: use application/atom+xml for Content-Type
` [PATCH 3/3] www: move fallback after legacy matches
[PATCH] www: attempt to handle Message-IDs with slashes
2015-09-03 7:41 UTC (2+ messages)
` [PATCH 2/1] "
[PATCH 0/3] improve external Message-ID handling
2015-09-03 2:04 UTC (5+ messages)
` [PATCH 1/3] view: include ghost messages in thread views
` [PATCH 2/3] search: disable Message-ID compression in Xapian
` [PATCH 3/3] ExtMsg: 300 to external mailing list archives
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).