about summary refs log tree commit diff
path: root/atom.c (follow)
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Add thr:in-reply-to elements to Atom entries 1.1June McEnroe2021-06-13
|
* Use SEARCH for a subset of thread rootsJune McEnroe2021-06-12
| | | | | | This does way less duplicate work by fetching all threads and all thread root envelopes once, then doing searches for subsets of thread roots.
* Generalize index.{atom,html} to search pagesJune McEnroe2021-06-11
|
* Generate properly populated reply Cc listsJune McEnroe2021-03-01
|
* Revert to old quoting style in atomJune McEnroe2020-11-29
|
* Replace templateBuffer with templateStringJune McEnroe2020-11-28
|
* Say OpenSSL in additional permission noticesJune McEnroe2020-11-28
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Eliminate stray whitespace in HTML and AtomJune McEnroe2020-05-11
|
* Add generator linksJune McEnroe2020-05-01
|
* Rename baseAddress to baseMailtoJune McEnroe2020-04-30
|
* Clean up atom.c and fix base URLsJune McEnroe2020-04-26
| | | | Base URL should not be URL escaped!
* Add mailto address for the archiveJune McEnroe2020-04-26
|
* Generate index.atomJune McEnroe2020-04-26
|
* Generate XHTML content in Atom entriesJune McEnroe2020-04-26
|
* Use template system for paths and URLsJune McEnroe2020-04-20
| | | | This probably still needs a lot of cleaning up.
* Decode quoted-printable and 7bit/8bitJune McEnroe2020-04-16
|
* Use mid: URLs for Atom IDsJune McEnroe2020-04-14
|
* Rename pathMangle to pathSafeJune McEnroe2020-04-13
| | | | Mangle is a rude word.
* Add <link> elements in AtomJune McEnroe2020-04-13
|
* Use <content type="text"> in AtomJune McEnroe2020-04-13
| | | | | The <content type="html"><pre> thing would require the text to be escaped twice...
* Clean up atom renderingJune McEnroe2020-04-13
|
* 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.
* Rename atom rendering functionsJune McEnroe2020-04-13
| | | | Again, probably.
* Use Message-Id in mailto Atom IDsJune McEnroe2020-04-11
|
* Concatenate Atom threadsJune McEnroe2020-04-10
|
* Rearrange Atom templating codeJune McEnroe2020-04-10
|
* Render Atom envelopesJune McEnroe2020-04-09