Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-12 | core: set max length to 4096 for /secure passphrase (closes #1323) | Sébastien Helleu | |
2019-03-11 | core: improve message displayed when a command is not allowed (issue #928) | Sébastien Helleu | |
The whole command with arguments and the full buffer name are now displayed in the warning message (in debug mode only). | |||
2019-03-11 | relay: use empty value by default for option relay.weechat.commands (issue #928) | Sébastien Helleu | |
The relay client is supposed to be safe by default, and the relay connection should be protected by the different ways (restriction on IP address, SSL, strong password, Time-based One-Time Password, local bind address and use of SSH tunnel…). So this option lets the user add extra security by allowing only some commands (whitelist), or allowing any commands except a list of given commands (blacklist). | |||
2019-03-10 | relay: add forbidden commands /key and /trigger in weechat protocol (issue #928) | Sébastien Helleu | |
2019-03-10 | relay: add forbidden commands /wait and /repeat in weechat protocol (issue #928) | Sébastien Helleu | |
2019-03-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
2019-03-09 | core: add value -1 for keep_eol in function string_strip (issue #1322) | Sébastien Helleu | |
The value -1 means it's a standard split, but empty items are kept, and separators are not removed at beginning/end of string. | |||
2019-03-09 | doc: update German auto-generated file | Sébastien Helleu | |
2019-03-09 | core: update German translations | Nils Görs | |
2019-03-09 | relay: add extra forbidden commands in weechat protocol (issue #928) | Sébastien Helleu | |
Commands were already forbidden (option relay.weechat.commands): - /exec - /upgrade - /quit These extra commands are now forbidden by default: - /fset - /set - /unset - /plugin - /script - /python - /perl - /ruby - /lua - /tcl - /guile - /javascript - /php - /secure | |||
2019-03-02 | core: use bitwise shift operator to define flag constants | Sébastien Helleu | |
2019-03-01 | core: add contributor in AUTHORS.adoc (issue #1319) | Sébastien Helleu | |
2019-03-01 | core: update ChangeLog (issue #1319) | Sébastien Helleu | |
2019-03-01 | Merge pull request #1319 from phy1729/quote-nick | Sébastien Helleu | |
irc: quote argument to NICK | |||
2019-02-28 | irc: quote argument to NICK | Matthew Martin | |
2019-02-28 | core: update German translations | Nils Görs | |
2019-02-28 | doc: fix typo in FAQ | Sébastien Helleu | |
2019-02-28 | script: use SHA-512 instead of MD5 for script checksum | Sébastien Helleu | |
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3 | |||
2019-02-28 | relay: add option relay.weechat.commands (closes #928) | Sébastien Helleu | |
2019-02-28 | api: add function command_options (issue #928) | Sébastien Helleu | |
2019-02-27 | php: fix memory leak in functions using hashtable parameters | Sébastien Helleu | |
Functions fixed in PHP plugin: - string_eval_expression - string_eval_path_home - key_bind - hook_process_hashtable - hook_hsignal_send - info_get_hashtable - hdata_update | |||
2019-02-27 | doc: fix typo in plugin API reference | Sébastien Helleu | |
2019-02-27 | core: remove function gui_buffer_match_list_split, use function ↵ | Sébastien Helleu | |
string_match_list | |||
2019-02-27 | core: use function string_match_list for the autoload of plugins | Sébastien Helleu | |
2019-02-27 | api: add function string_match_list | Sébastien Helleu | |
2019-02-26 | core: remove parentheses after function names in ChangeLog | Sébastien Helleu | |
2019-02-26 | Merge pull request #1318 from arza-zara/typos | Sébastien Helleu | |
fset: fix typo in /help fset.format.option2 | |||
2019-02-26 | fset: fix typo in /help fset.format.option2 | arza | |
2019-02-26 | doc: move spell chapter after scripts in user's guide | Sébastien Helleu | |
2019-02-25 | core: clarify changes on option weechat.completion.nick_completer in release ↵ | Sébastien Helleu | |
notes | |||
2019-02-24 | core: fix alignment of images in README | Sébastien Helleu | |
2019-02-24 | core: add WeeChat logo in README | Sébastien Helleu | |
2019-02-24 | relay: remove obsolete comment | Sébastien Helleu | |
2019-02-24 | doc: update German auto-generated files | Sébastien Helleu | |
2019-02-23 | core: update German translations | Nils Görs | |
2019-02-23 | core: update ChangeLog (issue #1055, issue #1312) | Sébastien Helleu | |
2019-02-23 | core: update translations (issue #1055, issue #1312) | Sébastien Helleu | |
2019-02-23 | core: add /filter addreplace (closes #1055) | Simmo Saan | |
2019-02-23 | core: update ChangeLog (issue #1309, issue #1311) | Sébastien Helleu | |
2019-02-23 | core: merge two comments in a single one (issue #1309, issue #1311) | Sébastien Helleu | |
2019-02-23 | Merge remote-tracking branch 'origin/pr/1311' | Sébastien Helleu | |
2019-02-22 | core: replace "Desired behavior" by "Expected behavior" in bug report template | Sébastien Helleu | |
2019-02-22 | fset: fix slow refresh of fset buffer during /reload (closes #1313) | Sébastien Helleu | |
2019-02-22 | core: move "Current behavior" after "Steps to reproduce" in bug report template | Sébastien Helleu | |
2019-02-21 | gui: fix use after free bug in /filter del (issue #1309) | Simmo Saan | |
Deleting (freeing) a filter also frees its buffers, so refilter must happen before freeing. Disabling the filter temporarily fixes the bug. This fix disables the filter before filter_removing signal, though. | |||
2019-02-21 | gui: only refilter affected buffers on filter change (closes #1309) | Simmo Saan | |
2019-02-20 | doc: update German auto-generated files | Sébastien Helleu | |
2019-02-20 | core: update German translations | Nils Görs | |
2019-02-20 | core: update German translations | Nils Görs | |
2019-02-19 | core: add command to change key alt+s in release notes | Sébastien Helleu | |