Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
trigger_copy
|
|
trigger evaluated strings (closes #1624)
|
|
|
|
strings (closes #1580)
${tg_trigger_name} is replaced by the trigger name in these command strings:
- description
- arguments
- description of arguments
- completion
|
|
|
|
|
|
|
|
|
|
command of default trigger beep (issue #1529)
|
|
returned value is ignored
|
|
|
|
modifier callback (closes #42)
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
input|output|recreate
|
|
|
|
#1472)
|
|
|
|
|
|
file weechat.upgrade is not found
|
|
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
(closes #1322)
|
|
The value -1 means it's a standard split, but empty items are kept, and
separators are not removed at beginning/end of string.
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
|
|
|
|
|
|
trigger
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support the option "-server xxx"
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
|