Age | Commit message (Collapse) | Author |
|
and util_timeval_add
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
channels) (closes #117)
|
|
|
|
|
|
server prefixes (closes #90)
The new default value of option irc.look.smart_filter_mode is now "+".
|
|
|
|
|
|
colon before the channel name (closes #83)
The problem was only affecting scripts or triggers using the parser.
The irc plugin does not use the "channel" variable built by the parser
(when parsing JOIN/PART messages).
|
|
|
|
|
|
|
|
|
|
(closes #86)
|
|
|
|
|
|
|
|
|
|
irc.look.display_join_message (closes #75)
|
|
|
|
|
|
Only the nick is optional is this infolist (server and channel are required).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#12163, closes #48)
This option replaces the option irc.look.item_channel_modes_hide_key.
It is now a string, so channel modes arguments can be hidden using many
channel modes (or all, with "*").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|