Age | Commit message (Expand) | Author |
2022-02-19 | core: replace calls to strndup by string_strndup | Sébastien Helleu |
2022-02-19 | core: call strdup in string_strndup if bytes equals strlen of string | Sébastien Helleu |
2022-01-30 | core: add support of date and tags in messages displayed in buffers with free... | Sébastien Helleu |
2022-01-23 | Remove old and unused config option weechat.plugin.debug | Trygve Aaberge |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2022-01-15 | api: fix add of infolist items in hashtable when prefix contains UTF-8 chars ... | Sébastien Helleu |
2022-01-15 | core: fix search of commands with UTF-8 chars in name when option weechat.loo... | Sébastien Helleu |
2022-01-14 | core: rename argument "length" to "bytes" in function string_strndup | Sébastien Helleu |
2021-12-24 | relay: add zstd compression in weechat protocol | Sébastien Helleu |
2021-12-03 | core: fix typo in weechat --help | Sébastien Helleu |
2021-11-13 | core: speed up eval by storing length of prefix/suffix in eval structure | Sébastien Helleu |
2021-11-13 | core: free strings with XDG directories in case of error | Sébastien Helleu |
2021-11-13 | core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" w... | Sébastien Helleu |
2021-11-07 | core: fix random integer number with large range in evaluation of expressions... | Sébastien Helleu |
2021-11-06 | api: add parameters pointers, extra_vars and options in function hdata_search | Sébastien Helleu |
2021-11-04 | core: fix access to integer/long/time arrays in hdata, add support of static ... | Sébastien Helleu |
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 |