Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-07 | alias: remove default aliases /AME and /AMSG | jesopo | |
2019-06-07 | core: replace char "," by "~" in color codes to separate foreground from ↵ | Sébastien Helleu | |
background (closes #1264) | |||
2019-06-07 | doc: replace "cmake" by "CMake" | Sébastien Helleu | |
2019-05-27 | doc: add example of WeeChat command to setup the password in a WeeChat IRC ↵ | Sébastien Helleu | |
relay client (user's guide) | |||
2019-05-27 | doc: disambiguate key binding "l", which is lower "L" (not "1") | Sébastien Helleu | |
2019-05-26 | doc: add links to WeeChat directories and files (user's guide) | Sébastien Helleu | |
2019-05-26 | doc: update Japanese auto-generated file | Sébastien Helleu | |
2019-05-26 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2019-05-24 | doc: remove extra space in python dict (scripting guide) | Sébastien Helleu | |
2019-05-24 | doc: fix styles in user's guide | Sébastien Helleu | |
2019-05-23 | doc: fix style in bar items chapter (user's guide) | Sébastien Helleu | |
2019-05-13 | core: update translations | Sébastien Helleu | |
2019-05-12 | doc: update chapter on relay unix domain sockets; add translations (user's ↵ | Sébastien Helleu | |
guide) | |||
2019-05-12 | doc: add chapter about WeeChat architecture in scripting guide | Sébastien Helleu | |
2019-05-12 | irc: rename server variable "nick_host" to "host" | Sébastien Helleu | |
2019-05-10 | irc: add variable "nick_host" in server structure | Sébastien Helleu | |
2019-04-19 | doc: translate quickstart changes in other languages | Sébastien Helleu | |
2019-04-17 | doc: translate quickstart changes in other languages | Sébastien Helleu | |
2019-04-14 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2019-04-14 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
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-13 | trigger: add hook "info" | Sébastien Helleu | |
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu | |
2019-04-11 | doc: fix styles in user guide and plugin API reference | 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-31 | doc: update Japanese auto-generated files | Sébastien Helleu | |
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-31 | doc: fix generation of man page weechat-headless with autotools | Sébastien Helleu | |
2019-04-01 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
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-28 | api: add option "delay" in hashtable options of function command_options ↵ | Sébastien Helleu | |
(issue #1327) | |||
2019-03-25 | core: set CMake minimum version required to 3.0 | Sébastien Helleu | |
This is required for add_library() with INTERFACE library type. | |||
2019-03-24 | doc: improve description of CMake option ENABLE_PYTHON3 in user's guide | Sébastien Helleu | |
2019-03-24 | doc: fix typo Gnutls -> GnuTLS in user's guide | Sébastien Helleu | |
2019-03-24 | doc: fix description of man/doc CMake options in user's guide | Sébastien Helleu | |
2019-03-24 | core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage ↵ | Sébastien Helleu | |
options This option is OFF by default and should be enabled only for tests, to measure test coverage. | |||
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 | doc: add missing keys Ctrl+F1 and Ctrl+F2 for buflist (FAQ) | Sébastien Helleu | |
2019-03-17 | core: fix typo: Weechat -> WeeChat | Sébastien Helleu | |
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-10 | core: replace argument "keep_eol" by "flags" in function string_split ↵ | Sébastien Helleu | |
(closes #1322) | |||
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 | doc: fix typo in FAQ | Sébastien Helleu | |