about summary refs log tree commit diff
path: root/command.c (follow)
Commit message (Expand)AuthorAge
...
* 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
href='/catgirl/commit/edit.h?id=a2a118c85792f7da85630a07d343ad49204e8ae6&follow=1'>Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe