Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-04 | doc: update German auto-generated file | Sébastien Helleu | |
2020-07-04 | core: update German translations | Nils Görs | |
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-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: 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-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 | 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 | 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-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: 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: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" ↵ | Sébastien Helleu | |
directory | |||
2020-05-02 | doc: merge files man_*.xx.adoc into a single file man.xx.adoc | Sébastien Helleu | |
2020-05-02 | doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adoc | Sébastien Helleu | |
2020-04-29 | doc: update German auto-generated files | Sébastien Helleu | |
2020-04-29 | core: update German translations | Nils Görs | |
2020-04-27 | api: add hdata "completion_word" (issue #1484) | Sébastien Helleu | |
2020-04-27 | api: add functions completion_new, completion_search and completion_free ↵ | Sébastien Helleu | |
(issue #1484) | |||
2020-04-25 | doc: protect monospace text with plus characters (FAQ) | Sébastien Helleu | |
2020-04-25 | doc: protect monospace text with plus characters (scripting guide) | Sébastien Helleu | |
2020-04-24 | doc: protect monospace text with plus characters (user's guide) | Sébastien Helleu | |
2020-04-24 | core: add default key alt-shift-N to toggle nicklist bar | Sébastien Helleu | |
2020-04-24 | buflist: add default key alt-shift-B to toggle buflist | Sébastien Helleu | |
2020-04-24 | buflist: add options enable/disable/toggle in command /buflist | Sébastien Helleu | |
2020-04-19 | core: update German translations | Nils Görs | |
2020-04-19 | core: add command line option "--stdout" in weechat-headless binary (closes ↵ | Sébastien Helleu | |
#1475, closes #1477) | |||
2020-04-18 | doc: fix asciidoctor options in autotools build | Sébastien Helleu | |
2020-04-18 | doc: fix table sizes on small screens | Sébastien Helleu | |
2020-04-18 | doc: update default trigger cmd_pass in user's guide | Sébastien Helleu | |
2020-04-18 | doc: update auto-generated files with relay options | Sébastien Helleu | |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu | |
2020-04-17 | doc: update German auto-generated files | Sébastien Helleu | |
2020-04-17 | core: update German translations | Nils Görs | |
2020-04-14 | relay: add command "handshake" in weechat relay protocol and nonce to ↵ | Sébastien Helleu | |
prevent replay attacks (closes #1474) This introduces a new command called "handshake" in the weechat relay protocol. It should be sent by the client before the "init" command, to negotiate the way to authenticate with a password. 3 new options are added: * relay.network.auth_password * relay.network.hash_iterations * relay.network.nonce_size | |||
2020-04-12 | relay: add option relay.network.auth_timeout | Sébastien Helleu | |
2020-04-12 | cmake: rename internal variable SHAREDIR to DATAROOTDIR | Eli Schwartz | |
This is how other build systems (e.g. autotools) see the variable, and cmake's own GNUInstallDirs defines the same. It more clearly describes what this setting does vs. the ambiguous "sharedir". |