user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2015-08-25 01:35:20 to 2015-09-30 21:00:31 UTC [more...]

[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

[PATCH 0/7] improved thread views and 404 reductions
 2015-09-02  6:59 UTC  (8+ messages)
` [PATCH 1/7] view: close possible race condition in thread view
` [PATCH 2/7] view: optional flat view for recent messages
` [PATCH 3/7] view: account for missing In-Reply-To header
` [PATCH 4/7] view: simplify parent anchoring code
` [PATCH 5/7] view: pre-anchor entries for flat view
` [PATCH 6/7] view: avoid links to unknown compressed Message-IDs
` [PATCH 7/7] implement external Message-ID finder

[PATCH] view: change wording to include "thread" in footer
 2015-09-01 20:33 UTC 

[PATCH] feed: extra newline after nav footer if list footer exists
 2015-09-01 20:33 UTC 

[PATCH] view: purge email address cache after rendering thread
 2015-09-01 20:33 UTC 

[PATCH 01/11] search: reduce redundant doc data
 2015-09-01  9:30 UTC  (13+ messages)
` [PATCH 02/11] search: allow querying all mail with ''
` [PATCH 03/11] search: show newest results first
` [PATCH 04/11] feed: use updated date based on git commit date
` [PATCH 05/11] feed: extract atom header generation
` [PATCH 06/11] implement per-thread Atom feeds
  ` [13/11 PATCH] feed: fix <updated> tag in Atom feed
` [PATCH 07/11] www: compile mbox regexp only once
` [PATCH 08/11] www: root atom feed is "new.atom" and not "atom.xml"
` [PATCH 09/11] completely revamp URL structure to shorten permalinks
` [PATCH 10/11] view: drop extra '</a>' tag
` [PATCH 11/11] view: more robust link generation
  ` [PATCH 12/11] view: add missing space

[PATCH] www: avoid BEGIN block for config loading
 2015-08-30 10:16 UTC 

[PATCH] view: avoid broken parent link in per-message view
 2015-08-30 10:12 UTC 

[PATCH] view: remove "threadlink" from thread view
 2015-08-30  1:54 UTC 

[PATCH] view: remove "threadlink" name in per-message view
 2015-08-30  1:48 UTC 

[PATCH] mid2path: clean MID of angle brackets '<>'
 2015-08-30  1:34 UTC 

[PATCH] search: do not index references and inreplyto terms
 2015-08-30  1:10 UTC 

[PATCH] public-inbox-index: resolve git directory if run inside one
 2015-08-30  1:04 UTC 

[PATCH] view: display thread outline in single-message view
 2015-08-30  0:29 UTC 

[PATCH] view: update linkification regexp to be more domain sensitive
 2015-08-30  0:29 UTC 

[PATCH] view: remove dead commented line
 2015-08-29 21:40 UTC 

[PATCH] avoid length in boolean context
 2015-08-29 21:36 UTC 

[PATCH] public-inbox-init: make executable
 2015-08-29  7:09 UTC 

[PATCH] search: do not iterate through entire termlist
 2015-08-28  0:57 UTC 

[PATCH] search: do not load type into metadata
 2015-08-28  0:53 UTC 

[PATCH] GitCatFile: remove unnecessary FD_CLOEXEC setting
 2015-08-28  0:50 UTC 

[PATCH] ssoma_repository: document header usage/removal
 2015-08-27 23:06 UTC 

[PATCH] filter: reject bad attachments outright
 2015-08-27  7:03 UTC 

[PATCH 0/5] prefer shorter, less-ambiguous URLs
 2015-08-27  4:34 UTC  (6+ messages)
` [PATCH 1/5] www: minor cleanups to shorten code
` [PATCH 2/5] wire up shorter, less ambiguous URLs
` [PATCH 3/5] mid: extract Message-ID from inside '<>'
` [PATCH 4/5] wire up to display non-suffixed Message-ID links
` [PATCH 5/5] implement legacy redirects for old URLs

[PATCH] www: reduce unused arguments in internal API
 2015-08-26  2:37 UTC 

[PATCH] mbox: close file handle for single mbox
 2015-08-26  2:37 UTC 

[PATCH] feed: fix "created" vs "updated" diff in topics
 2015-08-25  9:42 UTC 

[PATCH] feed: merge subjects regardless of "[PATCH vN]"
 2015-08-25  9:05 UTC 

[PATCH] filter: loosen regexp on type matches
 2015-08-25  9:04 UTC 

[PATCH] search: implement subject summarization
 2015-08-25  3:56 UTC  (2+ messages)

[PATCH] Makefile.PL: add "syntax" target to check syntax
 2015-08-25  2:03 UTC 

[PATCH] mid: mid_compressed => mid_compress
 2015-08-25  2:03 UTC 

[PATCH] search: only sort by relevance if requested
 2015-08-25  1:43 UTC  (2+ messages)
` [PATCH v2] "


Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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).