]> Sergey Matveev's repositories - public-inbox.git/history - lib
searchview: show full (&x=t) messages in ascending chronlogical order
[public-inbox.git] / lib /
2017-03-24 Eric Wongsearchview: show full (&x=t) messages in ascending...
2017-03-24 Eric Wongsearchview: add "t" id to link to thread overview
2017-03-22 Eric Wongextmsg: use updated mail-archive.com URL
2017-03-14 Eric Wongview: escape HTML description name
2017-02-14 Eric Wongwww: do not unescape PATH_INFO twice
2017-02-11 Eric Wonghandle repeated References and In-Reply-To headers
2017-02-09 Eric Wongconfig: do not slurp lines into memory
2017-02-06 Eric Wongsearch: schema version bump for empty References/In...
2017-02-06 Eric WongRevert "searchidx: reindex clobbers old thread IDs"
2017-02-06 Eric Wongsearchidx: reindex clobbers old thread IDs
2017-02-06 Eric Wongsearchidx: deal with empty In-Reply-To and References...
2017-02-06 Eric Wongsearchview: increase limit for displaying search results
2017-02-06 Eric Wongsearchview: clarify numeric summary at bottom
2017-01-26 Eric Wongadd filter for Subject: tags
2017-01-26 Eric Wongwatchmaildir: allow arguments for filters
2017-01-19 Eric Wongwatchmaildir: limit live importer processes
2017-01-18 Eric Wongmime: avoid SUPER usage in Email::MIME subclass
2017-01-11 Eric Wonginbox: reinstate periodic cleanup of Xapian and SQLite...
2017-01-10 Eric Wongintroduce PublicInbox::MIME wrapper class
2017-01-07 Eric Wonginbox: properly register cleanup timer for git processes
2017-01-07 Eric Wongsearch: remove subject_summary
2017-01-07 Eric Wongsearchmsg: favor direct hash access over accessor methods
2017-01-07 Eric Wongremove incorrect comment about strftime + locales
2017-01-07 Eric Wongconfig: allow per-inbox nntpserver
2017-01-07 Eric Wonginbox: eliminate weaken usage entirely
2017-01-07 Eric Wonginbox: describe the full key name
2017-01-07 Eric Wongconfig: remove unused get() method
2017-01-07 Eric Wongconfig: always use namespaced "publicinboxlimiter"
2017-01-07 Eric Wongqspawn: prepare to support runtime reloading of Limiter
2017-01-04 Eric Wonghttp: remove weaken usage, reduce anonsub capture scope
2017-01-04 Eric Wonghttpd/async: remove weaken usage
2017-01-04 Eric Wonghttp: fix spelling error
2017-01-02 Eric Wongwatch: watchspam affects all configured inboxes
2016-12-26 Eric Wongevcleanup: ensure deferred close from timers are handle...
2016-12-25 Eric Wonghttpd/async: improve variable naming
2016-12-25 Eric Wonggithttpbackend: minor cleanups to improve readability
2016-12-25 Eric Wonggithttpbackend: simplify compatibility code
2016-12-25 Eric Wonggithttpbackend: minor readability improvement
2016-12-25 Eric Wonghttp: fix clobbering of $null_io
2016-12-24 Eric Wonglinkify: modify argument in place
2016-12-24 Eric Wongview: do not modify array during iteration
2016-12-24 Eric Wongview: stop chomping off whitespace at ends of messages
2016-12-24 Eric Wongview: remove unused parameter
2016-12-22 Eric Wongsearch: lookup_mail handles modified DBs
2016-12-22 Eric Wongdoc: various comments on async handling
2016-12-21 Eric Wongsearchthread: simplify API and remove needless OO
2016-12-21 Eric Wongsearchthread: update comment about loop prevention
2016-12-20 Eric Wongsearchmsg: remove ensure_metadata
2016-12-17 Eric Wongsearchmsg: do not memoize {date} field
2016-12-17 Eric Wongsearchmsg: remove locale-dependency for ->date
2016-12-17 Eric Wongwwwtext: link to RFC4685 (Atom Threading)
2016-12-17 Eric Wongatom: implement message threading per RFC 4685
2016-12-17 Eric Wongfeed: support publicinbox.<name>.feedmax
2016-12-14 Eric Wongwwwtext: remove outdated comment
2016-12-13 Eric Wongsearchmsg: remove unused EPOCH_822 constant
2016-12-13 Eric Wongnntp: avoid useless use of strftime
2016-12-12 Eric Wongdaemon: set $now time for NNTP shutdown
2016-12-10 Eric Wongsearch: retry document loading from Xapian
2016-12-10 Eric Wongsearch: always sort thread results in ascending time...
2016-12-10 Eric Wongthread: last Reference always wins
2016-12-10 Eric Wongview: skip ghosts with no direct children
2016-12-10 Eric Wongview: reduce indentation for skeleton generation
2016-12-10 Eric Wongthread: fix comment describing its existence
2016-12-10 Eric Wongview: favor SearchMsg for In-Reply-To over Email::MIME
2016-12-10 Eric Wongsearch: favor In-Reply-To over last References iff...
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-12-03 Eric Wongwwwstream: improve documentation and variable naming
2016-12-03 Eric Wongsearchview: fix <title> tag in Atom feed
2016-11-29 Eric Wongnote the source code is AGPL for cloning
2016-11-26 Eric Wongavoid IO::File for anonymous temporary files
2016-11-26 Eric Wonggithttpbackend: error checking for input handling
2016-11-22 Eric Wongview: fix spaces in mailto: link
2016-10-16 Eric Wongimport: failed GC runs are non-fatal
2016-10-14 Eric Wongthread: reinstates stable ordering when ghosts are...
2016-10-13 Eric Wongthread: fix parent/child relationships
2016-10-13 Eric Wongthread: reduce indentation level
2016-10-05 Eric Wongthread: remove weaken dependency
2016-10-05 Eric Wongview: remove redundant children array in thread views
2016-10-05 Eric Wongthread: use hash + array instead of hand-rolled linked...
2016-10-05 Eric Wongthread: fix sorting without topmost
2016-10-05 Eric Wongthread: inline and remove recurse_down logic
2016-10-05 Eric Wongthread: order_children no longer cares about depth
2016-10-05 Eric Wongthread: avoid incrementing undefined value
2016-10-05 Eric Wongthread: remove iterate_down
2016-10-05 Eric Wongthread: simplify
2016-10-05 Eric Wongthread: remove rootset accessor method
2016-10-05 Eric Wongthread: remove Email::Abstract wrapping
2016-10-05 Eric Wonginbox: deal with ghost smsg
2016-10-05 Eric Wongthread: remove accessor usage in internals
2016-10-05 Eric Wongthread: pass array refs instead of entire arrays
2016-10-05 Eric Wongthread: remove Mail::Thread dependency
2016-10-05 Eric Wongview: remove "subject dummy" references
2016-09-13 Eric Wonghelp: document new search prefixes
2016-09-09 Eric Wongnntp: cleanup: move use statements out of sub scope
2016-09-09 Eric Wongsearch: index attachment filenames
2016-09-09 Eric Wongsearch: match the behavior of WWW for indexing text
2016-09-09 Eric Wongsearch: avoid mindlessly calling body_set
next