summary refs log tree commit diff
path: root/command.c
AgeCommit message (Expand)Author
2022-03-02Show own nick on /nick without paramsJune McEnroe
2022-02-26Specify commands which depend on capsJune McEnroe
2022-02-26Only add available commands to completeJune McEnroe
2022-02-26Factor out commandAvailableJune McEnroe
2022-02-19Factor out window management to window.cJune McEnroe
2021-10-17Increment replies for list modes with /modeC. McEnroe
2021-07-13Disable /exec in Kiosk mode (as documented)Klemens Nanni
2021-07-13Use CS command for paramless /op and /voiceC. McEnroe
2021-07-02Save invited channel for /joinC. McEnroe
2021-06-21Use NS and CS server aliasesC. McEnroe
2021-06-17Match windows by substring in /windowC. McEnroe
2021-06-13/exec without controlling terminalKlemens Nanni
2021-05-28List windows with /window 1.8C. McEnroe
2021-05-28Improve missing param behavior for /msg, /whois, /ns, /csC. McEnroe
2021-04-16Set id color from completion in /msgC. McEnroe
2021-03-17Show where too-long-messages will be automatically splitC. McEnroe
2021-03-14Allow multi-line /me and split long /me messagesC. McEnroe
2021-02-08Fix /help LESS setting for updated manualC. McEnroe
2021-01-23Fix /unignore commandC. McEnroe
2021-01-23Separate kiosk mode from restrict modeC. McEnroe
2021-01-16Add -I highlight option and /highlightC. McEnroe
2021-01-16Rename ignore code to filterC. McEnroe
2021-01-07Use execl rather than execlp for shellC. McEnroe
2021-01-01Split ignore fields to avoid over-eager * matchingC. McEnroe
2020-12-30Factor out reply count checking and decrementingC. McEnroe
2020-12-30Add /whowasC. McEnroe
2020-12-30Show setnames like nick changesC. McEnroe
2020-12-29Add /setname commandC. McEnroe
2020-10-02Double up /help for server helpC. McEnroe
2020-09-30Use WHO for /opsC. McEnroe
2020-09-30Add /ops commandC. McEnroe
2020-09-18Allow 2-param form of /whois, count comma-separated nicksC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
2020-06-24Bump ParamCap to 254C. McEnroe
2020-06-15Add null terminator to modes in channelListModeC. McEnroe
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
2020-04-06Voice, devoice self on /voice, /devoice with no paramsC. McEnroe
2020-04-06Op, deop self on /op, /deop without paramsC. McEnroe
2020-04-03Use gnu-case-range and gnu-conditional-omitted-operand extensionsC. McEnroe
2020-04-03Only treat /open param as count if single digitC. McEnroe
2020-03-31Add /ignore message filtering patternsC. McEnroe
2020-03-30Add text macrosC. McEnroe
2020-03-30Add /o alias for /openC. McEnroe
2020-03-29Add /op, /deop, /voice, /devoiceC. McEnroe
2020-03-23Track MODE in repliesC. McEnroe
2020-03-23Fix non-multiline command newline handlingC. McEnroe
2020-03-23Allow commands to take multiline inputC. McEnroe
2020-03-23Assume worst case for unknown user and host in splitMessageC. McEnroe
2020-03-22Implement message splittingC. McEnroe
2020-03-22Handle empty input directly in commandC. McEnroe