summary refs log tree commit diff
path: root/doc/rfc (follow)
Commit message (Expand)AuthorAge
* Generate RFC bibliographic blocks from JSONJune McEnroe2022-01-03
* Simplify rfctagsJune McEnroe2021-04-11
* Optionally compress RFCs, decompress in rfc(1)June McEnroe2021-03-06
* Remove rfc.vimJune McEnroe2021-03-06
* Make mktemp -t compatible with OpenBSDJune McEnroe2021-02-26
* Don't compress RFCs, add rfc(1) commandJune McEnroe2021-01-18
* Match the number part of the argument to :RFCJune McEnroe2020-12-21
* Move rfc.vim to doc/rfcJune McEnroe2020-12-21
* Move rfc to doc/rfcJune McEnroe2020-12-21
line after 10 minutes idle"June McEnroe2020-05-18 | | | | | | This reverts commit 1d5c4a5e346f0a295818441eb37697be283130ec. This is fixed instead by pounce using TCP keepalive. * Use a for loop for getoptJune McEnroe2020-04-02 | * Generate short option string with a loopJune McEnroe2020-04-02 | | | | | Also change the way option structs are initialized so that the array sorts the same way as the switch statement. * Add /ignore message filtering patternsJune McEnroe2020-03-31 | * Replace some declaration; while loops with for loopsJune McEnroe2020-03-30 | | | | | I should have been using this for getopt loops already but the call here is slightly too long to fit on one line as a for loop. * Add text macrosJune McEnroe2020-03-30 | * Add logging functionsJune McEnroe2020-03-25 | | | | The mkdir dance is a bit awkward... * Assume worst case for unknown user and host in splitMessageJune McEnroe2020-03-23 | | | | | | The default USERLEN of 9 doesn't have a great source, the RFC only says that nicks are length 9, so my assumption is that usernames are not longer. * Send blank line after 10 minutes idleJune McEnroe2020-03-17 | | | | | | | Without this, I was having catgirl "time out" from pounce's POV, but without catgirl noticing anything... I still don't understand this. Been using this fix for a couple weeks though and it stopped happening, and it's otherwise harmless, but yikes. * Various small cleanupsJune McEnroe2020-02-16 | | | | Haven't really gone through ui.c yet. * Set defaults for various types of modesJune McEnroe2020-02-15 | | | | | | | These are actually from RFC 1459, since that seems to be the more likely lowest common denominator, so I should maybe it it to STANDARDS (along with ircdocs' section on ISUPPORT). RFC 2812 has a lot of stuff that isn't currently used. * Replace small integers in size_t with uintJune McEnroe2020-02-15 | * Separate network info from selfJune McEnroe2020-02-15 | * Add /execJune McEnroe2020-02-13 | * Rename procPipe to utilPipeJune McEnroe2020-02-13 | * Add -g for generating certificatesJune McEnroe2020-02-13 | | | | Copied from pounce. * Explicitly close the TLS connectionJune McEnroe2020-02-13 | | | | Just to be nice. * Add -N flag for notificationsJune McEnroe2020-02-12 | * Implement source address selectionmultiplexd2020-02-13 | | | | | | This commit adds a '-S' command line option and a "bind" configuration file option to specify the source address to bind to when connecting to the IRC server. * Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12 | * Add -R restricted flagJune McEnroe2020-02-11 | * Add startup GPLv3 note and URLJune McEnroe2020-02-11 | | | | I am a degenerate. * Set self.nick to * initiallyJune McEnroe2020-02-11 | | | | | | | Allows removing a bunch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. * Synthesize a QUIT message to handle on exitJune McEnroe2020-02-10 | | | | So that the end of a saved buffer contains the self quit. * Factor out XDG base directory codeJune McEnroe2020-02-10 | | | | | And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs. * Add -s to save and load buffersJune McEnroe2020-02-10 | * Add -H