aboutsummaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* typing: add typing pluginSébastien Helleu2021-07-041-8/+0
* core: fix number of bytes read in function dir_file_copySébastien Helleu2021-07-031-1/+1
* api: add function file_copy (issue #1667)Sébastien Helleu2021-07-032-0/+57
* core: add note about buffers that are not opened in /help layoutSébastien Helleu2021-06-271-1/+6
* api: remember insertion order in hashtablesSébastien Helleu2021-06-262-80/+107
* core: fix use of uninitialized hash when call to weecrypto_hmac failsSébastien Helleu2021-06-231-5/+7
* core: fix function string_match with joker in the string if multiple words matched in input stringSébastien Helleu2021-06-221-1/+16
* core: add option "certs" in command /debugSébastien Helleu2021-06-173-1/+28
* core: fix build on macOS (closes #1662)Sébastien Helleu2021-06-161-0/+3
* api: add function crypto_hmac (issue #1628)Sébastien Helleu2021-06-012-25/+95
* core, irc, script: fix typosSébastien Helleu2021-05-292-2/+2
* core: replace freenode by libera in command examplesSébastien Helleu2021-05-251-13/+13
* core, buflist, irc, relay: replace freenode by libera in commentsSébastien Helleu2021-05-251-3/+3
* core: split signal command before evaluating it (issue #1643)Sébastien Helleu2021-05-222-23/+20
* core: split startup command before evaluating it (issue #1643)Sébastien Helleu2021-05-223-17/+17
* core: fix tests when NLS is disabledSébastien Helleu2021-05-211-1/+1
* core: fix build error if ENABLE_NLS is OFFGiuseppe Bilotta2021-05-211-0/+1
* core: set server name when connecting to server with TLS (SNI extension) only if it's not an IPV4/IPv6 (closes #1635)Sébastien Helleu2021-05-161-12/+45
* api: add translated string in evaluation of expressions with "translate:xxx" (issue #1622)Sébastien Helleu2021-05-162-10/+41
* core: improve options to load GnuTLS system/user CAs (closes #972)Sébastien Helleu2021-05-124-42/+172
* core: update translations (issue #1285)Sébastien Helleu2021-05-111-0/+2
* doc: add XDG directories support in docs (issue #1285)Sébastien Helleu2021-05-111-1/+1
* core: change default value of option weechat.plugin.path to "${weechat_data_dir}/plugins" (issue #1285)Sébastien Helleu2021-05-111-1/+1
* core: split WeeChat home in 4 directories, use XDG directories by default (issue #1285)Sébastien Helleu2021-05-1114-218/+597
* core: move home directory functions from weechat.c to wee-dir.c (issue #1285)Sébastien Helleu2021-05-114-154/+156
* core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)Sébastien Helleu2021-05-1111-511/+575
* core: set WeeChat home to empty string by default in CMake and autotools (issue #1285)Sébastien Helleu2021-05-112-11/+4
* core: evaluate option weechat.plugin.path (issue #1285)Sébastien Helleu2021-05-112-18/+11
* core: evaluate option weechat.network.gnutls_ca_file (issue #1285)Sébastien Helleu2021-05-112-24/+22
* core: Use mallinfo2() when availableAndrew Potter2021-05-081-1/+20
* core: display a warning when the file with certificate authorities is not found (option weechat.network.gnutls_ca_file)Sébastien Helleu2021-05-041-2/+23
* Revert "core: add option "-save" in command /upgrade (closes #1630)"Sébastien Helleu2021-04-131-21/+4
* core: add option "-save" in command /upgrade (closes #1630)Sébastien Helleu2021-04-121-4/+21
* core: evaluate left/right part of comparison after split on the comparison operator in ${if:xxx} (closes #1627)Sébastien Helleu2021-04-041-6/+3
* core: add pointer name in description of function eval_replace_vars_cbSébastien Helleu2021-03-181-1/+2
* api: add support of pointer names in function string_eval_expression (direct and in hdata)Sébastien Helleu2021-03-172-21/+49
* core: add options to customize commands on system signals, quit by default on SIGHUP when not running headless (closes #1595)Sébastien Helleu2021-03-1616-148/+438
* doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_commandSébastien Helleu2021-03-142-2/+4
* core: mention /fset command in header comment of configuration filesSébastien Helleu2021-03-141-1/+1
* core: add missing include of sys/time.h in C headersSébastien Helleu2021-03-072-0/+3
* core: add info_hashtable "secured_data"Sébastien Helleu2021-02-251-0/+29
* core: update help on option sec.crypt.passphrase_command, update translationsSébastien Helleu2021-02-081-4/+4
* core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.look.read_marker_update_on_buffer_switchKevin Pulo2021-02-072-0/+16
* core: replace option sec.crypt.passphrase_file by sec.crypt.passphrase_command (closes #141)Sébastien Helleu2021-02-063-78/+54
* core: add raw string in evaluation of expressions with "raw:xxx" (closes #1611)Sébastien Helleu2021-02-052-62/+74
* core: update copyright datesSébastien Helleu2021-01-0298-99/+99
* core: move debug_id assignation in macro EVAL_DEBUG_MSGSébastien Helleu2021-01-021-9/+2
* doc: add note about call to "regfree" after call to "string_regcomp" (plugin API reference)Sébastien Helleu2021-01-011-0/+2
* core: add indentation and colors in /eval debug outputSébastien Helleu2021-01-013-93/+315
* core: display more verbose debug with two "-d" in command /evalSébastien Helleu2020-12-313-27/+42