summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
...
* Fix chkmail loop break conditionJune McEnroe2021-10-02
* Check sizes of mailboxes, not timesJune McEnroe2021-10-02
* Add htagml -m to rename main tagJune McEnroe2021-10-01
* pledge(2) mtagsJune McEnroe2021-09-30
* pledge(2) htagmlJune McEnroe2021-09-30
* pledge(2) hilexJune McEnroe2021-09-30
* Update dash autoconf/automake filesJune McEnroe2021-09-27
* Update root path in up.shJune McEnroe2021-09-25
* Set SO_REUSEADDR in quickJune McEnroe2021-09-25
* Pledge downgradeJune McEnroe2021-09-24
* Set original socket CLOEXECJune McEnroe2021-09-24
* Consume request headers using MSG_PEEKJune McEnroe2021-09-24
* Set only HTTP_HOSTJune McEnroe2021-09-24
* Use NI_NUMERICSERVJune McEnroe2021-09-23
* Add quickJune McEnroe2021-09-23
* Remove Linux-specific utilitiesJune McEnroe2021-09-22
* Use Z_FILTERED strategyJune McEnroe2021-09-21
* Recalculate various lengths only as neededJune McEnroe2021-09-21
* Rewrite pngo, add explicit optionsJune McEnroe2021-09-21
* Fix /* **/ comment matchingJune McEnroe2021-09-16
* Remove typer, add downgrade to READMEJune McEnroe2021-09-15
* Set bot mode on downgradeJune McEnroe2021-09-15
* Enter capsicum in downgradeJune McEnroe2021-09-15
* Factor out common parts of downgrade messagesJune McEnroe2021-09-15
* Add downgrade IRC botJune McEnroe2021-09-14
* Sort by title if authors matchJune McEnroe2021-09-14
* Swap-remove tags as they're foundJune McEnroe2021-09-13
* Replace htagml regex with strncmpJune McEnroe2021-09-12
* Also defer printing comment for lone close-parensJune McEnroe2021-09-11
* Add git comment --pretty optionJune McEnroe2021-09-10
* Defer printing comment if line is blank or closing braceJune McEnroe2021-09-08
* Up default min-repeat to 30 linesJune McEnroe2021-09-08
* Handle dirty lines in git-commentJune McEnroe2021-09-08
* Document and install git-commentJune McEnroe2021-09-08
* Add repeat and all options to git-commentJune McEnroe2021-09-08
* Add group threshold to git-commentJune McEnroe2021-09-08
* Add initial working version of git-commentJune McEnroe2021-09-08
* Document lack of alt text in dehtmlJune McEnroe2021-09-07
* Add HTML entities used by "legacy" twitterJune McEnroe2021-09-07
* Generate bin html for .l files correctlyJune McEnroe2021-09-07
* Add dehtmlJune McEnroe2021-09-07
* Use command -v rather than typeJune McEnroe2021-08-25
* Strip typer down to copy or reverse modesJune McEnroe2021-07-09
* Add patreon to supJune McEnroe2021-07-05
* Use $SHELL -c to run up -c | -t commandsJune McEnroe2021-06-21
* Merge dash v0.5.11.4June McEnroe2021-06-20
* Show number of weeks for scalar if evenJune McEnroe2021-06-08
* Handle missing last names in bibsortJune McEnroe2021-05-04
* Add copy mode to typerJune McEnroe2021-04-28
* Remove hnelJune McEnroe2021-04-26
cEnroe 2018-08-07Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe This is so embarrassing. It only started crashing once it had strings that were long enough, and then it took me so long to notice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe