summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * NothingJune McEnroe2017-01-13
* Only ignore at top levelJune McEnroe2018-04-03
* Ignore c and txtJune McEnroe2018-04-03
* Move home bins to ~/.local/binJune McEnroe2018-04-03
* Highlight Special as NormalJune McEnroe2018-04-02
* Use size_t for iterating in schemeJune McEnroe2018-04-02
* Modulo H and saturate S, V in schemeJune McEnroe2018-04-02
* Rewrite scheme in a more sensible orderJune McEnroe2018-04-02
* Use function pointers in schemeJune McEnroe2018-04-02
* Use union for scheme gen functionsJune McEnroe2018-04-02
* Use uint32_t for len in schemeJune McEnroe2018-04-02
* Add HSV output to schemeJune McEnroe2018-04-01
* Output Linux console escapes from schemeJune McEnroe2018-03-31
* Add scheme to READMEJune McEnroe2018-03-31
* Brighten color schemeJune McEnroe2018-03-31
* Set Dark terminal to schemeJune McEnroe2018-03-31
* Lighten cursor colorJune McEnroe2018-03-31
* Tweak cyan furtherJune McEnroe2018-03-31
* Tweak colors in schemeJune McEnroe2018-03-31
* Add scheme.png targetJune McEnroe2018-03-31
* Generate Terminal.app color schemeJune McEnroe2018-03-31
* Generate basic ANSI color schemeJune McEnroe2018-03-31
* Add hex output to schemeJune McEnroe2018-03-31
* Add color scheme PNG generatorJune McEnroe2018-03-31
* Simplify gfxx palette generationJune McEnroe2018-03-31
* Switch to HSV for gfxx palette generationJune McEnroe2018-03-31
* Generate default palette in gfxxJune McEnroe2018-03-30
* Ignore build and cloneJune McEnroe2018-03-30
* Set g:clipboard to pb{copy,paste} alwaysJune McEnroe2018-03-30
* Add d-_-b crateJune McEnroe2018-03-28
* Add Rust script for generating a rainbow paletteJune McEnroe2018-03-28
* Add ll aliasJune McEnroe2018-03-28
* Overwrite existing symlinks in link.zshJune McEnroe2018-03-28
* Fix shell script lintsJune McEnroe2018-03-28
* Use [[ ]] in zsh scriptsJune McEnroe2018-03-28
* Sort extern crate lines with \cJune McEnroe2018-03-28
* Add \u to sort use linesJune McEnroe2018-03-24
* Set PDFs read-onlyJune McEnroe2018-03-16
* Add pdf scriptJune McEnroe2018-03-16
* Clean up home scripts, split againJune McEnroe2018-03-14
* Clean up install.shJune McEnroe2018-03-14
* Combine home-related scriptsJune McEnroe2018-03-14
* PHONY is a waste of timeJune McEnroe2018-03-11
* Revert "Use "Broken Gray" htop colors"June McEnroe2018-03-09
* Yet more tweaking of dtchJune McEnroe2018-03-06
* Trigger redraw on atch with 1x1 winsizeJune McEnroe2018-03-06
* Only sort system includes with \hJune McEnroe2018-03-06
* Add glitch to READMEJune McEnroe2018-03-02
* Add -f -r options to glitchJune McEnroe2018-03-02
* Take filter patterns in glitchJune McEnroe2018-03-02
e.c?h=1.1&id=7c171b8affd8c27aac8cb9206318314b4041a56c&follow=1'>Rename query ID on nick changeJune McEnroe 2020-02-11Call completeClear when closing a windowJune McEnroe 2020-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe This lets phrases like "hi june" get colored, but still doesn't get carried away. 2020-02-11Use time_t for save signatureJune McEnroe It's actually more likely to be 64-bit than size_t anyway, and it eliminates some helper functions. Also don't error when reading an empty save file. 2020-02-11Set self.nick to * initiallyJune McEnroe Allows removing a bunch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe