summary refs log tree commit diff
ModeNameSize
-rw-r--r--.gitignore44log plain blame
-rw-r--r--LICENSE35149log plain blame
-rw-r--r--Makefile2588log plain blame
-rw-r--r--README.73951log plain blame
-rw-r--r--catgirl.114651log plain blame
-rw-r--r--chat.c9722log plain blame
-rw-r--r--chat.h7722log plain blame
-rw-r--r--command.c13887log plain blame
-rw-r--r--complete.c4794log plain blame
-rw-r--r--config.c3768log plain blame
-rwxr-xr-xconfigure522log plain blame
-rw-r--r--edit.c7233log plain blame
-rw-r--r--handle.c34563log plain blame
-rw-r--r--ignore.c2771log plain blame
-rw-r--r--irc.c7407log plain blame
-rw-r--r--log.c3375log plain blame
d---------scripts280log plain
-rw-r--r--ui.c30321log plain blame
-rw-r--r--url.c5643log plain blame
-rw-r--r--xdg.c4291log plain blame
s='logsubject'>Only change AWAY status for registered clientsJune McEnroe Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe