about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2016-08-18www: implement generic help text
2016-08-18linkify: be stricter about matching RFC 3986
2016-08-16search: add YYYYMMDD search range via "d:" prefix
2016-08-15import: use common address parsing to drop unnecessary quotes
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-12www: allow including links to NNTP sites in HTML footer
2016-08-12config: do not nest multi-value altid arrays
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-08-05http: do not allow bad getline+close responses to kill us
2016-07-30t/config_limiter: fix check for identical Git object
2016-07-26learn: fix uninitialized variable
2016-07-26mda: fix address matching in address lists
2016-07-09www: add configurable limiters
2016-07-09qspawn: allow configurable limiters
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-07t/git-http-backend: check BSD::Resource availability
2016-07-06address: attempt to handle comments somewhat
2016-07-02nntp: respect 3 minute idle time for shutdown
2016-07-02www: remove Plack::Request dependency entirely
2016-07-02inbox: base_url method takes PSGI env hashref instead
2016-07-01address: filter out domain from address-as-name idents
2016-07-01t/watch_maildir: quiet down spam check warning
2016-06-30www_stream: add response wrapper sub
2016-06-25view: safer and optional quoting for --in-reply-to arg
2016-06-25address: remove Address::from_name
2016-06-25address: beef up the module with name list extaction
2016-06-24watch_maildir: implement optional spam checking
2016-06-24document Filesys::Notify::Simple dependency
2016-06-24split out spamcheck/spamc to its own module.
2016-06-20inbox: move field population logic to initializer
2016-06-20feed: various object-orientation cleanups
2016-06-19watch_maildir: tighten up path checks
2016-06-19watch_maildir: spam removal support
2016-06-18watch_maildir: add scan test
2016-06-18spawn: try to keep signals blocked in spawned child
2016-06-18view: introduce WwwStream interface
2016-06-17remove dependency on IPC::Run
2016-06-15inbox: allow undef return value for base_url
2016-06-15mda: hook up new filter functionality
2016-06-15emergency: implement new emergency Maildir delivery
2016-06-15filter: begin work on a new filter API
2016-06-15mda: precheck no longer depends on Email::Filter
2016-06-15t/mda: use only Maildir for testing
2016-06-15t/mda.t: remove senseless use of Email::Filter
2016-06-15t/feed.t: make IPC::Run usage optional
2016-06-14nntp: do not double-encode UTF-8 body
2016-06-13view: msg_html uses getline body to reduce latency
2016-06-07view: escape From name properly for title
2016-06-05view: inline message reply into message view