]> Sergey Matveev's repositories - public-inbox.git/history - script
view: drop load_results
[public-inbox.git] / script /
2018-03-29 Eric Wong (Contrac... mda: support v2 inboxes
2018-03-29 Eric Wong (Contrac... public-inbox-compact: new tool for driving xapian-compact
2018-03-29 Eric Wong (Contrac... v2writable: initializing an existing inbox is idempotent
2018-03-29 Eric Wong (Contrac... public-inbox-convert: tool for converting old to new...
2018-03-22 Eric Wong (Contrac... v2writable: add NNTP article number regeneration support
2018-03-22 Eric Wong (Contrac... v2writable: support reindexing Xapian
2018-03-20 Eric Wong (Contrac... InboxWritable: add mbox/maildir parsing + import logic
2018-03-19 Eric Wong (Contrac... v2writable: allow disabling parallelization
2018-03-19 Eric Wong (Contrac... index: s/GIT_DIR/REPO_DIR/
2018-02-28 Eric Wong (Contrac... v2/ui: get nntpd and init tests running on v2
2018-02-28 Eric Wong (Contrac... use PublicInbox::MIME consistently
2018-02-07 Eric Wongupdate copyrights for 2018
2017-11-16 Eric Wonglearn: use "spam" as subject for removal commits (part #2)
2017-11-16 Eric Wonglearn: use "spam" as subject for removal commits
2017-06-26 Eric Wongwatch: use "self-inotify-tempfile trick" for quit
2017-06-26 Eric Wongwatch: improve fairness during full rescans
2017-06-26 Eric Wongwatch: ensure HUP causes the scanner to be reloaded
2017-04-05 Eric Wonglearn: scan all inboxes when learning spam
2017-01-19 Eric Wonglearn: implement "rm" only functionality
2017-01-10 Eric Wongintroduce PublicInbox::MIME wrapper class
2016-12-12 Eric Wonginit: preserve permissions of existing config file
2016-11-18 Eric Wongindex: allow indexing before configuration
2016-09-02 Eric Wonginit: enable pack bitmaps by default
2016-08-12 Eric Wongpublic-inbox-watch: support reloading config with SIGHUP
2016-08-11 Eric Wongsearch: support alt-ID for mapping legacy serial numbers
2016-07-31 Eric Wongsearch: support reindexing existing search indices
2016-07-26 Eric Wongmda: always call Import::done, even on dupes
2016-07-26 Eric Wonglearn: fix uninitialized variable
2016-07-03 Eric Wongexamples: remove X-Forwarded-For mentions
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-06-26 Eric Wongmda: drop leading "From " lines again
2016-06-24 Eric Wongsplit out spamcheck/spamc to its own module.
2016-06-21 Eric Wongspawn: improve error checking for fork failures
2016-06-17 Eric Wongimport: auto-update index when done
2016-06-17 Eric Wongmda: support loading arbitrary filters
2016-06-17 Eric Wongwatch: introduce watch directive
2016-06-15 Eric Wongmda: hook up new filter functionality
2016-06-15 Eric Wongmda: precheck no longer depends on Email::Filter
2016-06-15 Eric Wonglearn: remove IPC::Run dependency
2016-06-15 Eric Wongdrop dependency on File::Path::Expand
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-30 Eric Wongscript/*{mda,learn}: no strict params for Email::MIME...
2016-05-25 Eric Wongremove Email::Address dependency
2016-05-23 Eric Wonghttp: chunk in the server, not middleware
2016-05-16 Eric Wongdeclare Inbox object for reusability
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-04-28 Eric Wongimport: run git-update-server-info when done
2016-04-25 Eric Wongremove ssoma dependency
2016-04-25 Eric Wongsplit out NNTPD and HTTPD* modules
2016-04-09 Eric Wongpublic-inbox-learn: drop leading "From " line from...
2016-03-31 Eric Wonghttpd: remove reference to callback during close
2016-03-05 Eric Wonghttpd: remove unnecessary eval
2016-03-03 Eric Wongdaemon: introduce host_with_port for identifying sockets
2016-03-03 Eric Wongdaemon: avoid polluting the main package
2016-03-01 Eric Wonghttpd: remove unneeded err and out fields from class
2016-03-01 Eric Wonghttpd: document pi-httpd.async as totally unstable
2016-02-29 Eric Wongfixup Plack-related requires
2016-02-29 Eric Wongfavor procedural calls for most private functions
2016-02-28 Eric Wonghttpd: allow running if ReverseProxy is missing
2016-02-27 Eric Wongmove executables to script/ directory