about summary refs log tree commit diff
path: root/command.c (follow)
Commit message (Expand)AuthorAge
...
* Add /ban, /unban and handle ban list repliesJune McEnroe2020-02-19
* Various small cleanupsJune McEnroe2020-02-16
* Replace small integers in size_t with uintJune McEnroe2020-02-15
* Add /ns and /csJune McEnroe2020-02-15
* Add /kickJune McEnroe2020-02-14
* Add /inviteJune McEnroe2020-02-14
* 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
* Add /listJune McEnroe2020-02-12
* Add -R restricted flagJune McEnroe2020-02-11
* Only automatically switch to expected joinsJune McEnroe2020-02-10
* Delegate to commandPrivmsg from commandMsgJune McEnroe2020-02-10
* Add /whoisJune McEnroe2020-02-09
* Add /msgJune McEnroe2020-02-09
* Add /helpJune McEnroe2020-02-09
* Trim whitespace from both ends of command paramsJune McEnroe2020-02-08
* Add /copyJune McEnroe2020-02-08
* Scan messages for URLsJune McEnroe2020-02-08
* Add /topicJune McEnroe2020-02-08
* Add /namesJune McEnroe2020-02-08
* Only show expected topic/names repliesJune McEnroe2020-02-08
* Add /debugJune McEnroe2020-02-08
* Add /closeJune McEnroe2020-02-08
* Add /queryJune McEnroe2020-02-08
* Add /partJune McEnroe2020-02-08
* Add /nickJune McEnroe2020-02-08
* Use complete to abbreviate commandsJune McEnroe2020-02-07
* Populate completion with commandsJune McEnroe2020-02-07
* Add /join commandJune McEnroe2020-02-06
* Add /window name variantJune McEnroe2020-02-05
* Handle empty params in /quoteJune McEnroe2020-02-05
* Handle empty messages on privmsg, notice, actionJune McEnroe2020-02-05
* Add /windowJune McEnroe2020-02-05
* Add /quitJune McEnroe2020-02-05
* Add /me, /notice, /quote commandsJune McEnroe2020-02-05
* Change prompt depending on commandJune McEnroe2020-02-05
* Send input as raw IRC in <debug>June McEnroe2020-02-05
* Save own username for message echoingJune McEnroe2020-02-05
* Add extremely basic editing and message sendingJune McEnroe2020-02-05
h=1.9&id=b36a1347022965fdbe1b61298dc6a05be2d2a34d&follow=1'>Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe Ridiculous. 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe