about summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'handle.c')
0 files changed, 0 insertions, 0 deletions
0500'>2020-02-15Document exit statusJune McEnroe 2020-02-14Add /kickJune McEnroe 2020-02-14Add /inviteJune McEnroe 2020-02-14Add /awayJune McEnroe 2020-02-14Save heat, unreadTotal, unreadWarmJune McEnroe 2020-02-14Track unreadTotal and unreadWarm separatelyJune McEnroe Otherwise reflow's calculation of unreadLines is always going to be wrong if there were Cold lines interspersed. 2020-02-14Don't copy into cut buffer during tab completeJune McEnroe 2020-02-13Set hidden to true initiallyJune McEnroe Otherwise uiShow in uiInit does nothing, of course. 2020-02-13Document environment variables usedJune McEnroe 2020-02-13Add /execJune McEnroe 2020-02-13Only uiShow if hidden and only uiHide if shownJune McEnroe 2020-02-13Rename procPipe to utilPipeJune McEnroe 2020-02-13Set swap correctly when closing a windowJune McEnroe I knew I missed something. 2020-02-13Refactor windows into array and add /moveJune McEnroe Oof. 2020-02-13Clean up manual lintsJune McEnroe Wish I could use mandoc -T lint as part of the dev target but it complains about missing referenced pages without a way to turn that off that I can find. 2020-02-13Add -g for generating certificatesJune McEnroe Copied from pounce. 2020-02-13Explicitly close the TLS connectionJune McEnroe Just to be nice. 2020-02-12Add sandman wrapperJune McEnroe 2020-02-12Document scripts in READMEJune McEnroe 2020-02-12Add -N flag for notificationsJune McEnroe 2020-02-12Mark and unmark on uiHide, uiShowJune McEnroe 2020-02-12Hide debug prompt if buffer starts with /June McEnroe 2020-02-12Only exit on errorneous nick during registrationJune McEnroe 2020-02-12Add 378 to list of WHOIS responsesJune McEnroe It's the one (from freenode anyway) that tells you where you're connecting from. 2020-02-13Implement source address selectionmultiplexd 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. 2020-02-12Add /listJune McEnroe 2020-02-12Simplify transpose swap