summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18core: update ChangeLog (closes #1140, closes #1190)Sébastien Helleu
2023-05-18core: update translationsSébastien Helleu
2023-05-18alias: use dynamic string to replace alias argumentsSébastien Helleu
2023-05-18tests: add tests on alias functionsSébastien Helleu
2023-05-18alias: return empty string instead of NULL in function alias_replace_argsSébastien Helleu
2023-05-18alias: return NULL if alias or user arguments are NULL in function alias_repl...Sébastien Helleu
2023-05-18alias: add example in comment of function alias_replace_argsSébastien Helleu
2023-05-18alias: add "$&" in comment of function alias_replace_argsSébastien Helleu
2023-05-18alias: add auto-escaping special variablenobody
2023-05-18relay: rename variable "ptr_option" to "ptr_path"Sébastien Helleu
2023-05-18relay: make TLS certificate/key loading error handling more verbose (closes #...Sébastien Helleu
2023-05-18core: fix refresh of bar item "input_search" after buffer switch in root bars...Sébastien Helleu
2023-05-18core: add note in GitHub question issue templateSébastien Helleu
2023-05-17core: update ChangeLog (closes #337, closes #965)Sébastien Helleu
2023-05-17irc: start from the beginning of nicks at automatic reconnection (closes #337)arza
2023-05-17core: update ChangeLog (closes #1688)Sébastien Helleu
2023-05-17irc: get value of "msg_max_length" from isupport token "LINELEN" on upgrade f...Sébastien Helleu
2023-05-17irc: add field "utf8only" in IRC server structureSébastien Helleu
2023-05-17irc: Implement the UTF8ONLY IRCv3 specificationValentin Lorentz
2023-05-17core: add variable CTEST_OUTPUT_ON_FAILURE in release scriptSébastien Helleu
2023-05-16trigger: make default triggers compatible with multiline input (closes #1935)Sébastien Helleu
2023-05-16irc: update secure data when server autojoin option contains `${sec.data.xxx}...Sébastien Helleu
2023-05-16doc/api: add note about hashtable removal in function info_get_hashtableSébastien Helleu
2023-05-16core: move creation of info_hashtable "secured_data" in plugin-api-info.cSébastien Helleu
2023-05-16core: fix partial completion when the common prefix found is empty (closes #340)Sébastien Helleu
2023-05-16typing: remove nicks typing even when option typing.look.enabled_self is off ...Sébastien Helleu
2023-05-16typing: fix type and name of variable for key in hashtable typing_status_nicksSébastien Helleu
2023-05-16irc: display command 437 on server buffer when nickname cannot change while b...Sébastien Helleu
2023-05-15irc: add modifier "irc_cap_sync_req" (closes #1767)Sébastien Helleu
2023-05-15irc: add comments in "cap" callbackSébastien Helleu
2023-05-15irc: remove unused variableSébastien Helleu
2023-05-15irc: fix use of uninitialized variableSébastien Helleu
2023-05-15doc/user: update note about chars replaced in IRC tags (trigger)Sébastien Helleu
2023-05-15trigger: use new format for IRC tags in messagesSébastien Helleu
2023-05-14irc: fix format of IRC tags displayed in messages (closes #1929)Sébastien Helleu
2023-05-14tests: reverse arguments in calls to STRCMP_EQUALSébastien Helleu
2023-05-14core: update German translationsNils Görs
2023-05-14core: update translations (issue #1923)Sébastien Helleu
2023-05-14irc: do not display multiline message if capability "draft/multiline" is not ...Sébastien Helleu
2023-05-14irc: ignore BATCH commands when capability "batch" is not enabled (issue #1292)Sébastien Helleu
2023-05-14irc: do not allow send of empty messages (single line or multiline)Sébastien Helleu
2023-05-14irc: add test of privmsg message parsing with empty textSébastien Helleu
2023-05-14irc: set "input_multiline" to 1 in buffers only if capability draft/multiline...Sébastien Helleu
2023-05-14core: allow to reset buffer property "input_multiline" to 0 even if there are...Sébastien Helleu
2023-05-14irc: add support of "LINELEN" in message 005 (max message length in bytes) (c...Sébastien Helleu
2023-05-14irc: reset all internal servers variables when disconnectingSébastien Helleu
2023-05-14irc: add support of capability "draft/multiline" (closes #1923)Sébastien Helleu
2023-05-14irc: return arraylist instead of hashtable in function irc_server_sendf (issu...Sébastien Helleu
2023-05-14irc: don't split messages on "\n" in function irc_server_sendf (issue #1923)Sébastien Helleu
2023-05-13irc: rename constant IRC_COMMAND_CAP_SUPPORTED_COMPLETION to IRC_COMMAND_CAP_...Sébastien Helleu