Age | Commit message (Collapse) | Author |
|
server (closes #1551)
|
|
"irc_is_nick" (closes #1528)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|
|
|
|
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.
|
|
(closes #115)
|
|
|
|
|
|
"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).
|
|
|
|
structure (issue #1387)
|
|
the nick (closes #1376, issue #1319)
|
|
(closes #195)
|
|
|
|
|
|
|
|
|
|
|
|
ssl_fingerprint option
|
|
|
|
(closes #1322)
|
|
|
|
|
|
|
|
|
|
|
|
irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
|
|
|
|
(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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
irc_server_get_number_buffer (issue #1012)
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
content has changed (closes #925)
|
|
|
|
The lag is stored in the local variable "lag" of the server buffer.
When there is no lag, the local variable does not exist.
|
|
Functions:
- irc_channel_nick_speaking_time_free
- irc_ignore_free
- irc_notify_free
- irc_raw_message_free
- irc_server_outqueue_free
|
|
|
|
|
|
|