Age | Commit message (Collapse) | Author |
|
Since the received messages are displayed without UTF-8 conversion (ie
this is really the data received), it is consistent to display the
message really sent to server (ie after charset conversion), instead of
the UTF-8 internal message.
|
|
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.
|
|
|
|
0 milliseconds
|
|
|
|
|
|
#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
|
|
|