summaryrefslogtreecommitdiff
path: root/commands.go (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-22np: Bump libnp & be more verbose with errorsdelthas1-7/+10
2022-12-21Implement /OPERdelthas1-0/+17
2022-12-17Move /NP code to go-libnpdelthas1-67/+20
2022-11-23Implement /NPdelthas1-0/+94
2022-11-22Implement /MOTDdelthas1-0/+14
2022-10-18Clear highlights from MARKREAD when only NotifyNone lines are leftdelthas1-15/+15
2022-07-20Fix dropping words in /msg, /query, /partdelthas1-4/+1
2022-07-06Implement /whoisdelthas1-0/+27
2022-05-10/mode: enable getting the channel modes without parametersdelthas1-20/+18
2022-04-23Show error when searching if unsupportedGalen Abell1-0/+3
2022-04-12Implement SEARCHdelthas1-0/+22
2022-02-18Fix segfault on /mode xJeff Knapp1-1/+10
2022-02-13/query: only send MONITOR, ... if the buffer is newdelthas1-4/+6
2022-02-11/query: support optionally sending a messagedelthas1-27/+36
2022-02-11Add support for the soju.im/read capability and READ commanddelthas1-0/+2
2022-02-10Rename ColorGrey to ColorGray for consistencyHugo Machet1-2/+2
2022-02-10MONITOR user with whom we have an open bufferdelthas1-0/+3
2021-12-07Implement /kick and /[un]ban commandsAlexey Yerin1-0/+76
2021-11-29Fetch history for queriesHubert Hirtz1-0/+1
2021-11-19Fix crash when lone slash is enteredPranjal Kole1-1/+1
2021-11-16Add support for the /QUERY commanddelthas1-0/+20
2021-11-16Add support for user buffersdelthas1-5/+14
2021-10-31/mode: default channel to the current channeldelthas1-2/+7
2021-10-27Rework the /help commandHubert Hirtz1-37/+43
2021-10-27Show the full command name on user errorHubert Hirtz1-2/+2
2021-10-24Support for soju.im/bouncer-networksHubert Hirtz1-96/+108
2021-10-23Don't panic when a command is sent when offlineHubert Hirtz1-22/+69
2021-10-23Add an /invite commandHubert Hirtz1-0/+20
2021-09-13Remove needless allocationsHubert Hirtz1-2/+2
2021-09-13Remove buffer arg in commandsHubert Hirtz1-32/+34
2021-09-13More lintsHubert Hirtz1-2/+2
2021-09-11Fix typosHubert Hirtz1-1/+1
2021-07-15Make buffers indexed, and refer to indexes with /BUFFERdelthas1-0/+7
2021-07-14Print the channel topic on joindelthas1-14/+1
2021-07-14Add notify types for fine-grained control of unread/highlight statedelthas1-15/+15
2021-05-26Also make dashes gray for command responsesHubert Hirtz1-6/+8
2021-05-26Pick nick colors in terminal color schemeHubert Hirtz1-17/+27
2021-05-25commands: use rawArgs on non-commandAlexey Yerin1-1/+1
2021-05-25commands: do not handle s == ""Alexey Yerin1-4/+0
2021-05-25commands: use Home constant instead of "home"Alexey Yerin1-1/+1
2021-05-21Disallow sending messages to homeAlexey Yerin1-3/+10
2021-05-20Handle consecutive spaces on arg splitHubert Hirtz1-1/+46
2021-05-20Explicitly support keys in JOIN messagesHubert Hirtz1-1/+5
2021-05-20Separate command handling from plain messagesHubert Hirtz1-23/+24
2021-05-20Fix races conditionsHubert Hirtz1-5/+5
2021-05-18Add /mode commandAlexey Yerin1-0/+17
2021-05-18Add /nickHubert Hirtz1-0/+17
2021-05-17commands: ignore empty inputAlexey Yerin1-0/+4
2021-04-27Make sure app.s is not nil when issuing quitAlexey Yerin1-1/+3
2021-04-27Add BUFFER command to jump to the matching bufferAlexey Yerin1-0/+17