about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2016-06-24document Filesys::Notify::Simple dependency
2016-06-24split out spamcheck/spamc to its own module.
2016-06-24implement ListMirror SpamAssassin plugin
2016-06-23view: update git-send-email URL
2016-06-22view: allow thread generation to EOF on errors
2016-06-22view: fix topic threading when ghosts are present
2016-06-21view: support non-existent Subjects for permalink titles
2016-06-21search: support Subject:-less messages
2016-06-21daemon: disable SIGWINCH unless explicitly daemonized
2016-06-21searchidx: merge old thread id from ghosts
2016-06-21searchidx: simplify ghost creation
2016-06-21view: common thread walking interface
2016-06-21view: avoid recursion in topic index
2016-06-21searchview: remove recursion from thread view
2016-06-21view: remove recursion from expanded thread view
2016-06-21view: remove recursion from thread skeleton dump
2016-06-21view: remove dst parameter from thread skeleton dump
2016-06-21view: remove upfx parameter from thread skeleton dump
2016-06-21spawn: improve error checking for fork failures
2016-06-20searchview: use inbox->msg_by_mid
2016-06-20searchview: fix Atom dump
2016-06-20nntp: use lookup_mail instead of lookup_message
2016-06-20www: improve topic view by scanning for ghosts
2016-06-20address: remove quotes around names
2016-06-20inbox: move field population logic to initializer
2016-06-20feed: various object-orientation cleanups
2016-06-20mbox: avoid write dependency for streaming
2016-06-20mbox: remove feed dependency
2016-06-20feed: remove dependence on fh->write for streaming
2016-06-20feed: avoid needless method dispatches on 404
2016-06-19search: reopen and retry on updated databases
2016-06-19http: constrain getline/close responses by time
2016-06-19http: avoid recursion when hitting write count limit
2016-06-19mbox: set gzip timestamp to the Unix epoch
2016-06-19watch_maildir: tighten up path checks
2016-06-19import: allow messages without subject
2016-06-19watch_maildir: spam removal support
2016-06-18watch_maildir: add scan test
2016-06-18emergency: avoid needless mkpath dependency
2016-06-18daemon: be less misleading about graceful shutdown
2016-06-18spawn: try to keep signals blocked in spawned child
2016-06-18view: consolidate per-message newline handling
2016-06-18view: minor tweaks to reduce long lines
2016-06-18view: introduce WwwStream interface
2016-06-17feed: split out top-of-page generation
2016-06-17www: undefined query string values are empty strings
2016-06-17filter/base: reject more types by default
2016-06-17www: escape HTML in footer description
2016-06-17import: auto-update index when done
2016-06-17watch: quiet down rejected header matches