]> Sergey Matveev's repositories - public-inbox.git/history - script
searchview: show full (&x=t) messages in ascending chronlogical order
[public-inbox.git] / script /
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