about summary refs log tree commit diff
path: root/chat.h (follow)
Commit message (Expand)AuthorAge
* Add /awayJune McEnroe2020-02-14
* Add /execJune McEnroe2020-02-13
* Rename procPipe to utilPipeJune McEnroe2020-02-13
* Refactor windows into array and add /moveJune McEnroe2020-02-13
* Explicitly close the TLS connectionJune McEnroe2020-02-13
* Add -N flag for notificationsJune McEnroe2020-02-12
* Implement source address selectionmultiplexd2020-02-13
* Add /listJune McEnroe2020-02-12
* Add C-t transposeJune McEnroe2020-02-12
* Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12
* Add -R restricted flagJune McEnroe2020-02-11
* Define ColorCap instead of hardcoding 100June McEnroe2020-02-11
* Move hash to top of chat.hJune McEnroe2020-02-11
* Move base64 out of chat.hJune McEnroe2020-02-11
* Move XDG_SUBDIR out of chat.hJune McEnroe2020-02-11
* Declare strlcatJune McEnroe2020-02-11
* Only automatically switch to expected joinsJune McEnroe2020-02-10
* Factor out XDG base directory codeJune McEnroe2020-02-10
* Add -s to save and load buffersJune McEnroe2020-02-10
* Eliminate array in hashJune McEnroe2020-02-10
* Add -HJune McEnroe2020-02-10
* Hash to colors in the range 2-75June McEnroe2020-02-10
* Add /whoisJune McEnroe2020-02-09
* Add C-yJune McEnroe2020-02-09
* Add C-w and M-dJune McEnroe2020-02-09
* Rename kill opsJune McEnroe2020-02-09
* Add M-b and M-fJune McEnroe2020-02-09
* Add C-kJune McEnroe2020-02-09
* Add C-dJune McEnroe2020-02-09
* Simplify edit buffer conversion and input renderingJune McEnroe2020-02-09
* Show realname on JOIN if it is different from nickJune McEnroe2020-02-09
* Add /copyJune McEnroe2020-02-08
* Allow overriding the /open utilityJune McEnroe2020-02-08
* Scan messages for URLsJune McEnroe2020-02-08
* Add procPipe for subprocessesJune McEnroe2020-02-08
* Only show expected topic/names repliesJune McEnroe2020-02-08
* Add /closeJune McEnroe2020-02-08
* Handle ID overflowJune McEnroe2020-02-08
* Handle KICKJune McEnroe2020-02-08
* Handle NICKJune McEnroe2020-02-08
* Clear completion for ID on self-partJune McEnroe2020-02-07
* Update completion on join, part, privmsgJune McEnroe2020-02-07
* Populate completion with commandsJune McEnroe2020-02-07
* Add some real line editing operationsJune McEnroe2020-02-07
* Set id color to Default on allocationJune McEnroe2020-02-06
* Search for cert and priv in config dirsJune McEnroe2020-02-06
* Use getopt_config to load optionsJune McEnroe2020-02-05
* Add /windowJune McEnroe2020-02-05
* Add /quitJune McEnroe2020-02-05
* Change prompt depending on commandJune McEnroe2020-02-05