about summary refs log tree commit diff
path: root/archive.h (unfollow)
Commit message (Expand)Author
2021-03-03Target OpenBSDJune McEnroe
2021-03-02Expand READMEJune McEnroe
2021-03-01Generate properly populated reply Cc listsJune McEnroe
2021-01-18Match any non-context diff lines as "head"June McEnroe
2021-01-18Alphabetize STANDARDS sectionJune McEnroe
2020-12-14Fix MANDIR defaultJune McEnroe
2020-12-11Free threads and envelopes after concatJune McEnroe
2020-12-11Add -i to idleJune McEnroe
2020-12-11Add imapIdleJune McEnroe
2020-12-09Add FILES section to READMEJune McEnroe
2020-12-08Handle mail with no trailing newline correctlyJune McEnroe
2020-12-07Condense getservinfo and bounds checkJune McEnroe
2020-12-07Remove RCODE and ANCOUNT checkJune McEnroe
2020-12-07Correctly handle . in nameStringJune McEnroe
2020-12-07Remove use of AI_DEFAULTJune McEnroe
2020-12-04Infer hostname from usernameJune McEnroe
2020-12-04Add DNS and SRV RFCs to STANDARDSJune McEnroe
2020-12-04Add -lresolv on macOSJune McEnroe
2020-12-04Implement getservinfo for SRV lookupJune McEnroe
2020-12-03Refactor patch markup generationJune McEnroe
2020-12-02Switch to inline default stylesheetJune McEnroe
2020-12-01Be even less weird about HTMLJune McEnroe
2020-12-01Add conditionals to templatesJune McEnroe
2020-11-30Remove unnecessary margin CSSJune McEnroe
2020-11-30Move reply link to message navJune McEnroe
2020-11-29Stop being so weird about HTMLJune McEnroe
2020-11-29Simplify base64 tableJune McEnroe
2020-11-29Fix bufferDest for when len requires more than cap * 2June McEnroe
2020-11-29Fall back to multipart export for alternative without suitable inlineJune McEnroe
2020-11-29Fix section spec of multipart/alternative fallback exportJune McEnroe
2020-11-29Use open_memstream for section specsJune McEnroe
2020-11-29Factor out uint32_t stringifyJune McEnroe
2020-11-29Rearrange archive.hJune McEnroe
2020-11-29Revert to old quoting style in atomJune McEnroe
2020-11-28Replace templateBuffer with templateStringJune McEnroe
2020-11-28Refactor IMAP structJune McEnroe
2020-11-28Say OpenSSL in additional permission noticesJune McEnroe
2020-11-28Add configure scriptJune McEnroe
2020-06-08Add additional permission for linking with LibreSSLJune McEnroe
2020-05-11Remove base title from thread titlesJune McEnroe
2020-05-11Eliminate stray whitespace in HTML and AtomJune McEnroe
2020-05-01Remove unused predefined atomsJune McEnroe
2020-05-01Support continue responsesJune McEnroe
2020-05-01Add generator linksJune McEnroe
2020-05-01Fix UIDNEXT removal documentationJune McEnroe
2020-05-01Add README.7, LICENSEJune McEnroe
2020-05-01Set up Makefile for FreeBSDJune McEnroe
2020-05-01Expand documentationJune McEnroe
2020-04-30Remove +1sJune McEnroe
2020-04-30Rename baseAddress to baseMailtoJune McEnroe
>June McEnroe 2018-08-07Hack clang into checking uiFmt format stringsJune McEnroe 2018-08-07Handle PART and QUIT without messagesJune McEnroe 2018-08-07Make safe filling the who bufferJune McEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe This is so embarrassing. It only started crashing once it had strings that were long enough, and then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe