about summary refs log tree commit diff homepage
BranchCommit messageAuthorAge
masterSupport reading gzipped data in mergeJune McEnroe4 years
cgiAdd play to index.htmlJune McEnroe7 years
backportRe-create help pageJune McEnroe7 years
v2Call cap_enter in client and serverJune McEnroe8 years
daemonOnly use pidfile(3) on FreeBSDJune McEnroe8 years
ansiDump HELP_DATA with client -hJune McEnroe8 years
v1Fix color pairs once and for allJune McEnroe8 years
 
 
AgeCommit messageAuthor
2019-01-04Add play to index.html cgiJune McEnroe
2019-01-04Merge branch 'backport'June McEnroe
2019-01-04Re-create help page backportJune McEnroe
2019-01-04Add teleportationJune McEnroe
2019-01-04Add simplified speed controlJune McEnroe
2019-01-04Add indicator of current position in mapJune McEnroe
2019-01-04Disable flipJune McEnroe
2019-01-04Fix map generation for old metadata discrepanciesJune McEnroe
2019-01-04Restore old data formatJune McEnroe
2018-11-29Call cap_enter in client and server v2June McEnroe
[...]
 
Clone
https://git.causal.agency/torus
ect'>Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe On GNU, calling getopt_long again will reset optind back to the first non-option argument, which would cause an infinite loop of reading the same configurtion file forever. 2019-11-08Only 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