summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-12 17:41:40 -0400
committerJune McEnroe <june@causal.agency>2020-06-12 17:41:40 -0400
commit68bc3df2cd980423b280fec11f2ed674beb6fb55 (patch)
tree2f4fc38d3b4df4ea961c39ac2ba65e0e2a460b9b /configure
parentAdd additional permission for linking with LibreSSL (diff)
downloadlitterbox-68bc3df2cd980423b280fec11f2ed674beb6fb55.tar.gz
litterbox-68bc3df2cd980423b280fec11f2ed674beb6fb55.zip
Remove RPL_MOTDSTART handler
Relying on the MOTDSTART handler to set motd.cap and allocate the buffer
is an issue if a regular RPL_MOTD is received without one. Just allocate
the buffer on the first RPL_MOTD.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions
bject'>Rewrite scoop(1) argument descriptionsJune McEnroe 2019-12-31Color both nicks in a changeJune McEnroe 2019-12-31Implement nick-colored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe Mostly this just allows the use of 'now'. 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe