Commit message (Collapse) | Author | ||
---|---|---|---|
2018-09-05 | Use tabs in README | June McEnroe | |
2018-09-05 | Remove disown from README | June McEnroe | |
2018-09-05 | Factor out pixelBits, pixelSize in glitch | June McEnroe | |
2018-09-05 | Factor out pixelBits, pixelSize in pngo | June McEnroe | |
2018-09-05 | Zero after mirror | June McEnroe | |
2018-09-05 | Simplify glitch -x -y to just zero | June McEnroe | |
2018-09-05 | Add glitch -x and -y | June McEnroe | |
2018-09-04 | Add glitch -i to README | June McEnroe | |
2018-09-04 | Add -i invert option to glitch | June McEnroe | |
2018-09-02 | malloc IDAT chunks in pngo and glitch | June McEnroe | |
2018-09-02 | Use PascalCase for constants in gfx | June McEnroe | |
2018-09-02 | Use PascalCase for constants | June McEnroe | |
Get outta here, underscores. | |||
2018-09-02 | Remove colorcolumn at 100 | June McEnroe | |
2018-09-02 | Install bc(1) on Arch | June McEnroe | |
2018-09-02 | SendEnv LANG | June McEnroe | |
2018-08-27 | Add New Order — Temptation | June McEnroe | |
2018-08-26 | Add NetBSD to install.sh | June McEnroe | |
2018-08-24 | Show hostname in title over SSH | June McEnroe | |
2018-08-23 | Alias bc='bc -l' | June McEnroe | |
2018-08-20 | Update usage of scheme in README | June McEnroe | |
2018-08-20 | Use scheme.h in fbatt and fbclock | June McEnroe | |
2018-08-20 | Generate scheme.h | June McEnroe | |
2018-08-20 | Add dependencies on gfx.h | June McEnroe | |
2018-08-18 | Add Blondie — Heart of Glass | June McEnroe | |
Why didn't I know about this song? I love it. | |||
2018-08-18 | Set FCEDIT=$EDITOR | June McEnroe | |
2018-08-18 | Only post commits with bodies to Mastodon | June McEnroe | |
2018-08-18 | Run tf/cfg link script with /bin/sh | June McEnroe | |
2018-08-18 | Run {,s,t}up with /bin/sh | June McEnroe | |
2018-08-18 | Use whence instead of type | June McEnroe | |
type is an alias for whence -v and is more for human consumption. | |||
2018-08-18 | Cut off path components until right prompt fits | June McEnroe | |
Keeps paths valid (from somehwere) rather than abrupt truncation. | |||
2018-08-17 | Add "private" alias to source encrypted file | June McEnroe | |
Why is there no easy way to *edit* an encrypted file? | |||
2018-08-17 | Add vim mapping to add a #include | June McEnroe18314b4041a56c&follow=1'>Rename query ID on nick change | June McEnroe |
2020-02-11 | Call completeClear when closing a window | June McEnroe | |
2020-02-11 | Don't insert color codes for non-mentions | June McEnroe | |
2020-02-11 | Take first two words in colorMentions | June McEnroe | |
This lets phrases like "hi june" get colored, but still doesn't get carried away. | |||
2020-02-11 | Use time_t for save signature | June 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-11 | Set self.nick to * initially | June 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-11 | Define ColorCap instead of hardcoding 100 | June McEnroe | |
2020-02-11 | Move hash to top of chat.h | June McEnroe | |
2020-02-11 | Move base64 out of chat.h | June McEnroe | |
2020-02-11 | Move XDG_SUBDIR out of chat.h | June McEnroe | |
2020-02-11 | Fix whois idle unit calculation | June McEnroe | |
Rookie mistake. | |||
2020-02-11 | Cast towupper to wchar_t | June McEnroe | |
For some reason it takes and returns wint_t... | |||
2020-02-11 | Cast set but unused variables to void | June McEnroe | |
2020-02-11 | Declare strlcat | June McEnroe | |
2020-02-11 | Check if VDSUSP exists | June McEnroe | |
2020-02-11 | Fix completeReplace iteration | June McEnroe | |
2020-02-11 | Use pkg(8) to configure on FreeBSD | June McEnroe | |
2020-02-11 | Remove legacy code | June McEnroe | |
2020-02-11 | Add INSTALLING section to README | June McEnroe |