Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | core: add generator and Python stub file for WeeChat API (issue #1377) | Sébastien Helleu | |
2021-05-11 | core: update translations (issue #1285) | Sébastien Helleu | |
2021-05-11 | fifo: add PID in default FIFO pipe filename (issue #1285) | Sébastien Helleu | |
This is to prevent two WeeChat using the same runtime directory to use the same FIFO pipe. | |||
2021-05-11 | xfer: remove "%h" from /help xfer.file.upload_path (issue #1285) | Sébastien Helleu | |
2021-05-11 | xfer: change default value of option xfer.file.download_path to ↵ | Sébastien Helleu | |
"${weechat_data_dir}/xfer" (issue #1285) | |||
2021-05-11 | script: change default value of option script.scripts.path to ↵ | Sébastien Helleu | |
"${weechat_cache_dir}/script" (issue #1285) | |||
2021-05-11 | relay: change default value of option relay.network.ssl_cert_key to ↵ | Sébastien Helleu | |
"${weechat_config_dir}/ssl/relay.pem" (issue #1285) | |||
2021-05-11 | relay: remove "%h" from help on UNIX socket path option (issue #1285) | Sébastien Helleu | |
2021-05-11 | relay: remove "%h" from /help relay (issue #1285) | Sébastien Helleu | |
2021-05-11 | logger: change default value of option logger.file.path to ↵ | Sébastien Helleu | |
"${weechat_data_dir}/logs" (issue #1285) | |||
2021-05-11 | fifo: change default value of option fifo.file.path to ↵ | Sébastien Helleu | |
"${weechat_runtime_dir}/weechat_fifo" (issue #1285) | |||
2021-05-11 | core: split WeeChat home in 4 directories, use XDG directories by default ↵ | Sébastien Helleu | |
(issue #1285) The 4 directories (which can be the same): - config: configuration files, certificates - data: log/upgrade files, local plugins, scripts, xfer files - cache: script repository, scripts downloaded (temporary location) - runtime: FIFO pipe, relay UNIX sockets | |||
2021-05-11 | core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285) | Sébastien Helleu | |
2021-05-11 | logger: remove unused variable weechat_dir (issue #1285) | Sébastien Helleu | |
2021-05-11 | relay: evaluate option relay.network.ssl_cert_key (issue #1285) | Sébastien Helleu | |
2021-05-11 | irc: evaluate options irc.server_default.ssl_cert and ↵ | Sébastien Helleu | |
irc.server.xxx.ssl_cert (issue #1285) | |||
2021-05-11 | irc: evaluate options irc.server_default.sasl_key and ↵ | Sébastien Helleu | |
irc.server.xxx.sasl_key (issue #1285) | |||
2021-05-11 | core: evaluate option weechat.plugin.path (issue #1285) | Sébastien Helleu | |
2021-04-26 | xfer: make file transfer fail when option xfer.file.auto_rename is off and ↵ | Sébastien Helleu | |
file already exists (closes #1633) | |||
2021-04-11 | doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2021-04-10 | irc: remove unused variable ptr_address and dead code | Sébastien Helleu | |
2021-04-10 | irc: remove dead assignment on variable pos_message | Sébastien Helleu | |
2021-04-10 | trigger: remove useless test | Sébastien Helleu | |
2021-04-09 | trigger: check that option is not NULL in function trigger_search_with_option | Sébastien Helleu | |
2021-04-08 | trigger: fix description of function trigger_name_valid | Sébastien Helleu | |
2021-04-08 | trigger: check that trigger is not NULL in functions trigger_rename and ↵ | Sébastien Helleu | |
trigger_copy | |||
2021-04-06 | trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command ↵ | Sébastien Helleu | |
trigger evaluated strings (closes #1624) | |||
2021-03-21 | buflist: improve help on option buflist.look.sort | Sébastien Helleu | |
2021-03-21 | buflist: Fix wrong pointers being used in hdata_compare | Trygve Aaberge | |
This used pointer1 and pointer2 which are pointers to the buffers, but it should use ptr_hotlist1 and ptr_hotlist1 which are pointers to the hotlists it is trying to compare. | |||
2021-03-14 | api: add info "weechat_daemon" | Sébastien Helleu | |
2021-03-14 | fset: add fset bar on configuration reload (issue #1618) | Sébastien Helleu | |
2021-03-14 | buflist: always add buflist bar when plugin is loaded, hide bar by default ↵ | Sébastien Helleu | |
if buflist is disabled (issue #1618) | |||
2021-03-14 | buflist: add buflist bar on configuration reload (issue #1618) | Sébastien Helleu | |
2021-03-07 | core: add missing include of sys/time.h in C headers | Sébastien Helleu | |
2021-02-27 | irc: add bar item "irc_nick_prefix" | Sébastien Helleu | |
2021-02-27 | irc: fix separator between nick and host in bar item "irc_nick_host" | Sébastien Helleu | |
Use "!" instead of "@" to separate nick from host, like it is done in IRC protocol. The nick and host is now displayed as "nick!user@host" instead of "nick@user@host". | |||
2021-02-27 | fset: fix description of function fset_bar_item_fset_cb | Sébastien Helleu | |
2021-02-09 | buflist: add option buflist.look.use_items to speed up display of buflist ↵ | Sébastien Helleu | |
(closes #1613) | |||
2021-02-03 | irc: add info "irc_is_message_ignored" | Sébastien Helleu | |
2021-01-30 | irc: add function irc_server_get_chantypes | Sébastien Helleu | |
2021-01-30 | irc: use server option "default_chantypes" as fallback in function ↵ | Sébastien Helleu | |
irc_nick_is_nick | |||
2021-01-30 | irc: use server option "default_chantypes" as fallback when automatically ↵ | Sébastien Helleu | |
adding channel type on join | |||
2021-01-30 | irc: improve help on server option "default_chantypes" | Sébastien Helleu | |
2021-01-30 | irc: fix name of option "default_chantypes" in list of server options | Sébastien Helleu | |
2021-01-30 | irc: simplify code in function irc_channel_is_channel | Sébastien Helleu | |
2021-01-30 | irc: make default chantypes configurable | Matti Virkkunen | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2021-01-02 | irc: remove obsolete comment on translation | Sébastien Helleu | |
2021-01-02 | irc: fix ambiguity on translation of word "server" | Sébastien Helleu | |
This fixes the following warning: /usr/bin/xgettext: warning: msgid 'server' is used without plural and with plural. ./src/plugins/irc/irc-bar-item.c:136: Here is the occurrence without plural. ./src/plugins/irc/irc.c:154: Here is the occurrence with plural. Workaround: If the msgid is a sentence, change the wording of the sentence; otherwise, use contexts for disambiguation. | |||
2020-12-19 | core: add options "setvar" and "delvar" in command /buffer, rename option ↵ | Sébastien Helleu | |
"localvar" to "listvar" The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still recognized by WeeChat, to stay compatible with any extension/script calling it (or referencing it in the documentation). It is deprecated and will be removed in a future release. |