Age | Commit message (Collapse) | Author |
|
|
|
warnings)
|
|
|
|
|
|
warnings)
|
|
|
|
initialized
|
|
warnings)
|
|
initialized
|
|
warning about default values used
|
|
is already displayed)
|
|
|
|
warning is already displayed)
|
|
|
|
(and not on read error with existing file)
|
|
prevent highlight on it (bug #40516)
|
|
supports more nick prefixes than the previously connected server
|
|
|
|
|
|
|
|
|
|
|
|
irc.look.buffer_switch_autojoin is on
|
|
(remove the warning about unsafe key)
|
|
|
|
|
|
|
|
Options affected:
- weechat.history.max_buffer_lines_minutes
- weechat.history.max_buffer_lines_number
- weechat.history.max_commands
|
|
|
|
|
|
|
|
message (task #12777) (patch from Nils Görs)
|
|
New options:
- weechat.look.buffer_search_case_sensitive (boolean, off by default)
- weechat.look.buffer_search_force_default (boolean, off by default)
- weechat.look.buffer_search_regex (boolean, off by default)
- weechat.look.buffer_search_where (prefix, message (by default), prefix_message)
|
|
weechat.network.proxy_curl on startup
Proxies are not yet fully loaded (when reading weechat.conf), so the warning
is not displayed on startup, but only when option is changed.
|
|
|
|
in plugins
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
|
|
single message received (only the first one was decoded)
|
|
displayed after (only filtered lines)
|
|
when they are displayed in server buffer)
|
|
notice (fix highlight problem)
|
|
With the new option irc.look.notice_welcome_redirect, a private notice could
have a channel at beginning of message (with format "[#channel]") and then be
displayed on the channel, without difference with a real channel notice
(received by all nicks in channel).
For example with these commands:
/notice nick2 [#channel] private notice
/notice #channel notice for whole channel
Old display was (on receiver side, in #channel):
-- | Notice(nick1): private notice
-- | Notice(nick1): notice for whole channel
New display is:
-- | Notice(nick1) -> nick2: private notice
-- | Notice(nick1) -> #channel: notice for whole channel
|
|
|
|
|
|
|
|
the end of content (bug #40115)
|
|
after last buffer line when scrolling (bug #40126)
|
|
|
|
|
|
|
|
chars before/after word (thanks to Nils Görs)
|