]> Sergey Matveev's repositories - public-inbox.git/history - t
view: avoid deduping a single word in subject skeletons
[public-inbox.git] / t /
2017-10-04 Eric Wongmbox: support inline filename via Content-Disposition...
2017-06-29 Eric Wonghval: only perform one substitution when obfuscating
2017-06-26 Eric Wongtests: deal with the removal of '.' from @INC in newer...
2017-06-26 Eric Wongwatch: improve fairness during full rescans
2017-06-26 Eric Wongmda: set List-ID correctly according to RFC2919
2017-06-23 Eric Wonglinkify: handle URLs in parenthesized statements
2017-06-23 Eric Wongallow admins to configure non-obfuscated addresses...
2017-06-23 Eric Wongconfig: assume lists have multiple addresses
2017-06-23 Eric Wongreply: handle address obfuscation :<
2017-06-22 Eric Wongtest for PublicInbox::Filter::RubyLang
2017-06-22 Eric Wongmsgmap: mid_insert ignores duplicates instead of die-ing
2017-06-15 Eric Wongreplyto parameter support
2017-06-15 Eric Wongview: split out reply logic into its own module
2017-06-14 Eric Wongsearch: remove unnecessary abstractions and functionality
2017-05-23 Eric Wongwww: do not mangle characters from search queries
2017-05-07 Eric Wongsearchidx: fix ghost root vivification
2017-03-14 Eric Wongview: escape HTML description name
2017-02-14 Eric Wongwww: do not unescape PATH_INFO twice
2017-02-12 Eric Wongt/mime: quiet warnings for old versions of Email::Simple
2017-01-26 Eric Wongadd filter for Subject: tags
2017-01-18 Eric Wongmime: avoid SUPER usage in Email::MIME subclass
2017-01-10 Eric Wongintroduce PublicInbox::MIME wrapper class
2017-01-07 Eric Wongsearch: remove subject_summary
2017-01-07 Eric Wongconfig: allow per-inbox nntpserver
2017-01-07 Eric Wonginbox: eliminate weaken usage entirely
2017-01-07 Eric Wongconfig: always use namespaced "publicinboxlimiter"
2016-12-21 Eric Wongsearchthread: simplify API and remove needless OO
2016-12-20 Eric Wongsearchmsg: remove ensure_metadata
2016-12-20 Eric Wongtests: add thread-all testing for benchmarking
2016-12-17 Eric Wongt/config.t: fix feedmax default
2016-12-17 Eric Wongfeed: support publicinbox.<name>.feedmax
2016-12-14 Eric Wongt/thread-cycle: no need for Xapian to run this test
2016-12-13 Eric Wongnntp: add test case for the "DATE" command
2016-12-12 Eric Wonginit: preserve permissions of existing config file
2016-12-10 Eric Wongthread: last Reference always wins
2016-12-06 Eric Wonglinkify: implement Markdown link compatibility (again)
2016-12-06 Eric WongRevert "linkify: implement Markdown link compatibility"
2016-12-06 Eric Wonglinkify: implement Markdown link compatibility
2016-12-03 Eric Wongatom: switch to getline/close for response bodies
2016-11-26 Eric Wongavoid IO::File for anonymous temporary files
2016-10-05 Eric Wongt/thread-cycle: test self-referential messages
2016-10-05 Eric Wongthread: use hash + array instead of hand-rolled linked...
2016-10-05 Eric Wongthread: remove Email::Abstract wrapping
2016-10-05 Eric Wongthread: remove Mail::Thread dependency
2016-09-09 Eric Wongt/httpd-unix: warn about connection failure
2016-09-09 Eric Wongsearch: index attachment filenames
2016-09-09 Eric Wongsearch: more granular message body searching
2016-09-09 Eric Wongsearch: drop longer subject: prefix for search
2016-09-09 Eric Wongsearch: allow searching user fields (To/Cc/From)
2016-08-18 Eric Wongwww: implement generic help text
2016-08-18 Eric Wonglinkify: be stricter about matching RFC 3986
2016-08-16 Eric Wongsearch: add YYYYMMDD search range via "d:" prefix
2016-08-15 Eric Wongimport: use common address parsing to drop unnecessary...
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-08-12 Eric Wongwww: allow including links to NNTP sites in HTML footer
2016-08-12 Eric Wongconfig: do not nest multi-value altid arrays
2016-08-11 Eric Wongsearch: support alt-ID for mapping legacy serial numbers
2016-08-09 Eric Wongsearchidx: release Xapian FDs before spawning git log
2016-08-05 Eric Wonghttp: do not allow bad getline+close responses to kill us
2016-07-30 Eric Wongt/config_limiter: fix check for identical Git object
2016-07-26 Eric Wonglearn: fix uninitialized variable
2016-07-26 Eric Wongmda: fix address matching in address lists
2016-07-09 Eric Wongwww: add configurable limiters
2016-07-09 Eric Wongqspawn: allow configurable limiters
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-07-07 Eric Wongt/git-http-backend: check BSD::Resource availability
2016-07-06 Eric Wongaddress: attempt to handle comments somewhat
2016-07-02 Eric Wongnntp: respect 3 minute idle time for shutdown
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-07-02 Eric Wonginbox: base_url method takes PSGI env hashref instead
2016-07-01 Eric Wongaddress: filter out domain from address-as-name idents
2016-07-01 Eric Wongt/watch_maildir: quiet down spam check warning
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric Wongwww: reinstate old thread view as an option
2016-06-30 Eric Wongwww: implement hybrid flat+thread conversation view
2016-06-25 Eric Wongview: safer and optional quoting for --in-reply-to arg
2016-06-25 Eric Wongaddress: remove Address::from_name
2016-06-25 Eric Wongaddress: beef up the module with name list extaction
2016-06-24 Eric Wongwatch_maildir: implement optional spam checking
2016-06-24 Eric Wongdocument Filesys::Notify::Simple dependency
2016-06-24 Eric Wongsplit out spamcheck/spamc to its own module.
2016-06-20 Eric Wonginbox: move field population logic to initializer
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-19 Eric Wongwatch_maildir: tighten up path checks
2016-06-19 Eric Wongwatch_maildir: spam removal support
2016-06-18 Eric Wongwatch_maildir: add scan test
2016-06-18 Eric Wongspawn: try to keep signals blocked in spawned child
2016-06-18 Eric Wongview: introduce WwwStream interface
2016-06-17 Eric Wongremove dependency on IPC::Run
2016-06-15 Eric Wonginbox: allow undef return value for base_url
2016-06-15 Eric Wongmda: hook up new filter functionality
2016-06-15 Eric Wongemergency: implement new emergency Maildir delivery
2016-06-15 Eric Wongfilter: begin work on a new filter API
2016-06-15 Eric Wongmda: precheck no longer depends on Email::Filter
2016-06-15 Eric Wongt/mda: use only Maildir for testing
2016-06-15 Eric Wongt/mda.t: remove senseless use of Email::Filter
2016-06-15 Eric Wongt/feed.t: make IPC::Run usage optional
2016-06-14 Eric Wongnntp: do not double-encode UTF-8 body
2016-06-13 Eric Wongview: msg_html uses getline body to reduce latency
2016-06-07 Eric WongMerge branch 'unsubscribe'
next