Age | Commit message (Collapse) | Author |
|
|
|
WeeChat disconnects any client when a frame with length 0 is recieved.
|
|
|
|
name contains dots
|
|
|
|
|
|
Only the nick is optional is this infolist (server and channel are required).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The charset is used only when the message is not UTF-8 valid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#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 "*").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in command /exec
|
|
|
|
|
|
|
|
The filter can be set with /trigger monitor <filter> or by entering data
in the trigger monitor input.
|
|
|
|
|
|
|
|
|
|
-nf: create a new buffer with free content
-cl: clear new buffer
-nocl: append in new buffer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
|