Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-20 | irc: evaluate command executed by commands /allchan, /allpv and /allserv ↵ | Sébastien Helleu | |
(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 | |||
2020-07-20 | doc: improve description of tags "notify_xxx" in chapter on lines tags ↵ | Sébastien Helleu | |
(user's guide) (issue #1529) | |||
2020-07-20 | trigger: check that tag "notify_none" is not present in message to run ↵ | Sébastien Helleu | |
command of default trigger beep (issue #1529) | |||
2020-07-20 | core: do not add line with highlight and tag "notify_none" to hotlist ↵ | Sébastien Helleu | |
(closes #1529) | |||
2020-07-18 | Version 3.0-dev | Sébastien Helleu | |
2020-07-18 | Version 2.9 | Sébastien Helleu | |
2020-07-11 | doc: replace wildcard command by list of included files in Makefile.am files | Sébastien Helleu | |
This fixes the `make distcheck` command. | |||
2020-07-07 | core: add contributor in AUTHORS.adoc (issue #1537) | Sébastien Helleu | |
2020-07-07 | core: update ChangeLog (issue #1537) | Sébastien Helleu | |
2020-07-07 | Add $weechat_sharedir/python for global python package import | Marco Sirabella | |
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. | |||
2020-07-05 | Version 2.9-rc1 | Sébastien Helleu | |
2020-07-04 | doc: update German auto-generated file | Sébastien Helleu | |
2020-07-04 | core: update German translations | Nils Görs | |
2020-06-30 | doc: fix description of "_chat_bol" and "_chat_eol" in function hook_focus ↵ | Sébastien Helleu | |
(plugin API reference) | |||
2020-06-30 | doc: harmonize example of pointers in plugin API reference and relay protocol | Sébastien Helleu | |
2020-06-30 | api: add pointer "_bar_window" in hashtable sent to hook focus callback ↵ | Sébastien Helleu | |
(closes #1450) | |||
2020-06-29 | doc: fix typo (relay protocol) | Sébastien Helleu | |
2020-06-28 | doc: fix flake8 errors in docgen.py | Sébastien Helleu | |
2020-06-26 | relay: add missing field "notify_level" in message "_buffer_line_added" ↵ | Sébastien Helleu | |
(issue #1529) | |||
2020-06-21 | core: add bar option "color_bg_inactive" (issue #732) | Sébastien Helleu | |
2020-06-21 | irc: check that the first nick char is not a prefix char or chantype in ↵ | Sébastien Helleu | |
function irc_nick_is_nick | |||
2020-06-21 | irc: change default chantypes from "#&+!" to "#&" | Sébastien Helleu | |
The default chantypes was conflicting with irc_server_prefix_chars_default ("@+"). | |||
2020-06-20 | tests: add test of function irc_nick_is_nick with invalid UTF-8 string | Sébastien Helleu | |
2020-06-20 | irc: add support of UTF8MAPPING, add support of optional server in info ↵ | Sébastien Helleu | |
"irc_is_nick" (closes #1528) | |||
2020-06-20 | tests: add tests on IRC function irc_channel_is_channel | Sébastien Helleu | |
2020-06-20 | irc: return NULL in info "irc_is_channel" if arguments is NULL or empty string | Sébastien Helleu | |
2020-06-17 | doc: update German auto-generated file | Sébastien Helleu | |
2020-06-16 | core: update German translations | Nils Görs | |
2020-06-16 | tests: add tests on IRC command ACCOUNT with colon before the account name | Sébastien Helleu | |
2020-06-15 | irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526) | Sébastien Helleu | |
2020-06-15 | irc: skip semicolon before account name in ACCOUNT message | Sébastien Helleu | |
2020-06-13 | javascript: disable build by default and remove Debian packaging of ↵ | Sébastien Helleu | |
JavaScript plugin (issue #360) | |||
2020-06-10 | buflist: add "window" pointer in bar item evaluation only if it's not NULL ↵ | Sébastien Helleu | |
(if bar type is "window") | |||
2020-06-07 | core: update ChangeLog (issue #1514) | Sébastien Helleu | |
2020-06-07 | core: add contributor in AUTHORS.adoc (issue #1514) | Sébastien Helleu | |
2020-06-07 | guile: fix compiler warning (issue #1514) | Sébastien Helleu | |
2020-06-07 | guile: fix memory leak in output port | Joram Schrijver | |
2020-06-07 | guile: re-enable "/guile eval" (issue #1098) | Joram Schrijver | |
With the output port now properly implemented for Guile >= 2.2, this command works again. | |||
2020-06-07 | guile: fix printing of output to buffer (issue #1098) | Joram Schrijver | |
The support for Guile 2.2 did not implement the custom port correctly, and did not configure it to be the default output port. This caused output from Guile to be printed straight to the TTY, breaking the WeeChat interface. Note that the port is unbuffered, so that code like (display "test") immediately results in output, without an explicit call to force-output. | |||
2020-06-07 | api: fix use of pointer after free in function key_unbind | Sébastien Helleu | |
2020-06-06 | doc: remove tag "translation missing" in French plugin API reference | Sébastien Helleu | |
2020-06-06 | doc: add URL to the Debian download page in user's guide | Sébastien Helleu | |
2020-06-04 | irc: fix add of ignore with flags in regex, display full ignore mask in list ↵ | Sébastien Helleu | |
of ignores (closes #1518) | |||
2020-06-03 | doc: update auto-generated files (issue #1250) | Sébastien Helleu | |
2020-06-03 | core: update translations (issue #1250) | Sébastien Helleu | |
2020-06-03 | core: update ChangeLog (issue #1250) | Sébastien Helleu | |
2020-06-03 | irc: display account messages in buffers | Max Teufel | |
2020-06-02 | core: update ChangeLog (issue #1517) | Sébastien Helleu | |
2020-06-02 | core: add contributor in AUTHORS.adoc (issue #1517) | Sébastien Helleu | |
2020-06-02 | Add Alacritty title escape sequence support | Christian Duerr | |