Age | Commit message (Collapse) | Author |
|
|
|
irc options to customize/disable default nick highlight (task #11128)
New functions in C plugin API:
- string_regex_flags
- string_regcomp
New irc options:
- irc.look.highlight_server
- irc.look.highlight_channel
- irc.look.highlight_pv
Regex flags are supported in following options/commands:
- option weechat.look.highlight
- option weechat.look.highlight_regex
- options irc.look.highlight_{server|channel|pv}
- option relay.network.allowed_ips
- core command /filter
- irc command /list
- irc command /ignore
- rmodifier command /rmodifier
|
|
|
|
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247)
|
|
|
|
|
|
hashtable_map_string
|
|
|
|
|
|
N1-N2) only if main buffer is the only buffer matching number(s)
|
|
|
|
restore old behaviour before fix of bug #25555 in version 0.3.5)
|
|
|
|
|
|
|
|
large) (bug #34905)
|
|
|
|
|
|
(bug #31182)
|
|
|
|
portable accross Un*x and Windows) (task #11479)
|
|
#34727)
|
|
completion in middle of words (enabled by default) (task #9771)
|
|
|
|
alt+"/") (task #11553)
|
|
name or number
|
|
|
|
or after /upgrade
|
|
configuration files
|
|
weechat.history.{max_buffer_lines_number|max_buffer_lines_minutes}
|
|
|
|
|
|
history per buffer (task #10900) (patch from Quentin Pradet)
|
|
WeeChat home (default is "~/.weechat") (task #11266)
Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat"
Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reconnection problem (bug #34626)
The connection was not made with a fork() under Cygwin because the connect() in
child process was not working. This seems to be fixed in latest Cygwin, so this
hack has been removed and now a fork() is done for all systems.
|
|
directory instead of a filename
|
|
end of string
|
|
enabled (task #11401)
|
|
them in buffer when it is created
|
|
when calling infolist_get with bad hook type)
|
|
|
|
|
|
bold is used only if terminal has less than 16 colors (patch #7621)
|
|
|