Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-04 | spell: add a warning if aspell.conf is still present (on first spell load) | Sébastien Helleu | |
2019-05-16 | core: update German translations | weechatter | |
2019-05-13 | core: update translations | Sébastien Helleu | |
2019-04-14 | doc: update German auto-generated files | Sébastien Helleu | |
2019-04-13 | core: update German translations | Nils Görs | |
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: update German translations | Nils Görs | |
2019-04-13 | core: update German translations | Nils Görs | |
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-13 | trigger: add hook "info" | Sébastien Helleu | |
2019-04-06 | core: update German translations | Nils Görs | |
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-04-02 | core: update German translations | Nils Görs | |
2019-03-31 | core: add documentation on command line debug options (in --help and man pages) | Sébastien Helleu | |
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence. | |||
2019-03-29 | core: update German translations | Nils Görs | |
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-19 | core: update German translations | Nils Görs | |
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: update German translations | Nils Görs | |
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 | 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-02-28 | core: update German translations | Nils Görs | |
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 German translations | Nils Görs | |
2019-02-23 | core: update translations (issue #1055, issue #1312) | 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: update translations (issue #1299) | Sébastien Helleu | |
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: update German translations | Nils Görs | |
2018-12-22 | core: add note about option sec.crypt.passphrase_file in /help secure (issue ↵ | Sébastien Helleu | |
#1286) | |||
2018-12-13 | core: update German translations | Nils Görs | |
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 | |