summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2023-01-03plugins: change priority of scripting pluginsSébastien Helleu
2023-01-03irc: properly rename private buffer on notice messagesSébastien Helleu
2023-01-02irc: properly rename private buffer on nick changes or private message when n...Sébastien Helleu
2023-01-02irc: replace "private window" by "private buffer" in commentsSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-25core: move `/input` jump actions to command `/buffer jump`Sébastien Helleu
2022-12-24api: add functions string_strcmp and string_strncmpSébastien Helleu
2022-12-24api: rename char comparison functions "utf8_char*" to "string_char*"Sébastien Helleu
2022-12-19irc: fix calls to weechat_string_toupperSébastien Helleu
2022-12-19spell: return directly output of string_dyn_free without temporary variableSébastien Helleu
2022-12-19irc: return directly output of string_dyn_free without temporary variableSébastien Helleu
2022-12-18api: return newly allocated string in functions string_tolower and string_tou...Sébastien Helleu
2022-12-17irc: do not join channels in server autojoin option after reconnection to the...Sébastien Helleu
2022-12-11doc/api: Improve python example for config_new_sectionTrygve Aaberge
2022-12-11scripts: Send null values to config section callbacksTrygve Aaberge
2022-12-10trigger: fix variables sent to focus callback (closes #1858)Sébastien Helleu
2022-12-10api: add function utf8_strncpySébastien Helleu
2022-11-19trigger: properly initialize variable "value" to NULLSébastien Helleu
2022-11-06trigger: display failing regex in trigger creation errorSébastien Helleu
2022-11-06trigger: use explicit command "s" in regex of default triggersSébastien Helleu
2022-11-06trigger: add regex command "y" to translate chars, set default regex command ...Sébastien Helleu
2022-11-05api: add function string_translate_charsSébastien Helleu
2022-10-20trigger: execute trigger command on appropriate buffer (closes #1841)Sébastien Helleu
2022-10-16python: remove functions defined for Python < 2.6Sébastien Helleu
2022-10-15python: remove support of Python 2.xSébastien Helleu
2022-10-15api: do not expect any return value in callbacks change/delete of config_new_...Sébastien Helleu
2022-10-14python: Fix return types for config option callbacksTrygve Aaberge
2022-10-12irc: escape backslashes in raw buffer (closes #1838)Sébastien Helleu
2022-10-09python: Include script examples in function docstringTrygve Aaberge
2022-10-08xfer: add missing include of netinet/in.hSébastien Helleu
2022-10-02python: Include constant values in python stubTrygve Aaberge
2022-10-01irc: set local variable "filter" when doing `/server raw xxx` with raw buffer...Sébastien Helleu
2022-09-30trigger: add variable `${tg_hook_type}` (closes #1765)Sébastien Helleu
2022-09-29api: change type of argument object_id in upgrade_new callback from string to...Sébastien Helleu
2022-09-29api: change type of argument remaining_calls in hook_timer callback from stri...Sébastien Helleu
2022-09-29php: add missing arginfo_weechat_string_parse_size in legacy arginfoSébastien Helleu
2022-09-28logger: add options to rotate and compress log files (closes #314)Sébastien Helleu
2022-09-27api: add function file_compressSébastien Helleu
2022-09-27api: add function string_parse_sizeSébastien Helleu
2022-09-26irc: fix use of uninitialized variable `ptr_nick`Sébastien Helleu
2022-09-18trigger: escape arguments with double quotes in output of `/trigger input|out...Sébastien Helleu
2022-09-17irc: fix message when disconnecting from server in case of high lag when serv...Sébastien Helleu
2022-09-17spell: allow special dict value "-" to disable spell checking on a specific b...Sébastien Helleu
2022-09-15irc: add option irc.look.display_pv_nick_changeSébastien Helleu
2022-09-10irc: replace chars "\01" by spaces in CTCP replies (closes #1819)Sébastien Helleu
2022-09-09xfer: use larger buffer for IP addressSébastien Helleu
2022-09-05irc: fix display of message 350 (whois, gateway) (closes #1815)Sébastien Helleu
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-29irc: fix target buffer of generic errors when they contain a target nick (clo...Sébastien Helleu