summary refs log tree commit diff
path: root/doc/rfc (follow)
Commit message (Collapse)AuthorAge
* Generate RFC bibliographic blocks from JSONJune McEnroe2022-01-03
|
* Simplify rfctagsJune McEnroe2021-04-11
| | | | I wasn't thinking perl enough.
* Optionally compress RFCs, decompress in rfc(1)June McEnroe2021-03-06
|
* Remove rfc.vimJune McEnroe2021-03-06
| | | | | I don't use neovim regularly anymore and I prefer rfc as an analog to man.
* Make mktemp -t compatible with OpenBSDJune McEnroe2021-02-26
| | | | | | | | Such an annoyance that this flag is incompatible between FreeBSD and OpenBSD. On FreeBSD it takes an argument, on OpenBSD it does not. Doing it this way is technically compatible with both, but on FreeBSD the generated file name has an extra .XXXXXXXXXX in it. Oh well.
* Don't compress RFCs, add rfc(1) commandJune McEnroe2021-01-18
|
* Match the number part of the argument to :RFCJune McEnroe2020-12-21
| | | | This fixes pressing K on "RFC3501", for example.
* Move rfc.vim to doc/rfcJune McEnroe2020-12-21
| | | | | That default path is a bit wonky, but it prevents having to template rfc.vim for basically no reason.
* Move rfc to doc/rfcJune McEnroe2020-12-21
41a56c&follow=1'>Rename query ID on nick changeJune McEnroe 2020-02-11Call completeClear when closing a windowJune McEnroe 2020-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe 2020-02-11Use time_t for save signatureJune McEnroe 2020-02-11Set self.nick to * initiallyJune McEnroe 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe 2020-02-11Cast towupper to wchar_tJune McEnroe 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe