summary refs log tree commit diff
path: root/Makefile (unfollow)
Commit message (Expand)Author
2021-05-28Improve missing param behavior for /msg, /whois, /ns, /csJune McEnroe
2021-05-28Use | for /window | /num commandJune McEnroe
2021-05-28Prefix = for options with No in manualJune McEnroe
2021-05-27Tag config options in manualKlemens Nanni
2021-05-27Document channel key parametersJune McEnroe
2021-05-27Set username from SSH_CLIENT in chrootJune McEnroe
2021-05-27Hash the username in kiosk modeJune McEnroe
2021-05-27Log nick and ssh connection in chroot-promptJune McEnroe
2021-05-25Clarify -H hash optionJune McEnroe
2021-05-25Use reverse video not colors for topic change when disabledKlemens Nanni
2021-05-25Use color enum instead of hardcoded valueKlemens Nanni
2021-05-20Don't require 4 parameters to ERR_USERONCHANNELJune McEnroe
2021-05-19Replace freenode with tilde.chatJune McEnroe
2021-05-04Remove no longer needed advice about mandirJune McEnroe
2021-05-04Ignore messages in reply to previously ignored messagesJune McEnroe
2021-05-04Add support for BINDIR, fix default MANDIR, use LDADD varsJune McEnroe
2021-04-27Reset formatting after realnamesJune McEnroe
2021-04-16Set id color from completion in /msgJune McEnroe
2021-04-16Always show 341 RPL_INVITINGJune McEnroe
2021-04-02Skip STATUSMSG prefixesJune McEnroe
2021-03-18Fix README typo 1.7June McEnroe
2021-03-17Add C-z keys for directly inserting most color codesJune McEnroe
2021-03-17Reset style after newline in inputJune McEnroe
2021-03-17Show where too-long-messages will be automatically splitJune McEnroe
2021-03-14Allow multi-line /me and split long /me messagesJune McEnroe
2021-03-13Refer to glob(7) not sh(1)Klemens Nanni
2021-03-13Add note about arrow and navigation keysJune McEnroe
2021-03-10chat.tmux.conf: use config_files format for reloadKlemens Nanni
2021-03-08Attempt to clarify trust option useJune McEnroe
2021-03-08Disable nick and channel colors with hash bound 0June McEnroe
2021-03-07Add bindings for C-Left and C-RightJune McEnroe
2021-03-02Add all window names to global completionJune McEnroe
2021-02-27Add workaround for lack of A_ITALIC in old ncursesJune McEnroe
2021-02-25Error if hash bound is less than 2June McEnroe
2021-02-21Use separate reply counts for automatic join topics/namesJune McEnroe
2021-02-15Add C-z p to manually toggle paste modeJune McEnroe
2021-02-15Refactor Focus and Paste mode stringsJune McEnroe
2021-02-15Don't insert wchar_t if it can't be converted to mbsJune McEnroe
2021-02-15Don't expand macro if it can't be converted to mbsJune McEnroe
2021-02-08Add donation link to README 1.6June McEnroe
2021-02-08Fix /help LESS setting for updated manualJune McEnroe
2021-02-08chat.tmux.conf: Add help window for restricted mode, use neww -SKlemens Nanni
2021-02-04Only treat a single -j join as explicitJune McEnroe
2021-02-03Add C-z C-v for literal nextJune McEnroe
2021-02-03chat.tmux.conf: Improve respawn, fix commentKlemens Nanni
2021-01-31Also skip marking swap windowJune McEnroe
2021-01-29Actually scroll to first line for "scroll to top"June McEnroe
2021-01-29Only skip setting swap in windowShowJune McEnroe
2021-01-28Add Repology links to READMEJune McEnroe
2021-01-28Add key bindings to chat.tmux.conf, nitsKlemens Nanni
='logmsg'> This opens up C-o, C-q and C-s for key bindings without C-v. 2019-02-22Bind up and down arrows to scrollJune McEnroe Honestly it's kind of weird that IRC clients usually use these for input history. 2019-02-22Remove topic TODOJune McEnroe I played around with it and it doesn't look right unless there is only one channel listed in the status. 2019-02-22Add /znc commandJune McEnroe Only because ZNC tells you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe