summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Fail on HTTP failure status in titleJune McEnroe2019-09-27
* Add Trail of LightningJune McEnroe2019-09-23
* Revert "Enable cookies in title"June McEnroe2019-09-22
* Enable cookies in titleJune McEnroe2019-09-20
* Use sensitivity aliases in TF2June McEnroe2019-09-16
* Add The Just CityJune McEnroe2019-09-16
* Only GET the final redirect locationJune McEnroe2019-09-12
* Consume entire bodyJune McEnroe2019-09-12
* Add title -v flagJune McEnroe2019-09-10
* Use curl error bufferJune McEnroe2019-09-10
* Set Accept-Encoding in titleJune McEnroe2019-09-10
* Set title User-AgentJune McEnroe2019-09-08
* Add -x flag to titleJune McEnroe2019-09-07
* Ignore SIGPIPE in relayJune McEnroe2019-09-07
* Add A Memory Called EmpireJune McEnroe2019-09-07
* Handle lack of Content-TypeJune McEnroe2019-09-05
* Use CURLINFO_CONTENT_TYPEJune McEnroe2019-09-05
* Decode entities in titlesJune McEnroe2019-09-05
* Print title as soon as it's availableJune McEnroe2019-09-05
* Use CURL_PREFIX to set flagsJune McEnroe2019-09-05
* Add titleJune McEnroe2019-09-05
* Add Avorter n'est pas tuerJune McEnroe2019-09-04
* Unset executable on shell scriptsJune McEnroe2019-08-29
* Add long-missing setopt to bin.7June McEnroe2019-08-29
* Add editJune McEnroe2019-08-29
* Add samba_mdns rc scriptJune McEnroe2019-08-28
* Add Birds ContendingJune McEnroe2019-08-28
* Rename wat to everJune McEnroe2019-08-28
* Remove brot and gfxxJune McEnroe2019-08-28
* Use rand(3) in beefJune McEnroe2019-08-28
* Remove wakeJune McEnroe2019-08-28
* Add The Fated SkyJune McEnroe2019-08-28
* Factor out cap_rights_limit error handlingJune McEnroe2019-08-28
* Cast %lc parameter to wint_tJune McEnroe2019-08-27
* Remove host thursdayJune McEnroe2019-08-27
* Add cards to causal.agencyJune McEnroe2019-08-22
* Add Record of a Spaceborn FewJune McEnroe2019-08-20
* Add The Calculating StarsJune McEnroe2019-08-13
* Make dtch one command, add sinkingJune McEnroe2019-08-12
* Add ImagoJune McEnroe2019-08-03
* Add KindredJune McEnroe2019-07-29
* Clean up home filesJune McEnroe2019-07-27
* Fix shell script style in ~/.local/binJune McEnroe2019-07-27
* Shell script style passJune McEnroe2019-07-27
* Add c11.pdfJune McEnroe2019-07-27
* Move pdf script to MakefileJune McEnroe2019-07-27
* Update macOS neovim to 0.3.8June McEnroe2019-07-27
* Rewrite port makefiles consistentlyJune McEnroe2019-07-27
* Rewrite Makefile once more with more organizationJune McEnroe2019-07-27
* Reference png.h in bin.7June McEnroe2019-07-27
bilitiesJune McEnroe The list that I've defined are the ones that I expect to be able to enable probably without any clients breaking... And of course server-time which pounce implements itself. 2019-11-09Avoid the reserved _A names with BIT macroJune McEnroe 2019-11-09Define macro for bit flag enumsJune McEnroe 2019-11-08Check 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