]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Hval.pm
view: implement optional address obfuscation
[public-inbox.git] / lib / PublicInbox / Hval.pm
2017-06-16 Eric Wongview: implement optional address obfuscation
2016-08-14 Eric Wongwww: do not double-clean Message-IDs from internal DBs
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-08-14 Eric Wongwww: ensure XML validity for some odd ASCII chars
2016-07-06 Eric Wonghval: get rid of unused parameter for new_msgid
2016-05-18 Eric Wongfeed: inline feed entry generation
2016-03-12 Eric Wongreduce "PublicInbox::Hval->new_oneline" use
2016-02-25 Eric Wonghval: implement common UI for protocol-relative URLs
2016-01-09 Eric Wonghval: new should not strip leading spaces
2015-12-25 Eric Wongview: favor whitespace wrap in <head>
2015-12-22 Eric Wonghval: move PRE constant for wrapping UGC here
2015-11-20 Eric Wongvarious internal documentation updates
2015-09-30 Eric Wongremove unnecessary fields usage
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-03 Eric Wongget rid of Message-ID compression entirely
2015-09-02 Eric Wongview: avoid links to unknown compressed Message-IDs
2015-08-25 Eric Wongmid: mid_compressed => mid_compress
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-15 Eric Wongextract redundant Message-ID handling code
2014-09-15 Eric Wonghval: fixup bad line endings in HTML output
2014-09-15 Eric Wongview: support SHA-1 of Message-IDs for message links
2014-04-28 Eric Wonguri_escape => uri_escape_utf8
2014-04-27 Eric Wongfeeds use XHTML to avoid tag soup
2014-04-26 Eric Wonghuge refactor of encoding handling
2014-04-25 Eric Wongcgi: eliminate dead/redundant HTML escaping code
2014-04-24 Eric Wonghtml: refactor header value handling to be OO