Age | Commit message (Collapse) | Author |
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
increase max value to 604800 seconds (7 days)
|
|
|
|
/devoice, /halfop, /dehalfop
|
|
|
|
wrong/missing
|
|
|
|
|
|
(malformed message)
|
|
|
|
|
|
|
|
|
|
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
|
|
|
|
(task #11477) (patch from Nils Görs)
|
|
|
|
|
|
ssl_fingerprint is set
|
|
digits (when set to non-empty value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using regular expressions
|
|
|
|
|
|
notices/messages
|
|
|
|
|
|
|
|
New default value is now used for these options:
- weechat.color.chat_inactive_buffer: "default"
- weechat.color.chat_inactive_window: "default"
- weechat.color.chat_nick_offline: "default"
- weechat.color.chat_nick_offline_highlight_bg: "blue"
- weechat.color.chat_prefix_buffer_inactive_buffer: "default"
- irc.color.topic_old: "default"
- logger.color.backlog_end: "default"
- logger.color.backlog_line: "default"
- script.color.text_delimiters: "default"
|
|
|
|
channel welcome notices
|
|
|