]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Hval.pm
view: do not redundantly obfuscate addresses
[public-inbox.git] / lib / PublicInbox / Hval.pm
2020-04-07 Eric Wongview: do not redundantly obfuscate addresses
2020-02-24 Eric Wonghval: ascii_html: drop CRLF => LF conversion
2020-02-16 Eric Wongview: remove last Hval->new caller
2020-02-16 Eric Wongview: escape ampersand in Message-IDs
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-23 Eric Wonghval: from_attr: move to unit test
2020-01-23 Eric Wonghval: to_attr: support wide characters
2020-01-06 Eric Wonghval: export prurl and add prototype
2020-01-02 Eric Wongconfig: support multi-value inbox.*.*url
2019-10-31 Eric Wonghval: replace "'" with "'" for compatibility
2019-10-23 Eric WongMerge branch 'regen'
2019-10-22 Eric Wonghval: remove new_oneline
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-06-04 Eric WongMerge branch 'charclass'
2019-06-04 Eric Wongwww: only emit ASCII chars in attachment filenames
2019-02-01 Eric Wonghval: routines for attribute escaping
2019-01-31 Eric WongMerge remote-tracking branch 'origin/purge'
2019-01-30 Eric WongMerge remote-tracking branch 'origin/viewvcs' into...
2019-01-28 Eric Wonghval: add src_escape for highlight post-processing
2019-01-21 Eric Wonghval: split out escape sequences to a separate table
2019-01-20 Eric Wongwww: admin-configurable CSS via "publicinbox.css"
2019-01-19 Eric Wonghval: force monospace for <form> elements, too
2019-01-01 Eric Wonghval: set font-size:100% for all elements
2018-02-07 Eric Wongupdate copyrights for 2018
2018-01-29 Eric Wongreply: follow obfuscation rules for HTML in sh args
2018-01-16 Eric Wonghval: only allow domain obfuscation in address
2017-10-04 Eric Wongmbox: support inline filename via Content-Disposition...
2017-06-29 Eric Wonghval: only perform one substitution when obfuscating
2017-06-23 Eric Wongallow admins to configure non-obfuscated addresses...
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