Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | core: disable debug by default in autotools build | Sébastien Helleu | |
2020-07-21 | doc: update German auto-generated file | Sébastien Helleu | |
2020-07-21 | core: update German translations | Nils Görs | |
2020-07-21 | doc: add "irc_nick" in hashtable sent to hook_focus callback (plugin API ↵ | Sébastien Helleu | |
reference) (issue #1538) | |||
2020-07-20 | irc: allow to send text on buffers with commands /allchan, /allpv and /allserv | Sébastien Helleu | |
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-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-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-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-17 | doc: update German auto-generated file | Sébastien Helleu | |
2020-06-16 | core: update German translations | Nils Görs | |
2020-06-13 | javascript: disable build by default and remove Debian packaging of ↵ | Sébastien Helleu | |
JavaScript plugin (issue #360) | |||
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-03 | doc: update auto-generated files (issue #1250) | Sébastien Helleu | |
2020-06-01 | doc: add missing p-path pointer in hdata example (relay protocol) | Sébastien Helleu | |
2020-06-01 | doc: fix example of NULL pointer (relay protocol) | Sébastien Helleu | |
2020-05-30 | doc: use a single line for some object examples (relay protocol) | Sébastien Helleu | |
2020-05-29 | doc: update German documentation | Nils Görs | |
2020-05-27 | doc: mention callback argument "callback_pointer" in differences with C API ↵ | Sébastien Helleu | |
(scripting guide) | |||
2020-05-22 | doc: update German auto-generated files | Sébastien Helleu | |
2020-05-21 | doc: add missing "id" in commands input, sync, desync, ping and quit (relay ↵ | Sébastien Helleu | |
protocol) | |||
2020-05-21 | core: add base 16/32/64 encoding/decoding in evaluation of expressions | Sébastien Helleu | |
2020-05-18 | doc: add missing non-breaking spaces before colons and semicolons in French docs | Sébastien Helleu | |
2020-05-16 | core: update translations (closes #1245, closes #1257) | Sébastien Helleu | |
2020-05-16 | core: add color in /buffer output for notification level, update ↵ | Sébastien Helleu | |
translations (issue #1505) | |||
2020-05-16 | core: add bar items with nicklist groups and nicks/groups (closes #1506) | Sébastien Helleu | |
The bar item "buffer_nicklist_count" is now the number of displayed nicks only (not groups). New bar items: - "buffer_nicklist_count_groups": number of groups displayed - "buffer_nicklist_count_all": number of nicks and groups displayed | |||
2020-05-16 | doc: add missing arguments in "info" command (English and Japanese relay ↵ | Sébastien Helleu | |
protocol) | |||
2020-05-12 | relay: increase default limits for IRC backlog options | Sébastien Helleu | |
Default value is changed for the following options: * relay.irc.backlog_max_minutes: from 1440 to 0 (unlimited) * relay.irc.backlog_max_number: from 256 to 1024 | |||
2020-05-10 | doc: update German documentation | Nils Görs | |
2020-05-10 | core: add default key alt-enter to insert a newline (issue #1498) | Sébastien Helleu | |
2020-05-09 | core: add an option for multiline input in a buffer (closes #984) | Trygve Aaberge | |
This allows the input callback function for a buffer to receive multiple lines at once, instead of the message being split on newline before being sent to the callback. It adds a new flag, input_multiline, to control this. This flag defaults to 0 which is the current behavior. | |||
2020-05-09 | api: use buffer pointer in argument "modifier_data" sent to weechat_print ↵ | Sébastien Helleu | |
modifier callback (closes #42) | |||
2020-05-08 | doc: update German auto-generated file | Sébastien Helleu | |
2020-05-08 | core: rename functions hook_completion_{get_string|list_add} to ↵ | Sébastien Helleu | |
completion_{get_string|list_add} Old functions are kept for compatibility reasons. | |||
2020-05-05 | core: add include comparison operators in evaluation of expressions | Sébastien Helleu | |
New comparison operators: - "==*": is matching mask, case sensitive (wildcard "*" is allowed) - "!!*": is NOT matching mask, case sensitive (wildcard "*" is allowed) - "==-": is included, case sensitive - "!!-": is NOT included, case sensitive - "=-": is included, case insensitive - "!-": is NOT included, case insensitive | |||
2020-05-03 | doc: fix pylint errors | Sébastien Helleu | |
2020-05-03 | doc: remove extra separator lines in auto-generated files | Sébastien Helleu | |
2020-05-03 | doc: merge 53 autogen files into 11 files, move them to includes directory | Sébastien Helleu | |
2020-05-02 | doc: drop Python 2 support in script docgen.py | Sébastien Helleu | |
The script now requires Python 3.6+. |