Age | Commit message (Expand) | Author |
2023-04-27 | irc: add `${username}` in server options "nicks" and "username", change their... | Sébastien Helleu |
2023-04-26 | irc: change default colors (issue #1920) | Sébastien Helleu |
2023-04-12 | irc: connect with TLS and port 6697 by default (issue #1903) | Sébastien Helleu |
2023-04-12 | irc: rename "ssl" options to "tls" (issue #1903) | Sébastien Helleu |
2023-04-05 | irc: display a warning if command name in option `irc.msgbuffer.*` is not low... | Sébastien Helleu |
2023-04-05 | irc: display a warning if CTCP name in option `irc.ctcp.*` is not lower case | Sébastien Helleu |
2023-04-01 | core, plugins: set options to NULL by default, refactor config init functions | Sébastien Helleu |
2023-01-29 | irc: add server option "registered_mode" (closes #1625) | Andrew Potter |
2023-01-28 | plugins: set priority in calls to weechat_config_new (issue #1872) | Sébastien Helleu |
2023-01-01 | core: update copyright dates | Sébastien Helleu |
2022-09-15 | irc: add option irc.look.display_pv_nick_change | Sébastien Helleu |
2022-08-13 | irc: add options and display SETNAME command in channels and private buffers ... | Sébastien Helleu |
2022-03-10 | irc: rename server option "autojoin_record" to "autojoin_dynamic" | Sébastien Helleu |
2022-03-10 | irc: add server option "autojoin_record" | Sébastien Helleu |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2021-07-04 | core: update translations | Sébastien Helleu |
2021-07-04 | irc, typing: display typing status for IRC nicks | Sébastien Helleu |
2021-07-04 | irc: send typing status as TAGMSG to other users | Sébastien Helleu |
2021-06-19 | irc: enable all capabilities by default (supported by both server and WeeChat... | Sébastien Helleu |
2021-06-19 | irc: add option irc.look.display_account_message (issue #320) | Sébastien Helleu |
2021-06-19 | irc: add option irc.look.display_extended_join (issue #320) | Sébastien Helleu |
2021-06-15 | irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175) | Sébastien Helleu |
2021-06-01 | doc: add IRC SASL SCRAM mechanisms in user's guide (issue #1628) | Sébastien Helleu |
2021-06-01 | irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-... | Sébastien Helleu |
2021-05-30 | irc: add ${target} in help of server msg_kick option | Sébastien Helleu |
2021-05-29 | core, irc, script: fix typos | Sébastien Helleu |
2021-05-22 | irc: split server command before evaluating it (issue #1643) | Sébastien Helleu |
2021-05-16 | irc: sort config options alphabetically (issue #1622) | Sébastien Helleu |
2021-05-16 | core: update translations (issue #1622) | Sébastien Helleu |
2021-05-16 | irc, buflist: add bar item "tls_version" with options for colors, add buflist... | Andrew Potter |
2021-05-11 | irc: evaluate options irc.server_default.ssl_cert and irc.server.xxx.ssl_cert... | Sébastien Helleu |
2021-05-11 | irc: evaluate options irc.server_default.sasl_key and irc.server.xxx.sasl_key... | Sébastien Helleu |
2021-01-30 | irc: improve help on server option "default_chantypes" | Sébastien Helleu |
2021-01-30 | irc: make default chantypes configurable | Matti Virkkunen |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-06-03 | irc: display account messages in buffers | Max Teufel |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-12-13 | irc: add GnuTLS >= 3.1.0 requirement to ssl_password option help (issue #115) | Simmo Saan |
2019-11-15 | irc: mention /filter command in /help irc.look.smart_filter | Sébastien Helleu |
2019-11-08 | irc: set option irc.look.display_pv_warning_address to off by default (issue ... | Sébastien Helleu |
2019-10-23 | plugins: sort options added in configuration sections | Sébastien Helleu |
2019-10-11 | irc: add option irc.look.display_pv_warning_address (closes #892) | Sébastien Helleu |
2019-10-09 | irc: add server option ssl_password for SSL certificate private key password ... | Simmo Saan |
2019-09-23 | irc: add separate options for kick/kill message coloring (closes #683) | Simmo Saan |
2019-09-22 | irc: remove option irc.network.channel_encode, add server option "charset_mes... | Sébastien Helleu |
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu |
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu |
2019-03-21 | irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_finge... | Sébastien Helleu |
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split (closes... | Sébastien Helleu |