summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2022-09-03xfer: fix DCC file receive on Termux (closes #1811)Sébastien Helleu
2022-08-31core: rename argument "length" to "bytes" in function string_strndup (header ...Sébastien Helleu
2022-08-16api: add function crypto_hash_fileSébastien Helleu
2022-08-07core: add option `-save` in command `/upgrade` (closes #1630)Sébastien Helleu
2022-07-24core: remove dead assignmentsSébastien Helleu
2022-07-24core: add option weechat.look.highlight_disable_regex and buffer property "hi...Sébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...Sébastien Helleu
2022-07-02api: run hook_print callback also on empty messagesSébastien Helleu
2022-06-18core: add trailing slashes in URLsSébastien Helleu
2022-05-27core: add completion of conditions and content in commands `/item add` and `/...Sébastien Helleu
2022-05-27core: add examples in /help item (issue #808)Sébastien Helleu
2022-05-27core: add display conditions in custom bar items (issue #808)Sébastien Helleu
2022-05-27core: add command /item (closes #808)Sébastien Helleu
2022-05-11core: allow to remove multiple filters at once with command /filter delSébastien Helleu
2022-04-24api: allow to catch multiple signals in functions hook_signal and hook_hsigna...Sébastien Helleu
2022-04-24core: move detailed list of hooks from command "/plugin listfull" to "/debug ...Sébastien Helleu
2022-04-24core: add functions to get short description of hooksSébastien Helleu
2022-04-23core: add missing options "dirs" and "hooks" in description of /debug command...Sébastien Helleu
2022-04-18core: add case conversion in evaluation of expressions (closes #1778)Sébastien Helleu
2022-03-13core: set again TLS verification functions after GnuTLS options are changed (...Sébastien Helleu
2022-03-13core: add function gui_buffer_new_props (issue #1759)Sébastien Helleu
2022-02-19core: replace calls to strndup by string_strndupSébastien Helleu
2022-02-19core: call strdup in string_strndup if bytes equals strlen of stringSébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with free...Sébastien Helleu
2022-01-23Remove old and unused config option weechat.plugin.debugTrygve Aaberge
2022-01-17core: update copyright datesSébastien Helleu
2022-01-15api: fix add of infolist items in hashtable when prefix contains UTF-8 chars ...Sébastien Helleu
2022-01-15core: fix search of commands with UTF-8 chars in name when option weechat.loo...Sébastien Helleu
2022-01-14core: rename argument "length" to "bytes" in function string_strndupSébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
2021-12-03core: fix typo in weechat --helpSébastien Helleu
2021-11-13core: speed up eval by storing length of prefix/suffix in eval structureSébastien Helleu
2021-11-13core: free strings with XDG directories in case of errorSébastien Helleu
2021-11-13core: fix memory leak in evaluated expression "split:number,seps,flags,xxx" w...Sébastien Helleu
2021-11-07core: fix random integer number with large range in evaluation of expressions...Sébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ...Sébastien Helleu
2021-11-03core: fix crash in function hdata_set when pointer value is NULL in hashtableSébastien Helleu
2021-11-03core: check that time is valid in function hdata_setSébastien Helleu
2021-11-03core: remove useless test in function hdata_updateSébastien Helleu
2021-11-02core: check that hdata and name are not NULL in function hdata_compareSébastien Helleu
2021-11-01core: check that name is not NULL in function hdata_get_varSébastien Helleu
2021-10-29core: use a "free value" callback in hashtable weechat_hdataSébastien Helleu
2021-10-01core: add command /toggleSébastien Helleu
2021-09-27core: check that option is not NULL in function config_file_option_value_to_s...Sébastien Helleu
2021-09-27core: fix search of option when the section is not givenSébastien Helleu
2021-09-27core: check that option_name is not NULL in config file functionsSébastien Helleu
2021-09-20core: add creation of user variables in evaluated expressions with ${define:n...Sébastien Helleu
2021-09-10core: remove empty line displayed in output of /plugin list <name>Sébastien Helleu