about summary refs log tree commit homepage
path: root/lib/PublicInbox/Hval.pm
DateCommit message (Expand)
2019-02-01hval: routines for attribute escaping
2019-01-28hval: add src_escape for highlight post-processing
2019-01-21hval: split out escape sequences to a separate table
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-19hval: force monospace for <form> elements, too
2019-01-01hval: set font-size:100% for all elements
2018-02-07update copyrights for 2018
2018-01-29reply: follow obfuscation rules for HTML in sh args
2018-01-16hval: only allow domain obfuscation in address
2017-10-04mbox: support inline filename via Content-Disposition header
2017-06-29hval: only perform one substitution when obfuscating
2017-06-23allow admins to configure non-obfuscated addresses/domains
2017-06-16view: implement optional address obfuscation
2016-08-14www: do not double-clean Message-IDs from internal DBs
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-14www: ensure XML validity for some odd ASCII chars
2016-07-06hval: get rid of unused parameter for new_msgid
2016-05-18feed: inline feed entry generation
2016-03-12reduce "PublicInbox::Hval->new_oneline" use
2016-02-25hval: implement common UI for protocol-relative URLs
2016-01-09hval: new should not strip leading spaces
2015-12-25view: favor whitespace wrap in <head>
2015-12-22hval: move PRE constant for wrapping UGC here
2015-11-20various internal documentation updates
2015-09-30remove unnecessary fields usage
2015-09-06update copyright headers and email addresses
2015-09-03get rid of Message-ID compression entirely
2015-09-02view: avoid links to unknown compressed Message-IDs
2015-08-25mid: mid_compressed => mid_compress
2015-08-15extract redundant Message-ID handling code
2014-09-15hval: fixup bad line endings in HTML output
2014-09-15view: support SHA-1 of Message-IDs for message links
2014-04-28uri_escape => uri_escape_utf8
2014-04-27feeds use XHTML to avoid tag soup
2014-04-26huge refactor of encoding handling
2014-04-25cgi: eliminate dead/redundant HTML escaping code
2014-04-24html: refactor header value handling to be OO