Age | Commit message (Collapse) | Author |
|
|
|
#29886, closes #218, closes #451)
|
|
in command /connect
Even if the option irc.look.buffer_open_before_autojoin is on.
|
|
|
|
"ssl_fingerprint" (closes #281)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#13038)
|
|
|
|
|
|
and manual joins) (closes #216)
New options:
- irc.look.buffer_open_before_autojoin
- irc.look.buffer_open_before_join
|
|
|
|
type to integer (enum)
New possible values are:
- "continue": ignore the SASL failed (continue connection to server
without authentication)
- "reconnect": disconnect and schedule a reconnection to server
- "disconnect": disconnect
|
|
array
|
|
|
|
|
|
|
|
and util_timeval_add
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If there are still data on socket with SSL
(if gnutls_record_check_pending(session) returns > 0), then call
gnutls_record_recv() again to read all available data.
The problem was that some data remained in the gnutls buffers and the recv
callback was not called any more (nothing available on raw socket).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(task #11477) (patch from Nils Görs)
|
|
|
|
ssl_fingerprint is set
|
|
|
|
|
|
|
|
|
|
|
|
notices/messages
|
|
|
|
|
|
irc.look.highlight_tags to irc.look.highlight_tags_restrict
The buffer property "highlight_tags" is renamed to "highlight_tags_restrict".
New behavior for buffer property "highlight_tags": force highlight on tags.
Option irc.look.highlight_tags is renamed to irc.look.highlight_tags_restrict.
|
|
|
|
error GNUTLS_E_DH_PRIME_UNACCEPTABLE
|