summaryrefslogtreecommitdiff
path: root/config.go (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-22Fix failing on addresses with a literal IP address without URLsdelthas1-2/+1
2022-12-02Fix failing to parse host:port IRC URLsdelthas1-3/+6
2022-11-22Support irc URLs in the config addrdelthas1-0/+16
2022-08-15Revert to using base colors by default, making extended configurabledelthas1-0/+17
2022-08-01Add a config option to beep on highlightKirill Chibisov1-0/+11
2022-07-25Add pane-widths { text } to limit the max line widthdelthas1-0/+11
2022-04-29Enable specifying the size of disabled channel & member columnsdelthas1-2/+8
2022-04-20Add a config option for unread buffer text colorTim Culverhouse1-16/+20
2022-04-20Show/hide the channel & member list with F7/F8delthas1-27/+41
2021-11-29config: remove debugging fmt.PrintlnAlexey Yerin1-1/+0
2021-11-24Only use first line of `password-cmd` outputAlex McGrath1-2/+4
2021-11-23Tidy thingsHubert Hirtz1-9/+1
2021-11-23config: replace YAML with scfg config formatKalyan Sriram1-57/+215
2021-10-22config: allow specifying an external password cmdKalyan Sriram1-7/+26
2021-09-01Don't show the member list by defaultHubert Hirtz1-2/+2
2021-09-01Channel list is horizontal by defaultHubert Hirtz1-2/+2
2021-07-14ui: Introduce a vertical member list on channelsdelthas1-4/+8
2021-07-13Automatically join channels on startdelthas1-1/+2
2021-05-28Add colors.prompt option to set prompt colorAlexey Yerin1-0/+42
2021-04-30Better error reporting about configuration fileHubert Hirtz1-2/+8
2021-04-28Make mouse support optionalAlexey Yerin1-0/+1
2021-04-27Add option to disable sending typing notificationsHubert Hirtz1-0/+2
2021-02-21Add a no-tls option to configHubert Hirtz1-0/+1
2020-11-30Move configuration defaults to config.goHubert Hirtz1-0/+13
2020-11-07Configurable channel list widthHubert Hirtz1-0/+4
2020-08-19ui: Notify on highlight (or execute any command)Hubert Hirtz1-1/+2
2020-08-16ui: Configurable nick column widthHubert Hirtz1-6/+11
2020-08-05Add a -debug flag and show raw messagesHubert Hirtz1-0/+2
2020-08-05Configurable highlightsHubert Hirtz1-9/+11
2020-06-21Use nick/realname from configSimon Ser1-0/+2