summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Update neovim 0.4.2June McEnroe2019-10-02
* Claim to be curl(1) in titleJune McEnroe2019-10-02
* Add The Red Threads of FortuneJune McEnroe2019-10-02
* Add The Black Tides of HeavenJune McEnroe2019-09-28
* 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
021-06-09 17:56:42 -0400'>2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe