Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert to old quoting style in atom | June McEnroe | 2020-11-29 |
| | |||
* | Replace templateBuffer with templateString | June McEnroe | 2020-11-28 |
| | |||
* | Say OpenSSL in additional permission notices | June McEnroe | 2020-11-28 |
| | |||
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Eliminate stray whitespace in HTML and Atom | June McEnroe | 2020-05-11 |
| | |||
* | Add generator links | June McEnroe | 2020-05-01 |
| | |||
* | Rename baseAddress to baseMailto | June McEnroe | 2020-04-30 |
| | |||
* | Clean up atom.c and fix base URLs | June McEnroe | 2020-04-26 |
| | | | | Base URL should not be URL escaped! | ||
* | Add mailto address for the archive | June McEnroe | 2020-04-26 |
| | |||
* | Generate index.atom | June McEnroe | 2020-04-26 |
| | |||
* | Generate XHTML content in Atom entries | June McEnroe | 2020-04-26 |
| | |||
* | Use template system for paths and URLs | June McEnroe | 2020-04-20 |
| | | | | This probably still needs a lot of cleaning up. | ||
* | Decode quoted-printable and 7bit/8bit | June McEnroe | 2020-04-16 |
| | |||
* | Use mid: URLs for Atom IDs | June McEnroe | 2020-04-14 |
| | |||
* | Rename pathMangle to pathSafe | June McEnroe | 2020-04-13 |
| | | | | Mangle is a rude word. | ||
* | Add <link> elements in Atom | June McEnroe | 2020-04-13 |
| | |||
* | Use <content type="text"> in Atom | June McEnroe | 2020-04-13 |
| | | | | | The <content type="html"><pre> thing would require the text to be escaped twice... | ||
* | Clean up atom rendering | June McEnroe | 2020-04-13 |
| | |||
* | Preserve original Date header in envelope | June McEnroe | 2020-04-13 |
| | |||
* | Use UTC date everywhere | June McEnroe | 2020-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 functions | June McEnroe | 2020-04-13 |
| | | | | Again, probably. | ||
* | Use Message-Id in mailto Atom IDs | June McEnroe | 2020-04-11 |
| | |||
* | Concatenate Atom threads | June McEnroe | 2020-04-10 |
| | |||
* | Rearrange Atom templating code | June McEnroe | 2020-04-10 |
| | |||
* | Render Atom envelopes | June McEnroe | 2020-04-09 |