summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-05-11fifo: add PID in default FIFO pipe filename (issue #1285)Sébastien Helleu
2021-05-11doc: add XDG directories support in docs (issue #1285)Sébastien Helleu
2021-05-11xfer: remove "%h" from /help xfer.file.upload_path (issue #1285)Sébastien Helleu
2021-05-11xfer: change default value of option xfer.file.download_path to "${weechat_da...Sébastien Helleu
2021-05-11script: change default value of option script.scripts.path to "${weechat_cach...Sébastien Helleu
2021-05-11relay: change default value of option relay.network.ssl_cert_key to "${weecha...Sébastien Helleu
2021-05-11relay: remove "%h" from help on UNIX socket path option (issue #1285)Sébastien Helleu
2021-05-11relay: remove "%h" from /help relay (issue #1285)Sébastien Helleu
2021-05-11logger: change default value of option logger.file.path to "${weechat_data_di...Sébastien Helleu
2021-05-11fifo: change default value of option fifo.file.path to "${weechat_runtime_dir...Sébastien Helleu
2021-05-11core: change default value of option weechat.plugin.path to "${weechat_data_d...Sébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-05-11core: move home directory functions from weechat.c to wee-dir.c (issue #1285)Sébastien Helleu
2021-05-11core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)Sébastien Helleu
2021-05-11logger: remove unused variable weechat_dir (issue #1285)Sébastien Helleu
2021-05-11core: set WeeChat home to empty string by default in CMake and autotools (iss...Sébastien Helleu
2021-05-11relay: evaluate option relay.network.ssl_cert_key (issue #1285)Sébastien Helleu
2021-05-11irc: evaluate options irc.server_default.ssl_cert and irc.server.xxx.ssl_cert...Sébastien Helleu
2021-05-11irc: evaluate options irc.server_default.sasl_key and irc.server.xxx.sasl_key...Sébastien Helleu
2021-05-11core: evaluate option weechat.plugin.path (issue #1285)Sébastien Helleu
2021-05-11core: evaluate option weechat.network.gnutls_ca_file (issue #1285)Sébastien Helleu
2021-05-08core: Use mallinfo2() when availableAndrew Potter
2021-05-04core: display a warning when the file with certificate authorities is not fou...Sébastien Helleu
2021-04-26xfer: make file transfer fail when option xfer.file.auto_rename is off and fi...Sébastien Helleu
2021-04-13Revert "core: add option "-save" in command /upgrade (closes #1630)"Sébastien Helleu
2021-04-12core: add option "-save" in command /upgrade (closes #1630)Sébastien Helleu
2021-04-11doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API refe...Sébastien Helleu
2021-04-10irc: remove unused variable ptr_address and dead codeSébastien Helleu
2021-04-10irc: remove dead assignment on variable pos_messageSébastien Helleu
2021-04-10trigger: remove useless testSébastien Helleu
2021-04-09trigger: check that option is not NULL in function trigger_search_with_optionSébastien Helleu
2021-04-08trigger: fix description of function trigger_name_validSébastien Helleu
2021-04-08trigger: check that trigger is not NULL in functions trigger_rename and trigg...Sébastien Helleu
2021-04-06trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command ...Sébastien Helleu
2021-04-04core: evaluate left/right part of comparison after split on the comparison op...Sébastien Helleu
2021-03-21buflist: improve help on option buflist.look.sortSébastien Helleu
2021-03-21buflist: Fix wrong pointers being used in hdata_compareTrygve Aaberge
2021-03-20core: Prevent switching to start of visited buffers when jumping to nextTrygve Aaberge
2021-03-18core: add pointer name in description of function eval_replace_vars_cbSébastien Helleu
2021-03-17api: add support of pointer names in function string_eval_expression (direct ...Sébastien Helleu
2021-03-16core: add options to customize commands on system signals, quit by default on...Sébastien Helleu
2021-03-14api: add info "weechat_daemon"Sébastien Helleu
2021-03-14doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_c...Sébastien Helleu
2021-03-14core: mention /fset command in header comment of configuration filesSébastien Helleu
2021-03-14fset: add fset bar on configuration reload (issue #1618)Sébastien Helleu
2021-03-14buflist: always add buflist bar when plugin is loaded, hide bar by default if...Sébastien Helleu
2021-03-14buflist: add buflist bar on configuration reload (issue #1618)Sébastien Helleu
2021-03-07core: add missing include of sys/time.h in C headersSébastien Helleu
2021-03-07core: fix compilation of tests on FreeBSDSébastien Helleu
2021-02-28core: fix quoted line in cursor mode (closes #1602)Sébastien Helleu