about summary refs log tree commit diff
path: root/handle.c (follow)
Commit message (Expand)AuthorAge
...
* Handle changing setParamModes, paramModes and other channel modesJune McEnroe2020-02-25
* Fix handling EXCEPTS and INVEX without valuesJune McEnroe2020-02-25
* Add /mode, /except, /invex and handle lists repliesJune McEnroe2020-02-25
* Accumulate mode changes into a buffer for one messageJune McEnroe2020-02-23
* Handle ERR_CHANOPRIVSNEEDEDJune McEnroe2020-02-20
* Handle MODE changing channel list modesJune McEnroe2020-02-20
* Handle MODE setting channel prefix modesJune McEnroe2020-02-20
* Change ban list formattingJune McEnroe2020-02-20
* Rearrange some handlersJune McEnroe2020-02-20
* Handle RPL_INVITING when no invite-notifyJune McEnroe2020-02-20
* Handle ERR_BANLISTFULLJune McEnroe2020-02-20
* Add handlers for user-in-channel errorsJune McEnroe2020-02-20
* Add generic error reply handlerJune McEnroe2020-02-20
* Add /ban, /unban and handle ban list repliesJune McEnroe2020-02-19
* Format WHOIS signon date with %F %TJune McEnroe2020-02-19
* Replace a lot of snprintf with a catf implementationJune McEnroe2020-02-16
* Add 379 to WHOIS responsesJune McEnroe2020-02-16
* Track EXCEPTS and INVEX modesJune McEnroe2020-02-16
* Apply colorMentions to actionsJune McEnroe2020-02-16
* Replace small integers in size_t with uintJune McEnroe2020-02-15
* Still add nick without prefixes to completeJune McEnroe2020-02-15
* Track PREFIX modes and CHANMODESJune McEnroe2020-02-15
* Show prefixes in NAMES and WHOIS repliesJune McEnroe2020-02-15
* Separate network info from selfJune McEnroe2020-02-15
* Add /inviteJune McEnroe2020-02-14
* Add /awayJune McEnroe2020-02-14
* Only exit on errorneous nick during registrationJune McEnroe2020-02-12
* Add 378 to list of WHOIS responsesJune McEnroe2020-02-12
* Add /listJune McEnroe2020-02-12
* Handle RPL_AWAYJune McEnroe2020-02-12
* Rename query ID on nick changeJune McEnroe2020-02-11
* Don't insert color codes for non-mentionsJune McEnroe2020-02-11
* Take first two words in colorMentionsJune McEnroe2020-02-11
* Set self.nick to * initiallyJune McEnroe2020-02-11
* Move base64 out of chat.hJune McEnroe2020-02-11
* Fix whois idle unit calculationJune McEnroe2020-02-11
* Split on <> in colorMentionsJune McEnroe2020-02-10
* Only automatically switch to expected joinsJune McEnroe2020-02-10
* Avoid coloring mentions if there are control codesJune McEnroe2020-02-10
* Update prompt when own nick changesJune McEnroe2020-02-10
* Add /whoisJune McEnroe2020-02-09
* Add self.nick to completion in Network, not NoneJune McEnroe2020-02-09
* Show realname on JOIN if it is different from nickJune McEnroe2020-02-09
* Use fmemopen to build colored mentions stringJune McEnroe2020-02-08
* Use unexpected NAMES replies to populate completeJune McEnroe2020-02-08
* Color mentionsJune McEnroe2020-02-08
* Scan messages for URLsJune McEnroe2020-02-08
* Only show expected topic/names repliesJune McEnroe2020-02-08
* Handle KICKJune McEnroe2020-02-08
* Handle QUITJune McEnroe2020-02-08
p;follow=1'>Enter capsicum in downgradeJune McEnroe 2021-09-15Factor out common parts of downgrade messagesJune McEnroe Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages. 2021-09-14Add downgrade IRC botJune McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe