]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/WWW.pm
www_stream: add response wrapper sub
[public-inbox.git] / lib / PublicInbox / WWW.pm
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric WongMerge branch 'thread-view-skel'
2016-06-30 Eric Wongwww: reinstate old thread view as an option
2016-06-30 Eric Wongfeed: add $INBOX/new.html endpoint
2016-06-30 Eric Wongwww: use WwwStream for dumping thread and search views
2016-06-30 Eric Wongwww: implement hybrid flat+thread conversation view
2016-06-26 Eric Wongwww: unescape '+' in query parameter to space
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-17 Eric Wongwww: undefined query string values are empty strings
2016-06-17 Eric Wongwww: escape HTML in footer description
2016-06-13 Eric Wongview: msg_html uses getline body to reduce latency
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-06-05 Eric Wongview: inline message reply into message view
2016-06-02 Eric Wongwww: force two element key-value pairs in query
2016-05-30 Eric Wongwww: remove a few more Plack::Request dependencies
2016-05-30 Eric Wongwww: remove gratuitous use of Plack::Request methods
2016-05-30 Eric Wonggit-http-backend: remove dependency on Plack::Request
2016-05-28 Eric Wongremove redundant NewsGroup class
2016-05-28 Eric Wongconfig: remove try_cat
2016-05-28 Eric Wongwww: remove footer_html support
2016-05-19 Eric Wongwww: tighten up allowable filenames for attachments
2016-05-19 Eric Wongwww: validate and check filenames in URLs
2016-05-19 Eric Wongwww: support downloading attachments
2016-05-17 Eric Wonghttp: release resources when idle
2016-05-16 Eric Wongwww: fix for running under mount paths
2016-05-16 Eric Wongdeclare Inbox object for reusability
2016-05-15 Eric Wongmbox: support /$INBOX/all.mbox.gz endpoint
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-04-15 Eric Wongwww: redirect /$MESSAGE_ID/f/ endpoints
2016-04-02 Eric Wongwww: more explicit "git clone" usage
2016-03-03 Eric Wonguse raw header for Message-ID
2016-02-29 Eric Wongfixup Plack-related requires
2016-02-29 Eric Wongdistinguish error messages intended for users vs developers
2016-02-26 Eric Wongwww: add News* wrappers to preload
2016-02-26 Eric Wongwww: workaround for malformed NNTP links
2016-02-25 Eric Wonghval: implement common UI for protocol-relative URLs
2016-02-25 Eric Wongwww: make interface more OO
2016-02-25 Eric Wongremove direct CGI.pm support
2016-02-24 Eric Wongwww: support $MESSAGE_ID/R/ endpoint for replies
2016-02-13 Eric Wongwww: document "git clone --mirror" usage
2016-02-13 Eric Wongwww: advertise clone-ability over http/https
2016-02-07 Eric Wongsupport smart HTTP cloning
2016-02-02 Eric Wongwww: support git cloning via dumb HTTP
2016-01-09 Eric Wongwww: fix redirection loops
2016-01-03 Eric Wongwww: comments for denoting Plack::Request vs CGI
2016-01-02 Eric Wongwww: redirect with query string
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-12-22 Eric Wongconfig: hoist out common functions
2015-11-20 Eric Wongvarious internal documentation updates
2015-10-04 Eric Wongmbox: generate Archived-At, List-Post, List-Archive...
2015-09-12 Eric Wongsearchview: support displaying entire threads
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-05 Eric Wongextmsg: fall back to partial Message-ID matching
2015-09-05 Eric Wongview: preliminary HTML search interface
2015-09-04 Eric Wongwww: extra redirects for the '/'-challenged
2015-09-03 Eric Wongwww: move fallback after legacy matches
2015-09-03 Eric Wongwww: attempt to handle Message-IDs with slashes
2015-09-03 Eric Wongget rid of Message-ID compression entirely
2015-09-02 Eric Wongimplement external Message-ID finder
2015-09-02 Eric Wongview: optional flat view for recent messages
2015-09-01 Eric Wongcompletely revamp URL structure to shorten permalinks
2015-09-01 Eric Wongwww: root atom feed is "new.atom" and not "atom.xml"
2015-09-01 Eric Wongwww: compile mbox regexp only once
2015-09-01 Eric Wongimplement per-thread Atom feeds
2015-08-30 Eric Wongwww: avoid BEGIN block for config loading
2015-08-29 Eric Wongavoid length in boolean context
2015-08-27 Eric Wongimplement legacy redirects for old URLs
2015-08-27 Eric Wongwire up to display non-suffixed Message-ID links
2015-08-27 Eric Wongwire up shorter, less ambiguous URLs
2015-08-27 Eric Wongwww: minor cleanups to shorten code
2015-08-27 Eric Wongwww: reduce unused arguments in internal API
2015-08-24 Eric Wongview: refactor $state as a hash
2015-08-23 Eric Wong.txt links return an mbox instead
2015-08-22 Eric Wongmbox: support uncompressed mbox
2015-08-22 Eric Wongremove XML::Atom::SimpleFeed dependency
2015-08-22 Eric Wongwww: enable and expand preload from mod_perl2
2015-08-22 Eric Wongstream HTML views as much as possible
2015-08-21 Eric Wongswitch to gzipped mboxes
2015-08-21 Eric Wongsupport dumping thread as an mbox
2015-08-20 Eric Wongdead code cleanup
2015-08-20 Eric Wongwww: remove useless no-op assignment statement
2015-08-20 Eric Wongreplace references to lynx
2015-08-19 Eric Wongwww: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_I...
2015-08-17 Eric Wongwww: simplify parameter passing to feed
2015-08-17 Eric WongWWW: eliminate "top" parameter for feeds
2015-08-17 Eric Wongfavor /t/ to /s/, since subjects may change mid-thread
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-16 Eric Wongview: deduplicate common code for loading search results
2015-08-16 Eric Wongimplement /s/$SUBJECT_PATH.html lookups
2015-08-16 Eric Wongwww: /t/$MESSAGE_ID.html for threads
2015-08-15 Eric Wongview: display replies in per-message view
2014-09-15 Eric Wongview: support SHA-1 of Message-IDs for message links
2014-09-13 Eric Wongline-wrap generated HTML source around attrs for readab...
2014-05-07 Eric Wongwww: attempt to improve formatting of footer
2014-05-05 Eric Wongwww: set charset=UTF-8 in full message view
2014-05-05 Eric Wongwww: multi-line cloneurl maps to multiple lines
2014-05-05 Eric Wongwww: add footers to HTML index and message views
2014-05-02 Eric Wongview: API cleanup, remove "as_" prefix
2014-05-02 Eric Wongreduce copies by passing string refs to Email::MIME
2014-05-01 Eric Wongworkaround Mail::Thread memory leak
next