Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-27 | doc: add a second note on default configuration files in user's guide | Sébastien Helleu | |
2021-01-16 | doc: don't build headless man page if headless is disabled | Jan Palus | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2021-01-01 | doc: add note about call to "regfree" after call to "string_regcomp" (plugin ↵ | Sébastien Helleu | |
API reference) | |||
2020-12-31 | core: display more verbose debug with two "-d" in command /eval | Sébastien Helleu | |
Now a single -d in command /eval shows less debug messages than previous versions. To get the same debug messages than previous versions, two -d must be used. | |||
2020-12-28 | doc: update question about config files sharing (FAQ) | Sébastien Helleu | |
2020-12-28 | doc: add info about sensitive data in relay.conf (user's guide) | Sébastien Helleu | |
2020-12-21 | doc: add missing parenthesis in user's guide | Sébastien Helleu | |
2020-12-19 | doc: add a chapter on buffer local variables (user's guide) | Sébastien Helleu | |
2020-12-19 | core: add options "setvar" and "delvar" in command /buffer, rename option ↵ | Sébastien Helleu | |
"localvar" to "listvar" The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still recognized by WeeChat, to stay compatible with any extension/script calling it (or referencing it in the documentation). It is deprecated and will be removed in a future release. | |||
2020-12-19 | doc: replace "core" by "weechat" in table with extra info for bar item ↵ | Sébastien Helleu | |
"buffer_nicklist" (plugin API reference) | |||
2020-12-18 | core: add option "recreate" in command /filter | Sébastien Helleu | |
2020-12-15 | script: add status of scripts in output of command /script list in /help script | Sébastien Helleu | |
2020-12-13 | doc: add command to run WeeChat with address sanitizer (user's guide) | Sébastien Helleu | |
2020-12-06 | doc: update auto-generated files with commands | Sébastien Helleu | |
2020-12-06 | doc: add question about buflist customization | Sébastien Helleu | |
2020-11-14 | trigger: add variable "${tg_trigger_name}" in command trigger evaluated ↵ | Sébastien Helleu | |
strings (closes #1580) ${tg_trigger_name} is replaced by the trigger name in these command strings: - description - arguments - description of arguments - completion | |||
2020-11-14 | core: add evaluation of conditions in evaluation of expressions with ↵ | Sébastien Helleu | |
"eval_cond:" (closes #1582) | |||
2020-10-21 | trigger: add variable "tg_argc" in data set by command trigger (closes #1576) | Sébastien Helleu | |
2020-10-15 | doc: Update hotlist example to match hotlist_prefix | Trygve Aaberge | |
hotlist_prefix defaults to "H: ", so the example should show the same to make it easier to understand what it is. | |||
2020-10-11 | exec: add option "-oerr" to send stderr to buffer (now disabled by default) ↵ | Sébastien Helleu | |
(closes #1566) | |||
2020-10-10 | doc: translate tg_trigger_name variable under triggers (issue #1567) | Sébastien Helleu | |
2020-10-04 | api: add optional list of colors in infos "nick_color" and "nick_color_name" ↵ | Sébastien Helleu | |
(closes #1565) | |||
2020-09-06 | script: add option script.scripts.download_enabled (closes #1548) | Sébastien Helleu | |
2020-08-23 | api: add argument "bytes" in function string_dyn_concat | Sébastien Helleu | |
2020-08-22 | api: add function string_color_code_size (issue #1547) | Sébastien Helleu | |
2020-08-09 | fset: add option fset.look.auto_refresh (closes #1553) | Sébastien Helleu | |
2020-08-01 | doc: add instructions to build WeeChat with address sanitizer (user's guide) | Sébastien Helleu | |
2020-08-01 | core: disable debug by default in autotools build | Sébastien Helleu | |
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-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-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-13 | javascript: disable build by default and remove Debian packaging of ↵ | Sébastien Helleu | |
JavaScript plugin (issue #360) | |||
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-05-27 | doc: mention callback argument "callback_pointer" in differences with C API ↵ | Sébastien Helleu | |
(scripting guide) | |||
2020-05-21 | core: add base 16/32/64 encoding/decoding in evaluation of expressions | 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-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 | 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. |