summaryrefslogtreecommitdiff
path: root/config.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix failing on addresses with a literal IP address without URLsdelthas2022-12-221-2/+1
* Fix failing to parse host:port IRC URLsdelthas2022-12-021-3/+6
* Support irc URLs in the config addrdelthas2022-11-221-0/+16
* Revert to using base colors by default, making extended configurabledelthas2022-08-151-0/+17
* Add a config option to beep on highlightKirill Chibisov2022-08-011-0/+11
* Add pane-widths { text } to limit the max line widthdelthas2022-07-251-0/+11
* Enable specifying the size of disabled channel & member columnsdelthas2022-04-291-2/+8
* Add a config option for unread buffer text colorTim Culverhouse2022-04-201-16/+20
* Show/hide the channel & member list with F7/F8delthas2022-04-201-27/+41
* config: remove debugging fmt.PrintlnAlexey Yerin2021-11-291-1/+0
* Only use first line of `password-cmd` outputAlex McGrath2021-11-241-2/+4
* Tidy thingsHubert Hirtz2021-11-231-9/+1
* config: replace YAML with scfg config formatKalyan Sriram2021-11-231-57/+215
* config: allow specifying an external password cmdKalyan Sriram2021-10-221-7/+26
* Don't show the member list by defaultHubert Hirtz2021-09-011-2/+2
* Channel list is horizontal by defaultHubert Hirtz2021-09-011-2/+2
* ui: Introduce a vertical member list on channelsdelthas2021-07-141-4/+8
* Automatically join channels on startdelthas2021-07-131-1/+2
* Add colors.prompt option to set prompt colorAlexey Yerin2021-05-281-0/+42
* Better error reporting about configuration fileHubert Hirtz2021-04-301-2/+8
* Make mouse support optionalAlexey Yerin2021-04-281-0/+1
* Add option to disable sending typing notificationsHubert Hirtz2021-04-271-0/+2
* Add a no-tls option to configHubert Hirtz2021-02-211-0/+1
* Move configuration defaults to config.goHubert Hirtz2020-11-301-0/+13
* Configurable channel list widthHubert Hirtz2020-11-071-0/+4
* ui: Notify on highlight (or execute any command)Hubert Hirtz2020-08-191-1/+2
* ui: Configurable nick column widthHubert Hirtz2020-08-161-6/+11
* Add a -debug flag and show raw messagesHubert Hirtz2020-08-051-0/+2
* Configurable highlightsHubert Hirtz2020-08-051-9/+11
* Use nick/realname from configSimon Ser2020-06-211-0/+2
* Initial commitHubert Hirtz2020-06-031-0/+30