Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
server (closes #1551)
|
|
|
|
|
|
Functions tested:
- gui_line_lines_alloc
- gui_line_lines_free
- gui_line_tags_alloc
- gui_line_tags_free
- gui_line_is_displayed
- gui_line_has_tag_no_filter
- gui_line_search_tag_starting_with
- gui_line_get_nick_tag
|
|
gui_line_get_nick_tag
|
|
gui_line_has_tag_no_filter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reference) (issue #1538)
|
|
#1535)
|
|
|
|
(closes #1536)
The extra variables are now replaced (in addition to `$server`, `$channel` and
`$nick`):
- `${irc_server.xxx}`: variable xxx in server
- `${irc_channel.xxx}`: variable xxx in channel
|
|
(user's guide) (issue #1529)
|
|
command of default trigger beep (issue #1529)
|
|
(closes #1529)
|
|
|
|
|
|
This fixes the `make distcheck` command.
|
|
|
|
|
|
Related: #1461
Some scripts (eg weechat-matrix) ship directories that need to be
imported from the script.
Rather than globally installing the python packages to python's
`site-packages` the directories can be installed alongside the script in
`WEECHAT_SHAREDIR/python`.
This change adds that directory to the `$PYTHONPATH` to import
successfully.
|
|
|
|
|
|
|
|
(plugin API reference)
|
|
|
|
(closes #1450)
|
|
|
|
|
|
(issue #1529)
|
|
|
|
function irc_nick_is_nick
|
|
The default chantypes was conflicting with
irc_server_prefix_chars_default ("@+").
|
|
|
|
"irc_is_nick" (closes #1528)
|
|
|
|
|
|
|
|
|
|
|
|
|