summary refs log tree commit diff
path: root/html.c (follow)
Commit message (Collapse)AuthorAge
* Rename pathMangle to pathSafeJune McEnroe2020-04-13
| | | | Mangle is a rude word.
* Preserve original Date header in envelopeJune McEnroe2020-04-13
|
* Use UTC date everywhereJune McEnroe2020-04-13
| | | | | I thought I could preserve the original time zone but it turns out that libc is just too shit to do that.
* Concatenate HTML threadsJune McEnroe2020-04-12
|
* Handle address groups in HTML renderingJune McEnroe2020-04-12
|
* Do not use <h1> for subject linesJune McEnroe2020-04-12
|
* Link mbox files into message/June McEnroe2020-04-10
|
* Rearrange Atom templating codeJune McEnroe2020-04-10
|
* Rearrange HTML templating codeJune McEnroe2020-04-10
|
* URL encode the fragment linkJune McEnroe2020-04-09
|
* Factor out templateURLJune McEnroe2020-04-09
|
* Render HTML To and Cc listsJune McEnroe2020-04-09
|
* Use replyTo for mailto URLJune McEnroe2020-04-09
|
* Render date in HTML envelopeJune McEnroe2020-04-09
|
* Render escaped mailto URLJune McEnroe2020-04-09
|
* Render basic HTML envelopes with templatingJune McEnroe2020-04-09
and to join #ascii.town on freenodeJune McEnroe 2019-02-23Call def_prog_mode after termNoFlowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe