Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-13 | core: fix /help weechat.look.buffer_time_same | Sébastien Helleu | |
2019-04-13 | core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931) | Adrian Bjugård | |
2019-04-13 | core: add option weechat.look.buffer_time_same (closes #1127) | Simmo Saan | |
2019-04-13 | trigger: add hook "info_hashtable" | Sébastien Helleu | |
2019-04-06 | xfer: add option xfer.network.speed_limit_recv (closes #269) | Sébastien Helleu | |
For consistency, the option xfer.network.speed_limit has been renamed to xfer.network.speed_limit_send. | |||
2019-03-29 | core: don't execute command scheduled by /repeat if the buffer does not ↵ | Sébastien Helleu | |
exist any more | |||
2019-03-29 | core: don't execute command scheduled by /wait if the buffer does not exist ↵ | Sébastien Helleu | |
any more | |||
2019-03-29 | core: use seconds by default in /repeat interval, allow unit for the interval | Sébastien Helleu | |
2019-03-29 | core: allow text in addition to a command in command /repeat | Sébastien Helleu | |
2019-03-21 | irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ↵ | Sébastien Helleu | |
ssl_fingerprint option | |||
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 /wait and /repeat in weechat protocol (issue #928) | Sébastien Helleu | |
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-02-28 | relay: add option relay.weechat.commands (closes #928) | Sébastien Helleu | |
2019-02-26 | fset: fix typo in /help fset.format.option2 | arza | |
2019-02-23 | core: update translations (issue #1055, issue #1312) | Sébastien Helleu | |
2019-02-19 | spell: rename "aspell" plugin to "spell" (issue #1299) | Sébastien Helleu | |
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict | |||
2019-02-03 | Fix typo "part or words" -> "part of words" | arza | |
2019-01-26 | core: do not automatically add a space when completing "nick:" at the ↵ | Sébastien Helleu | |
beginning of command line The space can be added in option weechat.completion.nick_completer (this is now the default value of the option): /set weechat.completion.nick_completer ": " | |||
2019-01-26 | doc: fix regex examples to be compatible with FreeBSD | Sébastien Helleu | |
The following special sequences are not supported in regular expressions on FreeBSD: - "\w": replaced with "[a-zA-Z0-9_]" - "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice only spaces could be a problem when we use this sequence). | |||
2019-01-20 | script: add missing input actions "A" and "v" in /help script | Sébastien Helleu | |
2018-12-22 | core: add note about option sec.crypt.passphrase_file in /help secure (issue ↵ | Sébastien Helleu | |
#1286) | |||
2018-11-29 | core: use https for all links where secured http is supported | Sébastien Helleu | |
2018-11-17 | exec: add option exec.command.shell to customize the shell used with /exec -sh | Sébastien Helleu | |
2018-11-12 | core: improve help on option irc.look.server_buffer (closes #1269) | Sébastien Helleu | |
2018-11-12 | core: improve help on option weechat.look.nick_color_stop_chars (closes #1268) | Sébastien Helleu | |
2018-11-05 | buflist: add variable ${number2}, always set with the indented buffer number | Sébastien Helleu | |
2018-11-04 | core: replace ellipses by "etc." (in English) and "etc..." by "etc." in French | Sébastien Helleu | |
2018-11-04 | Merge pull request #1273 from half-duplex/master | Sébastien Helleu | |
Fix regex in relay.network.allowed_ips doc | |||
2018-11-04 | core: update translations | Sébastien Helleu | |
2018-10-23 | Fix regex in relay allowed_ips doc | Trevor Bergeron | |
2018-10-14 | doc: update auto-generated files with IRC options | Sébastien Helleu | |
2018-10-09 | core: add repeat of string in evaluation of expressions with ↵ | Sébastien Helleu | |
"repeat:count,string" (closes #958) | |||
2018-10-06 | core: update translations | Sébastien Helleu | |
2018-09-24 | logger: add more info about log levels in /help logger (closes #1254) | Sébastien Helleu | |
2018-09-18 | core: allow multiple arguments in command /buffer close | Sébastien Helleu | |
2018-09-09 | relay: fix URL to the page with remote interfaces in /help relay | Sébastien Helleu | |
2018-08-15 | core: update translations | Sébastien Helleu | |
2018-06-15 | doc: update auto-generated files | Sébastien Helleu | |
2018-06-14 | core: change default value of option weechat.look.hotlist_add_conditions ↵ | Sébastien Helleu | |
(closes #1206) Now if there are at least one relay client connected via weechat protocol, the buffer is always added to the hotlist. | |||
2018-06-14 | core: add key alt+"-" in /help filter | Sébastien Helleu | |
2018-06-02 | core: add reverse of string in evaluation of expressions with "rev:" (closes ↵ | Sébastien Helleu | |
#1200) | |||
2018-05-21 | core: update translations | Sébastien Helleu | |
2018-05-20 | core: update translations | Sébastien Helleu | |
2018-05-19 | buflist: add example of format for two bar items using a ternary operator in ↵ | Sébastien Helleu | |
/help buflist.format.buffer | |||
2018-04-16 | core: do not set terminal title by default (option ↵ | Sébastien Helleu | |
weechat.look.window_title) (closes #1182) | |||
2018-04-15 | core: add example of secured data in /help eval | Sébastien Helleu | |
2018-04-06 | irc: replace "server" by "name" in /help server | Sébastien Helleu | |
2018-04-01 | irc: add missing parameter "-server" in /help list (issue #1165) | Sébastien Helleu | |
2018-04-01 | irc: replace "server" by "target" in help of commands when the argument is ↵ | Sébastien Helleu | |
not an internal WeeChat server (issue #1165) |