about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-15index: allow working on unconfigured inboxes, again
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
2018-07-19public-inbox-init: Initialize indexlevel
2018-07-18index: avoid false-positive warning on off-by-one
2018-06-12public-inbox-mda: use <sysexits.h> status codes where applicable
2018-05-17learn: support for v2 repos
2018-05-17index: avoid setting NPROC to undef
2018-05-11convert+compact: fix when running without ~/.public-inbox/config
2018-04-20convert: copy description and git config from v1 repo
2018-04-18compact: do not merge v2 repos by default
2018-04-07store less data in the Xapian document
2018-04-07convert: support converting with altid defined
2018-04-07index: allow specifying --jobs=0 to disable multiprocess
2018-04-06ensure Xapian and SQLite are still optional for v1 tests
2018-04-06over: use only supported and safe SQLite APIs
2018-04-05compact: better handling of over.sqlite3* files
2018-04-04v2: support incremental indexing + purge
2018-04-04init: s/GIT_DIR/REPO_DIR/ in usage
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-04-01v2: one file, really
2018-03-30v2: respect core.sharedRepository in git configs
2018-03-30convert: avoid redundant "done\n" statement for fast-import
2018-03-29mda: support v2 inboxes
2018-03-29public-inbox-compact: new tool for driving xapian-compact
2018-03-29v2writable: initializing an existing inbox is idempotent
2018-03-29public-inbox-convert: tool for converting old to new inboxes
2018-03-22v2writable: add NNTP article number regeneration support
2018-03-22v2writable: support reindexing Xapian
2018-03-20InboxWritable: add mbox/maildir parsing + import logic
2018-03-19v2writable: allow disabling parallelization
2018-03-19index: s/GIT_DIR/REPO_DIR/
2018-02-28v2/ui: get nntpd and init tests running on v2
2018-02-28use PublicInbox::MIME consistently
2018-02-07update copyrights for 2018
2017-11-16learn: use "spam" as subject for removal commits (part #2)
2017-11-16learn: use "spam" as subject for removal commits
2017-06-26watch: use "self-inotify-tempfile trick" for quit
2017-06-26watch: improve fairness during full rescans
2017-06-26watch: ensure HUP causes the scanner to be reloaded
2017-04-05learn: scan all inboxes when learning spam
2017-01-19learn: implement "rm" only functionality
2017-01-10introduce PublicInbox::MIME wrapper class
2016-12-12init: preserve permissions of existing config file