summaryrefslogtreecommitdiff
path: root/commands.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* np: Bump libnp & be more verbose with errorsdelthas2022-12-221-7/+10
* Implement /OPERdelthas2022-12-211-0/+17
* Move /NP code to go-libnpdelthas2022-12-171-67/+20
* Implement /NPdelthas2022-11-231-0/+94
* Implement /MOTDdelthas2022-11-221-0/+14
* Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas2022-10-181-15/+15
* Fix dropping words in /msg, /query, /partdelthas2022-07-201-4/+1
* Implement /whoisdelthas2022-07-061-0/+27
* /mode: enable getting the channel modes without parametersdelthas2022-05-101-20/+18
* Show error when searching if unsupportedGalen Abell2022-04-231-0/+3
* Implement SEARCHdelthas2022-04-121-0/+22
* Fix segfault on /mode xJeff Knapp2022-02-181-1/+10
* /query: only send MONITOR, ... if the buffer is newdelthas2022-02-131-4/+6
* /query: support optionally sending a messagedelthas2022-02-111-27/+36
* Add support for the soju.im/read capability and READ commanddelthas2022-02-111-0/+2
* Rename ColorGrey to ColorGray for consistencyHugo Machet2022-02-101-2/+2
* MONITOR user with whom we have an open bufferdelthas2022-02-101-0/+3
* Implement /kick and /[un]ban commandsAlexey Yerin2021-12-071-0/+76
* Fetch history for queriesHubert Hirtz2021-11-291-0/+1
* Fix crash when lone slash is enteredPranjal Kole2021-11-191-1/+1
* Add support for the /QUERY commanddelthas2021-11-161-0/+20
* Add support for user buffersdelthas2021-11-161-5/+14
* /mode: default channel to the current channeldelthas2021-10-311-2/+7
* Rework the /help commandHubert Hirtz2021-10-271-37/+43
* Show the full command name on user errorHubert Hirtz2021-10-271-2/+2
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-241-96/+108
* Don't panic when a command is sent when offlineHubert Hirtz2021-10-231-22/+69
* Add an /invite commandHubert Hirtz2021-10-231-0/+20
* Remove needless allocationsHubert Hirtz2021-09-131-2/+2
* Remove buffer arg in commandsHubert Hirtz2021-09-131-32/+34
* More lintsHubert Hirtz2021-09-131-2/+2
* Fix typosHubert Hirtz2021-09-111-1/+1
* Make buffers indexed, and refer to indexes with /BUFFERdelthas2021-07-151-0/+7
* Print the channel topic on joindelthas2021-07-141-14/+1
* Add notify types for fine-grained control of unread/highlight statedelthas2021-07-141-15/+15
* Also make dashes gray for command responsesHubert Hirtz2021-05-261-6/+8
* Pick nick colors in terminal color schemeHubert Hirtz2021-05-261-17/+27
* commands: use rawArgs on non-commandAlexey Yerin2021-05-251-1/+1
* commands: do not handle s == ""Alexey Yerin2021-05-251-4/+0
* commands: use Home constant instead of "home"Alexey Yerin2021-05-251-1/+1
* Disallow sending messages to homeAlexey Yerin2021-05-211-3/+10
* Handle consecutive spaces on arg splitHubert Hirtz2021-05-201-1/+46
* Explicitly support keys in JOIN messagesHubert Hirtz2021-05-201-1/+5
* Separate command handling from plain messagesHubert Hirtz2021-05-201-23/+24
* Fix races conditionsHubert Hirtz2021-05-201-5/+5
* Add /mode commandAlexey Yerin2021-05-181-0/+17
* Add /nickHubert Hirtz2021-05-181-0/+17
* commands: ignore empty inputAlexey Yerin2021-05-171-0/+4
* Make sure app.s is not nil when issuing quitAlexey Yerin2021-04-271-1/+3
* Add BUFFER command to jump to the matching bufferAlexey Yerin2021-04-271-0/+17