summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-05core: use larger buffer for errors when creating a filterSébastien Helleu
2023-10-05core: update German translationsNils Görs
2023-10-01core: update ChangeLog (issue #2024)Sébastien Helleu
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-10-01buflist: rename completions with itemsSébastien Helleu
2023-10-01buflist: add support of item names in command `/buflist refresh`Sébastien Helleu
2023-09-26core, relay: make inet_pton() return value checks more strictLuK1337
2023-09-26core: add contributorSébastien Helleu
2023-09-26core: replace inet_addr() with inet_pton()LuK1337
2023-09-25core: update ChangeLogSébastien Helleu
2023-09-25core: fix TOTP moving factor on big-endian systemsLuK1337
2023-09-25tests: use correct data type method in hdata testsLuK1337
2023-09-25tests: cast infolist time variable value to the correct data typeLuK1337
2023-09-24core: add version 4.0.5Sébastien Helleu
2023-09-22irc: display "owner" for +q and "admin" for +a in output of `/names` (closes ...Sébastien Helleu
2023-09-22core: update translationsSébastien Helleu
2023-09-22script: only check if return value of plugin_script_search_path is NULL (issu...Sébastien Helleu
2023-09-22script: fix removal of script in system directory while trying to install a s...Sébastien Helleu
2023-09-20script: fix autoload of multiple scripts at once with `/script autoload` (clo...Sébastien Helleu
2023-09-20tests: fix condition on libgcrypt version for algorithms `sha512-224` and `sh...Sébastien Helleu
2023-09-16doc/api: use a table for file_in/file_out options in function hook_urlSébastien Helleu
2023-09-16doc/api: add link to hook_url in hook_process_hashtable for Curl optionsSébastien Helleu
2023-09-16core: properly terminate thread and release memory in url hookSébastien Helleu
2023-09-16doc/api: add function hook_urlSébastien Helleu
2023-09-16scripts: add function hook_url in scripting APISébastien Helleu
2023-09-16script: replace hook_process_hashtable by hook_url to download scripts and li...Sébastien Helleu
2023-09-16api: add function hook_urlSébastien Helleu
2023-09-16doc/faq: add question about move of WeeChat config to another deviceSébastien Helleu
2023-09-15doc/faq: add question about keys like Enter and version 4.0.0Sébastien Helleu
2023-09-15core: update German translationsNils Görs
2023-09-15script: rename parameters up/down/go to -up/-down/-go in command `/script`Sébastien Helleu
2023-09-14xfer: fix crash on `/dcc chat`Sébastien Helleu
2023-09-14irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016)Sébastien Helleu
2023-09-14irc: update title in query buffer when remote nick is myself (issue #2016)Sébastien Helleu
2023-09-14irc: fix title of query buffer for own messages received (issue #2016)Sébastien Helleu
2023-09-14irc: open a query buffer on PRIVMSG received from self nick when capability e...Sébastien Helleu
2023-09-14irc: don't open a new private buffer on `/msg` command when capability echo-m...Sébastien Helleu
2023-09-14core: move ChangeLog entry to the appropriate versionSébastien Helleu
2023-09-14core: update German translationsNils Görs
2023-09-14irc: fix title of private buffers wrongly set to own address when capability ...Sébastien Helleu
2023-09-13core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and `bl...Sébastien Helleu
2023-09-13api: add algorithms `sha512-224`, `sha512-256`, blake2b-*` and `blake2s-*` in...Sébastien Helleu
2023-09-13core: update German translationsNils Görs
2023-09-12core: translate error messages (issue #2013)Sébastien Helleu
2023-09-12core: automatically backup config file read if it has an unsupported version ...Sébastien Helleu
2023-09-12xfer: fix memory leak on plugin unloadSébastien Helleu
2023-09-12doc/api: fix return values for callback_read in config_new_sectionSébastien Helleu
2023-09-12irc: fix unexpected message sent to server when part of the second line of an...Sébastien Helleu
2023-09-11core: add path in message displayed when a config file is updated to a newer ...Sébastien Helleu
2023-09-11irc: fix autojoin of channels when private buffers are opened (closes #2012)Sébastien Helleu