Go to file
C. McEnroe 72d8749454 Check signals after file descriptors
If a signal happens while processing an FD, it should be handled
immediately, rather than waiting for another poll return.
2020-02-08 17:04:25 -05:00
.gitignore Add simple configure script 2020-02-06 23:50:04 -05:00
Makefile Populate completion with commands 2020-02-07 21:39:56 -05:00
catgirl.1 Add /topic 2020-02-08 03:25:50 -05:00
chat.c Check signals after file descriptors 2020-02-08 17:04:25 -05:00
chat.h Only show expected topic/names replies 2020-02-08 03:15:17 -05:00
command.c Add /topic 2020-02-08 03:25:50 -05:00
complete.c Handle KICK 2020-02-08 00:58:17 -05:00
config.c Use getopt_config to load options 2020-02-05 22:49:56 -05:00
configure Add simple configure script 2020-02-06 23:50:04 -05:00
edit.c Populate completion with commands 2020-02-07 21:39:56 -05:00
handle.c Only show expected topic/names replies 2020-02-08 03:15:17 -05:00
irc.c Search for cert and priv in config dirs 2020-02-06 02:21:04 -05:00
ui.c Simplify(?) reflow buffer loop 2020-02-08 16:56:49 -05:00