Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
If hashmap creation fails (eg. not enough memory), it jumps to the label
"end", where it checks the pointer tags, that hadn't been initialized
before.
The simple fix is to initialize it before creating the hashmap.
|
|
signal/modifier hooks
|
|
|
|
|
|
Some includes were missing in .h files, and the tests must be linked
with intl and execinfo on FreeBSD.
|
|
|