Age | Commit message (Collapse) | Author |
|
server prefixes (closes #90)
The new default value of option irc.look.smart_filter_mode is now "+".
|
|
|
|
#751108)
The memory leak should not happen if infolists are properly freed by plugins,
and it happened only on unload of plugins (or exit).
|
|
|
|
|
|
|
|
|
|
|
|
raw/list buffers to clients (weechat protocol)
|
|
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).
|
|
|
|
A flag "closing" has been added in buffers. It is set to 1 when the buffer
is closing, and then no more printf is allowed in the buffer (a message
printed on relay buffer was causing a crash when it is closed).
|
|
pointers (WeeChat protocol)
|
|
|
|
|
|
|
|
|
|
|
|
(closes #86)
|
|
|
|
defined in buffer
|
|
|
|
|
|
|
|
|
|
argument before in the command line
|
|
|
|
|
|
from string to integer (in scripts)
|
|
|
|
|
|
|
|
|
|
irc.look.display_join_message (closes #75)
|
|
|
|
WeeChat disconnects any client when a frame with length 0 is recieved.
|
|
|
|
|
|
|
|
|
|
name contains dots
|
|
|
|
|
|
Yeah \o/
|
|
|
|
Only the nick is optional is this infolist (server and channel are required).
|
|
|
|
|
|
|
|
|