Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | irc: display an error with /allchan -current or /allpv -current if the ↵ | Sébastien Helleu | |
current buffer is not an irc buffer (closes #1325) | |||
2019-03-17 | core: fix typo: Weechat -> WeeChat | Sébastien Helleu | |
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-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 | 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-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 | core: update translations (issue #1299) | Sébastien Helleu | |
2019-02-15 | Fix czech translation kick message | ZethJack | |
original: <op> byl vykopnut <user> results in confusing message caused by mistranslation: op was kicked user proposed fix: <op> vykopnul <user> should result in more understandeable message: op has kicked user | |||
2019-02-03 | core: update translations | Sébastien Helleu | |
2019-01-29 | irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are ↵ | Sébastien Helleu | |
colons (closes #1296) | |||
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-29 | core: use https for links to GNU GPL license | 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-17 | core: add command line option "-t" (or "--temp-dir") to create a temporary ↵ | Sébastien Helleu | |
WeeChat home (deleted on exit) | |||
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 | irc: fix colors 14 and 15 in /help irc.color.mirc_remap (closes #1266) | 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-20 | core: update translations | 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-09-06 | core: allow multiple options "-r" ("--run-command") in command line ↵ | Sébastien Helleu | |
arguments (closes #1248) | |||
2018-08-17 | core: add option "-P" (or "--plugins") to customize the plugins to load at ↵ | Sébastien Helleu | |
startup If given, the option replaces the option weechat.plugin.autoload. | |||
2018-08-17 | core: update translations | Sébastien Helleu | |
2018-08-15 | core: update translations | 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 | relay: add filtering on protocol in info "relay_client_count" (issue #1206) | Sébastien Helleu | |
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 | irc: add space before capability only if the string is not empty | Sébastien Helleu | |
2018-05-20 | core: update translations | Sébastien Helleu | |
2018-05-20 | core: update translations | Sébastien Helleu | |