about summary refs log tree commit diff
path: root/command.c (follow)
Commit message (Expand)AuthorAge
* Increment replies for list modes with /modeJune McEnroe2021-10-17
* Disable /exec in Kiosk mode (as documented)Klemens Nanni2021-07-13
* Use CS command for paramless /op and /voiceJune McEnroe2021-07-13
* Save invited channel for /joinJune McEnroe2021-07-02
* Use NS and CS server aliasesJune McEnroe2021-06-21
* Match windows by substring in /windowJune McEnroe2021-06-17
* /exec without controlling terminalKlemens Nanni2021-06-13
* List windows with /window 1.8June McEnroe2021-05-28
* Improve missing param behavior for /msg, /whois, /ns, /csJune McEnroe2021-05-28
* Set id color from completion in /msgJune McEnroe2021-04-16
* Show where too-long-messages will be automatically splitJune McEnroe2021-03-17
* Allow multi-line /me and split long /me messagesJune McEnroe2021-03-14
* Fix /help LESS setting for updated manualJune McEnroe2021-02-08
* Fix /unignore commandJune McEnroe2021-01-23
* Separate kiosk mode from restrict modeJune McEnroe2021-01-23
* Add -I highlight option and /highlightJune McEnroe2021-01-16
* Rename ignore code to filterJune McEnroe2021-01-16
* Use execl rather than execlp for shellJune McEnroe2021-01-07
* Split ignore fields to avoid over-eager * matchingJune McEnroe2021-01-01
* Factor out reply count checking and decrementingJune McEnroe2020-12-30
* Add /whowasJune McEnroe2020-12-30
* Show setnames like nick changesJune McEnroe2020-12-30
* Add /setname commandJune McEnroe2020-12-29
* Double up /help for server helpJune McEnroe2020-10-02
* Use WHO for /opsJune McEnroe2020-09-30
* Add /ops commandJune McEnroe2020-09-30
* Allow 2-param form of /whois, count comma-separated nicksJune McEnroe2020-09-18
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Bump ParamCap to 254June McEnroe2020-06-24
* Add null terminator to modes in channelListModeJune McEnroe2020-06-15
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Voice, devoice self on /voice, /devoice with no paramsJune McEnroe2020-04-06
* Op, deop self on /op, /deop without paramsJune McEnroe2020-04-06
* Use gnu-case-range and gnu-conditional-omitted-operand extensionsJune McEnroe2020-04-03
* Only treat /open param as count if single digitJune McEnroe2020-04-03
* Add /ignore message filtering patternsJune McEnroe2020-03-31
* Add text macrosJune McEnroe2020-03-30
* Add /o alias for /openJune McEnroe2020-03-30
* Add /op, /deop, /voice, /devoiceJune McEnroe2020-03-29
* Track MODE in repliesJune McEnroe2020-03-23
* Fix non-multiline command newline handlingJune McEnroe2020-03-23
* Allow commands to take multiline inputJune McEnroe2020-03-23
* Assume worst case for unknown user and host in splitMessageJune McEnroe2020-03-23
* Implement message splittingJune McEnroe2020-03-22
* Handle empty input directly in commandJune McEnroe2020-03-22
* Add /sayJune McEnroe2020-03-22
* Prevent entering commands in <debug> if restrictedJune McEnroe2020-03-02
* Add /mode, /except, /invex and handle lists repliesJune McEnroe2020-02-25
* Just use "b" to query ban listJune McEnroe2020-02-20
* Add /ban, /unban and handle ban list repliesJune McEnroe2020-02-19
fore the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 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