Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-11 | irc: add option irc.look.display_pv_warning_address (closes #892) | Sébastien Helleu | |
If the address of remote nick changes in a private buffer, a warning is displayed. | |||
2019-10-09 | irc: add server option ssl_password for SSL certificate private key password ↵ | Simmo Saan | |
(closes #115) | |||
2019-09-23 | irc: add separate options for kick/kill message coloring (closes #683) | Simmo Saan | |
Add new options irc.color.message_kick and irc.color.reason_kick to be used for coloring KICK and KILL messages. | |||
2019-09-22 | irc: remove option irc.network.channel_encode, add server option ↵ | Sébastien Helleu | |
"charset_message" (closes #832) This new option controls which part of the IRC message is decoded/encoded to the target charset, and the new default behavior is to decode/encode the whole IRC message (behavior in WeeChat >= 1.3 was to decode/encode only the text by default). | |||
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 ↵ | Sébastien Helleu | |
ssl_fingerprint option | |||
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-12 | core: improve help on option irc.look.server_buffer (closes #1269) | Sébastien Helleu | |
2018-11-04 | core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French | Sébastien Helleu | |
2018-10-14 | irc: fix colors 14 and 15 in /help irc.color.mirc_remap (closes #1266) | Sébastien Helleu | |
2018-09-20 | irc: display a warning when the value of option irc.server.xxx.autojoin is ↵ | Sébastien Helleu | |
set to an invalid value | |||
2018-05-21 | Merge remote-tracking branch 'origin/pr/640' | Sébastien Helleu | |
2018-02-05 | irc: allow ${irc_server.xxx} and ${server} in server evaluated options ↵ | Sébastien Helleu | |
(closes #1144) The server option "ssl_fingerprint" is now evaluated when it is used (during SSL connection), instead of when it is set with command /set. | |||
2018-01-14 | core: reinitialize config file pointer to NULL after an error on section ↵ | Sébastien Helleu | |
creation | |||
2018-01-14 | irc: fix typo in help on server option "split_msg_max_length" | Sébastien Helleu | |
2018-01-13 | irc: add server option "split_msg_max_length" | Sébastien Helleu | |
2018-01-07 | core: fix some styles | Sébastien Helleu | |
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-11-06 | irc: fix help on option irc.look.notice_welcome_redirect (closes #1095) | Sébastien Helleu | |
2017-11-05 | irc: add smart filtering for chghost messages | Simmo Saan | |
2017-11-05 | irc: display chghost messages in buffers | Simmo Saan | |
2017-03-12 | core: fix typo: refreshs -> refreshes | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-15 | irc: add examples in help of usermode server option | Sébastien Helleu | |
2016-12-11 | irc: evaluate content of server option "usermode" | Sébastien Helleu | |
2016-12-11 | irc: rename server option "umodes" to "usermode" | Sébastien Helleu | |
2016-12-11 | Merge remote-tracking branch 'origin/pr/820' | Sébastien Helleu | |
2016-12-03 | irc: evaluate content of server option "ssl_fingerprint" (closes #858) | Sébastien Helleu | |
2016-10-18 | irc: change default value of option irc.network.lag_reconnect to 300 (closes ↵ | Sébastien Helleu | |
#818) | |||
2016-10-12 | Add server option umodes (closes #377) | Simmo Saan | |
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu | |
2016-04-05 | core: move nick coloring from irc plugin to core (closes #262) | Sébastien Helleu | |
Options moved from irc.conf to weechat.conf: * "irc.look.nick_color_force" moved to "weechat.look.nick_color_force" * "irc.look.nick_color_hash" moved to "weechat.look.nick_color_hash" * "irc.look.nick_color_stop_chars" moved to "weechat.look.nick_color_stop_chars" New info (for API function "info_get"): * "nick_color" (replaces "irc_nick_color") * "nick_color_name" (replaced "irc_nick_color_name") Info "irc_nick_color" and "irc_nick_color_name" are now deprecated. And a bug has been fixed in nick coloring: stop chars are removed before looking at a forced color. | |||
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu | |
This pointer is the first argument received by callbacks, and the existing argument "data" is now automatically freed by WeeChat when the object containing the callback is removed. With this new pointer, the linked list of callbacks in scripts has been removed. This will improve speed of scripts (using a lot of hooks), reduce memory used by scripts and reduce time to unload scripts. Following functions are affected in the C API: * exec_on_files * config_new * config_new_section * config_new_option * hook_command * hook_command_run * hook_timer * hook_fd * hook_process * hook_process_hashtable * hook_connect * hook_print * hook_signal * hook_hsignal * hook_config * hook_completion * hook_modifier * hook_info * hook_info_hashtable * hook_infolist * hook_hdata * hook_focus * unhook_all_plugin * buffer_new * bar_item_new * upgrade_new * upgrade_read | |||
2016-02-25 | irc: complete help of SASL fail options | Sébastien Helleu | |
2016-02-24 | core: update translations | Sébastien Helleu | |
2016-02-23 | irc: add option irc.network.sasl_fail_unavailable (closes #600) | Simmo Saan | |
Previously SASL did not fail when it was set up for the server but wasn't supported by it. This makes no difference when the server's sasl_fail is set to "continue" but might make a difference if set to "disconnect" or "reconnect". To make sure server connection is not made under such circumstances, this patch adds an extra configurable ("on" by default) check to trigger SASL failure when it is set up but not supported by the server. Although not directly a SASL failure, this makes SASL not-authenticated scenarios all handled consistently, while providing extra security by not silently ignoring not being authenticated as requested. | |||
2016-02-15 | core: move irc bar item "away" and two options to core (closes #692) | Sébastien Helleu | |
Options moved: * "irc.look.item_away_message" --> "weechat.look.item_away_message" * "irc.color.item_away" --> "weechat.color.item_away". | |||
2016-01-02 | irc: evaluate content of server option "addresses" | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-24 | irc: move option irc.network.alternate_nick into servers (closes #633) | Sébastien Helleu | |
2015-12-20 | irc: add default color for +y mode prefix | Christine Dodrill | |
2015-08-24 | irc: add command /cap (closes #8) | Sébastien Helleu | |
2015-08-15 | irc: update help on option irc.network.channel_encode (issue #218, issue #482) | Sébastien Helleu | |
Remove mention of WeeChat <= 1.2 since the behavior is not exactly the same as old versions (when the option is enabled): only the channel/message are decoded/encoded and not the nick/host. | |||
2015-08-14 | irc: add option irc.network.channel_encode (issue #218, issue #482) | Sébastien Helleu | |
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented. | |||
2015-08-07 | core: update translations | Sébastien Helleu | |
2015-07-20 | irc: add separate color option for current topic in channel buffer | Simmo Saan | |
2015-07-10 | irc: evaluate content of server option "nicks" | Sébastien Helleu | |