Age | Commit message (Expand) | Author |
2021-10-17 | Increment replies for list modes with /mode | C. McEnroe |
2021-07-13 | Disable /exec in Kiosk mode (as documented) | Klemens Nanni |
2021-07-13 | Use CS command for paramless /op and /voice | C. McEnroe |
2021-07-02 | Save invited channel for /join | C. McEnroe |
2021-06-21 | Use NS and CS server aliases | C. McEnroe |
2021-06-17 | Match windows by substring in /window | C. McEnroe |
2021-06-13 | /exec without controlling terminal | Klemens Nanni |
2021-05-28 | List windows with /window 1.8 | C. McEnroe |
2021-05-28 | Improve missing param behavior for /msg, /whois, /ns, /cs | C. McEnroe |
2021-04-16 | Set id color from completion in /msg | C. McEnroe |
2021-03-17 | Show where too-long-messages will be automatically split | C. McEnroe |
2021-03-14 | Allow multi-line /me and split long /me messages | C. McEnroe |
2021-02-08 | Fix /help LESS setting for updated manual | C. McEnroe |
2021-01-23 | Fix /unignore command | C. McEnroe |
2021-01-23 | Separate kiosk mode from restrict mode | C. McEnroe |
2021-01-16 | Add -I highlight option and /highlight | C. McEnroe |
2021-01-16 | Rename ignore code to filter | C. McEnroe |
2021-01-07 | Use execl rather than execlp for shell | C. McEnroe |
2021-01-01 | Split ignore fields to avoid over-eager * matching | C. McEnroe |
2020-12-30 | Factor out reply count checking and decrementing | C. McEnroe |
2020-12-30 | Add /whowas | C. McEnroe |
2020-12-30 | Show setnames like nick changes | C. McEnroe |
2020-12-29 | Add /setname command | C. McEnroe |
2020-10-02 | Double up /help for server help | C. McEnroe |
2020-09-30 | Use WHO for /ops | C. McEnroe |
2020-09-30 | Add /ops command | C. McEnroe |
2020-09-18 | Allow 2-param form of /whois, count comma-separated nicks | C. McEnroe |
2020-08-04 | Say "OpenSSL" in additional permission notices | C. McEnroe |
2020-06-24 | Bump ParamCap to 254 | C. McEnroe |
2020-06-15 | Add null terminator to modes in channelListMode | C. McEnroe |
2020-06-08 | Add additional permission for linking with LibreSSL | C. McEnroe |
2020-04-06 | Voice, devoice self on /voice, /devoice with no params | C. McEnroe |
2020-04-06 | Op, deop self on /op, /deop without params | C. McEnroe |
2020-04-03 | Use gnu-case-range and gnu-conditional-omitted-operand extensions | C. McEnroe |
2020-04-03 | Only treat /open param as count if single digit | C. McEnroe |
2020-03-31 | Add /ignore message filtering patterns | C. McEnroe |
2020-03-30 | Add text macros | C. McEnroe |
2020-03-30 | Add /o alias for /open | C. McEnroe |
2020-03-29 | Add /op, /deop, /voice, /devoice | C. McEnroe |
2020-03-23 | Track MODE in replies | C. McEnroe |
2020-03-23 | Fix non-multiline command newline handling | C. McEnroe |
2020-03-23 | Allow commands to take multiline input | C. McEnroe |
2020-03-23 | Assume worst case for unknown user and host in splitMessage | C. McEnroe |
2020-03-22 | Implement message splitting | C. McEnroe |
2020-03-22 | Handle empty input directly in command | C. McEnroe |
2020-03-22 | Add /say | C. McEnroe |
2020-03-02 | Prevent entering commands in <debug> if restricted | C. McEnroe |
2020-02-25 | Add /mode, /except, /invex and handle lists replies | C. McEnroe |
2020-02-20 | Just use "b" to query ban list | C. McEnroe |
2020-02-19 | Add /ban, /unban and handle ban list replies | C. McEnroe |