about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
2019-09-09run update-copyrights from gnulib for 2019
2019-07-06nntp: support COMPRESS DEFLATE per RFC 8054
2019-06-24nntp: NNTPS and NNTP+STARTTLS working
2019-06-14edit: fix portability of editor invocation
2019-06-14Merge remote-tracking branch 'origin/reshard' into next
2019-06-14xcpdb: support resharding v2 repos
2019-06-12edit: unlink temporary file when done
2019-06-10edit: drop unwanted headers before noop check
2019-06-10edit|purge: improve output on rewrites
2019-06-09edit: new tool to perform edits
2019-06-09AdminEdit: move editability checks from -purge
2019-06-09admin: beef up resolve_inboxes to handle purge options
2019-06-09purge: start moving common options to AdminEdit module
2019-06-05tighten up digit matches to ASCII for git output
2019-06-04require ASCII digits for local FS items
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-29index: remove warning on unconfigured inboxes
2019-05-29index: support --verbose option
2019-05-24doc: xcpdb: add switch documentation
2019-05-23doc: various updates to reflect current state
2019-05-23xcpdb|compact: support some xapian-compact switches
2019-05-23compact: reuse infrastructure from xcpdb
2019-05-23xcpdb: implement progress reporting
2019-05-23xapcmd: xcpdb supports compaction
2019-05-23xcpdb: implement using Perl bindings
2019-05-23admin: move index_inbox over
2019-05-23xcpdb: new tool which wraps Xapian's copydatabase(1)
2019-05-23admin: hoist out resolve_inboxes for -compact and -index
2019-05-23xapcmd: new module for wrapping Xapian commands
2019-05-23doc: document the reason for --no-renumber
2019-05-23v1writable: retire in favor of InboxWritable
2019-05-22init: preserve permissions for git prior to 2.1.0
2019-05-15admin: improve warnings and errors for missing modules
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14httpd: get rid of Deflater warning
2019-05-14v2writable: allow setting nproc via creat options
2019-05-14v1writable: new wrapper which is closer to v2writable
2019-05-06index: warn with info about the message as context
2019-01-31Merge remote-tracking branch 'origin/purge'
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-15index: allow working on unconfigured inboxes, again
2019-01-11implement public-inbox-purge tool
2019-01-11hoist out resolve_repo_dir from -index
2019-01-05filter/rubylang: fix SQLite DB lifetime problems
2019-01-02use PublicInbox::Config::each_inbox where appropriate
2018-12-28init: allow --skip of old epochs for -V2 repos
2018-12-27init: do not set publicinbox.$NAME.indexlevel by default
2018-07-29mda: allow configuring globally without spamc support
2018-07-29mda: v2: ensure message bodies are indexed
2018-07-29mda: use InboxWritable