about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
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
2016-11-18index: allow indexing before configuration
2016-09-02init: enable pack bitmaps by default
2016-08-12public-inbox-watch: support reloading config with SIGHUP
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-07-31search: support reindexing existing search indices
2016-07-26mda: always call Import::done, even on dupes
2016-07-26learn: fix uninitialized variable
2016-07-03examples: remove X-Forwarded-For mentions
2016-07-02www: remove Plack::Request dependency entirely
2016-06-26mda: drop leading "From " lines again
2016-06-24split out spamcheck/spamc to its own module.
2016-06-21spawn: improve error checking for fork failures
2016-06-17import: auto-update index when done
2016-06-17mda: support loading arbitrary filters
2016-06-17watch: introduce watch directive
2016-06-15mda: hook up new filter functionality
2016-06-15mda: precheck no longer depends on Email::Filter
2016-06-15learn: remove IPC::Run dependency
2016-06-15drop dependency on File::Path::Expand
2016-05-30script/*{mda,learn}: no strict params for Email::MIME::ContentType
2016-05-25remove Email::Address dependency
2016-05-23http: chunk in the server, not middleware
2016-05-16declare Inbox object for reusability
2016-05-14rename most instances of "list" to "inbox"
2016-04-28import: run git-update-server-info when done
2016-04-25remove ssoma dependency