summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2023-01-28plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu
2023-01-24irc: add option `join` in command `/autojoin`Sébastien Helleu
2023-01-23irc: fix autojoin on server connection (closes #1873)Sébastien Helleu
2023-01-15irc: update message with number of nicks when joining a channelSébastien Helleu
2023-01-08python: remove unneded call to deprecated function PySys_SetArgvSébastien Helleu
2023-01-08irc: check return code of snprintfSébastien Helleu
2023-01-08typing: fix crash when pointer buffer is not received in callback for signal ...Sébastien Helleu
2023-01-08core: remove build with autotoolsSébastien Helleu
2023-01-08ruby: remove warnings on unused parametersSébastien Helleu
2023-01-08php: remove warnings on variables "argc" and "ret_i" that might be clobbered ...Sébastien Helleu
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