Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
content
|
|
/script list -i
|
|
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|
|
|
|
Thanks to Stuart Nevans Locke for reporting the issue.
|
|
|
|
|
|
|
|
Crash happens if the log file was deleted before disabling logging and if the
option logger.file.info_lines is on.
|
|
|
|
(issue #1428)
|
|
|
|
renamed (issue #1428)
|
|
on CTCP replies (closes #1439)
|
|
(closes #1438)
|
|
|
|
in init command but not set in WeeChat (closes #1435)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"0" is a special channel name which causes a client to leave all the channels
it is presently on.
Note that when option irc.look.buffer_open_before_join is on, WeeChat may still
open channel buffers with an invalid channel name like "1". The server should
reply something like that, displayed on the server buffer:
1: No such channel
|
|
|
|
This fix reduces the number of messages "_buffer_title_changed" sent to the
weechat relay clients in IRC private buffers (this message was sent for every
new message received in the private buffer).
|
|
|
|
|
|
|
|
|
|
|
|
Since options are sorted in sections, it is faster to search from the last
option to the first one.
For configuration files with many options in a single section (like
plugins.conf), the load of configuration file is about 2 to 3x faster.
|
|
the buffer (closes #899, issue #978)
|
|
string is not UTF-8 valid (issue #1220, closes #1389)
|
|
"revscr:"
|
|
If the address of remote nick changes in a private buffer, a warning is
displayed.
|
|
|
|
|
|
|
|
|
|
|