index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2021-11-03
core: fix crash in function hdata_set when pointer value is NULL in hashtable
Sébastien Helleu
2021-11-03
core: check that time is valid in function hdata_set
Sébastien Helleu
2021-11-03
core: remove useless test in function hdata_update
Sébastien Helleu
2021-11-02
core: check that hdata and name are not NULL in function hdata_compare
Sébastien Helleu
2021-11-01
core: check that name is not NULL in function hdata_get_var
Sébastien Helleu
2021-10-29
core: use a "free value" callback in hashtable weechat_hdata
Sébastien Helleu
2021-10-01
core: add command /toggle
Sébastien Helleu
2021-09-27
core: check that option is not NULL in function config_file_option_value_to_s...
Sébastien Helleu
2021-09-27
core: fix search of option when the section is not given
Sébastien Helleu
2021-09-27
core: check that option_name is not NULL in config file functions
Sébastien Helleu
2021-09-20
core: add creation of user variables in evaluated expressions with ${define:n...
Sébastien Helleu
2021-09-10
core: remove empty line displayed in output of /plugin list <name>
Sébastien Helleu
2021-09-09
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
Sébastien Helleu
2021-09-06
core: fix indentation in examples of /help eval
Sébastien Helleu
2021-09-06
api: add split of string and shell arguments in evaluation of expressions
Sébastien Helleu
2021-08-31
core: add options in command /input and new keys to remove/restore buffers in...
Sébastien Helleu
2021-08-29
api: add "${re:repl_index}" to get the index of replacement in function strin...
Sébastien Helleu
2021-08-03
api: add random integer number in evaluation of expressions with "random:min,...
Sébastien Helleu
2021-07-04
typing: add typing plugin
Sébastien Helleu
2021-07-03
core: fix number of bytes read in function dir_file_copy
Sébastien Helleu
2021-07-03
api: add function file_copy (issue #1667)
Sébastien Helleu
2021-06-27
core: add note about buffers that are not opened in /help layout
Sébastien Helleu
2021-06-26
api: remember insertion order in hashtables
Sébastien Helleu
2021-06-23
core: fix use of uninitialized hash when call to weecrypto_hmac fails
Sébastien Helleu
2021-06-22
core: fix function string_match with joker in the string if multiple words ma...
Sébastien Helleu
2021-06-17
core: add option "certs" in command /debug
Sébastien Helleu
2021-06-16
core: fix build on macOS (closes #1662)
Sébastien Helleu
2021-06-01
api: add function crypto_hmac (issue #1628)
Sébastien Helleu
2021-05-29
core, irc, script: fix typos
Sébastien Helleu
2021-05-25
core: replace freenode by libera in command examples
Sébastien Helleu
2021-05-25
core, buflist, irc, relay: replace freenode by libera in comments
Sébastien Helleu
2021-05-22
core: split signal command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-22
core: split startup command before evaluating it (issue #1643)
Sébastien Helleu
2021-05-21
core: fix tests when NLS is disabled
Sébastien Helleu
2021-05-21
core: fix build error if ENABLE_NLS is OFF
Giuseppe Bilotta
2021-05-16
core: set server name when connecting to server with TLS (SNI extension) only...
Sébastien Helleu
2021-05-16
api: add translated string in evaluation of expressions with "translate:xxx" ...
Sébastien Helleu
2021-05-12
core: improve options to load GnuTLS system/user CAs (closes #972)
Sébastien Helleu
2021-05-11
core: update translations (issue #1285)
Sébastien Helleu
2021-05-11
doc: add XDG directories support in docs (issue #1285)
Sébastien Helleu
2021-05-11
core: change default value of option weechat.plugin.path to "${weechat_data_d...
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-05-11
core: move home directory functions from weechat.c to wee-dir.c (issue #1285)
Sébastien Helleu
2021-05-11
core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)
Sébastien Helleu
2021-05-11
core: set WeeChat home to empty string by default in CMake and autotools (iss...
Sébastien Helleu
2021-05-11
core: evaluate option weechat.plugin.path (issue #1285)
Sébastien Helleu
2021-05-11
core: evaluate option weechat.network.gnutls_ca_file (issue #1285)
Sébastien Helleu
2021-05-08
core: Use mallinfo2() when available
Andrew Potter
2021-05-04
core: display a warning when the file with certificate authorities is not fou...
Sébastien Helleu
2021-04-13
Revert "core: add option "-save" in command /upgrade (closes #1630)"
Sébastien Helleu
[next]