Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | api: fix use of pointer after free in function key_unbind | 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 | core: update ChangeLog (issue #1250) | Sébastien Helleu | |
2020-06-02 | core: update ChangeLog (issue #1517) | Sébastien Helleu | |
2020-05-22 | core: add CI with GitHub Actions, move codecov.io upload to GitHub Actions | Sébastien Helleu | |
2020-05-21 | core: add base 16/32/64 encoding/decoding in evaluation of expressions | Sébastien Helleu | |
2020-05-19 | irc: do not remove spaces at the end of users messages received (closes #1513) | Sébastien Helleu | |
The regression was introduced in version 2.5 by commit 2b70d71aa1c891f2f251aa775cf239e5611576d5. | |||
2020-05-17 | tests: run tests on plugins only if the plugins are enabled and compiled | Sébastien Helleu | |
2020-05-17 | core: update ChangeLog (issue #592) | Sébastien Helleu | |
2020-05-16 | core: update ChangeLog (issue #1509) | Sébastien Helleu | |
2020-05-16 | core: update translations (closes #1245, closes #1257) | Sébastien Helleu | |
2020-05-16 | core: update ChangeLog (issue #1505) | Sébastien Helleu | |
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-14 | core: force buffer property "time_for_each_line" to 0 for buffers with free ↵ | Sébastien Helleu | |
content (closes #1485) | |||
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: set default size for input bar to 0 (automatic) (issue #1498) | Sébastien Helleu | |
2020-05-10 | core: add default key alt-enter to insert a newline (issue #1498) | Sébastien Helleu | |
2020-05-10 | core: don't collapse consecutive newlines in lines displayed before the ↵ | Sébastien Helleu | |
first buffer is created | |||
2020-05-10 | core: update ChangeLog ((issue #1500) | Sébastien Helleu | |
2020-05-09 | core: update ChangeLog (issue #1497) | 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 | core: update ChangeLog (issue #1454, issue #1456) | Sébastien Helleu | |
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 | irc: reuse a buffer with wrong type "channel" when a private message is ↵ | Sébastien Helleu | |
received (closes #869) | |||
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-07 | trigger: fix truncated trigger command with commands /trigger ↵ | Sébastien Helleu | |
input|output|recreate | |||
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 | tests: switch to Ubuntu Bionic, use pylint3 to lint Python scripts (Travis CI) | Sébastien Helleu | |
2020-05-03 | exec: fix use of same task id for different tasks (closes #1491) | Sébastien Helleu | |
2020-05-03 | core: update ChangeLog | Sébastien Helleu | |
2020-05-01 | relay: fix slow send of data to clients when SSL is enabled | Sébastien Helleu | |
2020-04-28 | core: update ChangeLog (issue #713) | Sébastien Helleu | |
2020-04-28 | relay: add command "completion" in weechat relay protocol (closes #1484) | Sébastien Helleu | |
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-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-22 | core: reload config on SIGHUP | Tom Fitzhenry | |
fixes https://github.com/weechat/weechat/issues/1476 | |||
2020-04-19 | core: add command line option "--stdout" in weechat-headless binary (closes ↵ | Sébastien Helleu | |
#1475, closes #1477) | |||
2020-04-19 | core: log to stdout, if headless | Tom Fitzhenry | |
Fixes https://github.com/weechat/weechat/issues/1475 . | |||
2020-04-18 | trigger: do not hide values of options with /set command in cmd_pass trigger | Sébastien Helleu | |
2020-04-18 | core: make GnuTLS a required dependency | Sébastien Helleu | |
2020-04-17 | relay: rename configuration options and keywords in handshake command ↵ | Sébastien Helleu | |
(weechat protocol) Configuration options renamed: * relay.network.auth_password -> relay.network.password_hash_algo * relay.network.hash_iterations -> relay.network.password_hash_iterations Handshake command options renamed: * password -> password_hash_algo Handshake reply keys renamed: * auth_password -> password_hash_algo * hash_iterations -> password_hash_iterations | |||
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 | core: move line from "Bug fixes" to "New features" (issue #1358) | Sébastien Helleu | |
2020-04-12 | relay: add option relay.network.auth_timeout | Sébastien Helleu | |