summary refs log tree commit diff
path: root/tab.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-02 01:03:12 -0400
committerJune McEnroe <june@causal.agency>2018-09-02 01:03:12 -0400
commite5663d45df15395cc4650937ed2bde8e29257d27 (patch)
tree840d676b9ba3bae5f0674cc4fd290e9cdf4b9808 /tab.c
parentMark views when they are created (diff)
downloadcatgirl-e5663d45df15395cc4650937ed2bde8e29257d27.tar.gz
catgirl-e5663d45df15395cc4650937ed2bde8e29257d27.zip
Add aswprintf
The format string won't get checked but I'm not sure I can reasonably
use the same hack.
Diffstat (limited to 'tab.c')
0 files changed, 0 insertions, 0 deletions
308d34f46a1f7b70764'>Use WHO for /opsJune McEnroe2020-09-30 * Add /ops commandJune McEnroe2020-09-30 * Allow 2-param form of /whois, count comma-separated nicksJune McEnroe2020-09-18 * Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04 * Bump ParamCap to 254June McEnroe2020-06-24 * Add null terminator to modes in channelListModeJune McEnroe2020-06-15 * Add additional permission for linking with LibreSSLJune McEnroe2020-06-08 * Voice, devoice self on /voice, /devoice with no paramsJune McEnroe2020-04-06 * Op, deop self on /op, /deop without paramsJune McEnroe2020-04-06 * Use gnu-case-range and gnu-conditional-omitted-operand extensionsJune McEnroe2020-04-03 * Only treat /open param as count if single digitJune McEnroe2020-04-03 * Add /ignore message filtering patternsJune McEnroe2020-03-31 * Add text macrosJune McEnroe2020-03-30 * Add /o alias for /openJune McEnroe2020-03-30 * Add /op, /deop, /voice, /devoiceJune McEnroe2020-03-29 * Track MODE in repliesJune McEnroe2020-03-23 * Fix non-multiline command newline handlingJune McEnroe2020-03-23 * Allow commands to take multiline inputJune McEnroe2020-03-23 * Assume worst case for unknown user and host in splitMessageJune McEnroe2020-03-23 * Implement message splittingJune McEnroe2020-03-22 * Handle empty input directly in commandJune McEnroe2020-03-22 * Add /sayJune McEnroe2020-03-22 * Prevent entering commands in <debug> if restrictedJune McEnroe2020-03-02 * Add /mode, /except, /invex and handle lists repliesJune McEnroe2020-02-25 * Just use "b" to query ban listJune McEnroe2020-02-20 * Add /ban, /unban and handle ban list repliesJune McEnroe2020-02-19 * Various small cleanupsJune McEnroe2020-02-16 * Replace small integers in size_t with uintJune McEnroe2020-02-15 * Add /ns and /csJune McEnroe2020-02-15 * Add /kickJune McEnroe2020-02-14 * Add /inviteJune McEnroe2020-02-14 * Add /awayJune McEnroe2020-02-14 * Add /execJune McEnroe2020-02-13 * Rename procPipe to utilPipeJune McEnroe2020-02-13 * Refactor windows into array and add /moveJune McEnroe2020-02-13 * Add /list