Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Factor out uint32_t stringify | June McEnroe | 2020-11-29 |
| | |||
* | Rearrange archive.h | June McEnroe | 2020-11-29 |
| | |||
* | 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 |
| | |||
* | Add -S for subscribe link | June McEnroe | 2020-04-30 |
| | | | | These base* variables are badly named... | ||
* | Rearrange some of archive.h | June McEnroe | 2020-04-26 |
| | |||
* | Free part.parts.ptr | June McEnroe | 2020-04-26 |
| | | | | Oops. | ||
* | Rename part->id to part->contentID | June McEnroe | 2020-04-26 |
| | | | | Disambiguate with messageID. | ||
* | Add mailto address for the archive | June McEnroe | 2020-04-26 |
| | |||
* | Generate index.atom | June McEnroe | 2020-04-26 |
| | |||
* | Render index.html | June McEnroe | 2020-04-25 |
| | |||
* | Accumulate thread envelopes before concatenation | June McEnroe | 2020-04-25 |
| | |||
* | Render id, description and language as <pre> attributes | June McEnroe | 2020-04-22 |
| | |||
* | Put attachments inside <ul> | June McEnroe | 2020-04-20 |
| | |||
* | Use template system for paths and URLs | June McEnroe | 2020-04-20 |
| | | | | This probably still needs a lot of cleaning up. | ||
* | Factor out templateBuffer | June McEnroe | 2020-04-17 |
| | |||
* | Write attachment files | June McEnroe | 2020-04-17 |
| | | | | | All this path stuff needs cleaning up. I think it's time to use the template renderer for paths. | ||
* | Add decodeToFile | June McEnroe | 2020-04-17 |
| | |||
* | Decode quoted-printable and 7bit/8bit | June McEnroe | 2020-04-16 |
| | |||
* | Render text/plain to HTML | June McEnroe | 2020-04-16 |
| | |||
* | Wrap subthreads in <details> with reply count | June McEnroe | 2020-04-15 |
| | |||
* | Rewrite HTML rendering | June McEnroe | 2020-04-15 |
| | |||
* | Add bodyPartType helper | June McEnroe | 2020-04-14 |
| | |||
* | Add decoding stubs | June McEnroe | 2020-04-14 |
| | |||
* | Add -u option to set base URL | June McEnroe | 2020-04-13 |
| | |||
* | Rename pathMangle to pathSafe | June McEnroe | 2020-04-13 |
| | | | | Mangle is a rude word. | ||
* | Export content to Atom | June McEnroe | 2020-04-13 |
| | | | | Temporarily disabling HTML output... | ||
* | 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. | ||
* | Rework path functions again | June McEnroe | 2020-04-13 |
| | |||
* | Rename atom rendering functions | June McEnroe | 2020-04-13 |
| | | | | Again, probably. | ||
* | Concatenate HTML threads | June McEnroe | 2020-04-12 |
| | |||
* | Mangle message IDs in paths | June McEnroe | 2020-04-12 |
| | | | | / is allowed in addr-spec but ; is not. | ||
* | Factor out path functions | June McEnroe | 2020-04-12 |
| | |||
* | Avoid mutating header/body for mbox output | June McEnroe | 2020-04-12 |
| | |||
* | Fetch and parse BODYSTRUCTURE | June McEnroe | 2020-04-12 |
| | |||
* | Do not use <h1> for subject lines | June McEnroe | 2020-04-12 |
| | |||
* | Concatenate Atom threads | June McEnroe | 2020-04-10 |
| | |||
* | Move parseEnvelope to parse.c | June McEnroe | 2020-04-10 |
| | |||
* | Refactor main loop state machine | June McEnroe | 2020-04-10 |
| | |||
* | Fetch thread root envelopes for concat | June McEnroe | 2020-04-10 |
| | |||
* | Rename exportThreads to exportFetch | June McEnroe | 2020-04-10 |
| | |||
* | Rearrange Atom templating code | June McEnroe | 2020-04-10 |
| | |||
* | Move export code to export.c | June McEnroe | 2020-04-09 |
| | |||
* | Render Atom envelopes | June McEnroe | 2020-04-09 |
| |