Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-30 | irc: add missing modifier "irc_color_decode_ansi" in comment on function ↵ | Sébastien Helleu | |
irc_color_modifier_cb | |||
2020-03-28 | irc: move functions irc_protocol_get_message_tags and ↵ | Sébastien Helleu | |
irc_protocol_parse_time before protocol callbacks | |||
2020-03-28 | irc: remove empty lines | Sébastien Helleu | |
2020-03-27 | irc: fix typo in description of message 001 | Sébastien Helleu | |
2020-03-27 | irc: add examples of NOTICE and PRIVMSG messages to channel ops | Sébastien Helleu | |
2020-03-21 | irc: use larger buffer for message in function ↵ | Sébastien Helleu | |
irc_message_split_authenticate, just in case | |||
2020-03-21 | irc: split AUTHENTICATE message in 400-byte chunks (closes #1459) | Sébastien Helleu | |
2020-03-21 | irc: replace "char *" by "const char *" in arguments of split functions | Sébastien Helleu | |
2020-03-20 | api: add info "auto_connect" (closes #1453) | Sébastien Helleu | |
2020-03-15 | irc: set channel modes to NULL instead of "+" when no modes are remaining | Sébastien Helleu | |
2020-03-15 | irc: add another example of MODE message | Sébastien Helleu | |
2020-03-15 | irc: remove unused variable "modes" from function ↵ | Sébastien Helleu | |
irc_bar_item_buffer_name_content | |||
2020-03-12 | irc: fix variable name in function irc_server_connect when GnuTLS is disabled | Sébastien Helleu | |
2020-03-10 | irc: rename argument in function irc_protocol_is_numeric_command | Sébastien Helleu | |
2020-03-10 | irc: return 0 in function irc_protocol_is_numeric_command if the command is ↵ | Sébastien Helleu | |
NULL or empty | |||
2020-03-09 | irc: add support of fake servers (no I/O, for testing purposes) | Sébastien Helleu | |
2020-03-08 | irc: copy temporary server flag in command /server copy | Sébastien Helleu | |
2020-02-10 | irc: use irc_server_prefix_chars_default if server->prefix_chars is NULL | Sébastien Helleu | |
2020-02-10 | irc: fix crash when receiving a malformed message 352 (who) | Sébastien Helleu | |
Thanks to Stuart Nevans Locke for reporting the issue. | |||
2020-02-09 | irc: fix crash when a new message 005 is received with longer nick prefixes | Sébastien Helleu | |
Thanks to Stuart Nevans Locke for reporting the issue. | |||
2020-02-08 | irc: fix crash when receiving a malformed message 324 (channel mode) | Sébastien Helleu | |
Thanks to Stuart Nevans Locke for reporting the issue. | |||
2020-02-07 | irc: remove nested switches in function irc_color_decode_ansi_cb | Sébastien Helleu | |
2020-02-05 | irc: use dynamic string in function irc_color_encode | Sébastien Helleu | |
2020-02-05 | irc: replace realloc by dynamic string in function irc_color_decode | Sébastien Helleu | |
2020-02-01 | irc: add nick changes in the hotlist (except self nick change) | Sébastien Helleu | |
2020-01-11 | irc: case-insensitive comparison on incoming CTCP command, force upper case ↵ | Sébastien Helleu | |
on CTCP replies (closes #1439) | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-12-15 | irc: fix memory leak when the channel topic is changed | Sébastien Helleu | |
2019-12-13 | irc: add GnuTLS >= 3.1.0 requirement to ssl_password option help (issue #115) | Simmo Saan | |
2019-12-13 | irc: fix compilation with GnuTLS < 3.1.0 (issue #115) | Simmo Saan | |
Due to this ssl_password will be partially unused with GnuTLS < 3.1.0. In that case an encrypted SSL client cert import will simply fail. | |||
2019-11-21 | irc: do not automatically open a channel with name "0" (closes #1429) | Sébastien Helleu | |
"0" is a special channel name which causes a client to leave all the channels it is presently on. Note that when option irc.look.buffer_open_before_join is on, WeeChat may still open channel buffers with an invalid channel name like "1". The server should reply something like that, displayed on the server buffer: 1: No such channel | |||
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 | |
#892) This is because the bitlbee server causes the warning to be displayed when it is not expected (the address of remote nick changes multiple times on login). | |||
2019-11-03 | irc: fix typo and examples in /help server | Sébastien Helleu | |
2019-11-03 | irc: set raw filter to "*" if local variable "filter" was not set after ↵ | Sébastien Helleu | |
/upgrade on raw buffer | |||
2019-11-03 | irc: restore irc raw filter after /upgrade (issue #1000) | Sébastien Helleu | |
2019-11-03 | irc: add filters on raw buffer (closes #1000) | 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 | |
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-10-09 | irc: fix compiler warning on uninitialized variable | Sébastien Helleu | |
2019-10-06 | irc: use path from option xfer.file.upload_path to complete filename in ↵ | Sébastien Helleu | |
command "/dcc send" (closes #60) | |||
2019-10-04 | irc: fix typo in /help links | Sébastien Helleu | |
2019-10-01 | core: fix typos in comments | Sébastien Helleu | |
2019-10-01 | core: fix style in CMake files | Sébastien Helleu | |
2019-09-27 | irc: add "user" in output of irc_message_parse (closes #136) | Sébastien Helleu | |
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-08-24 | irc: fix parsing of message 346, 348 and 728 when there is a colon before ↵ | Sébastien Helleu | |
the timestamp (issue #1396) IRC Messages: - 346: invite list - 348: exception list - 728: quiet list | |||
2019-08-21 | irc: fix parsing of message 367 (banlist) when there is a colon before the ↵ | iwalkalone | |
timestamp (closes #1396) |