summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-04doc: add column for min WeeChat version in function hook_modifier (plugin ↵Sébastien Helleu
API reference)
2021-07-04doc: add column for min WeeChat version in function hook_hsignal (plugin API ↵Sébastien Helleu
reference)
2021-07-04doc: add column for min WeeChat version in function hook_process_hashtable ↵Sébastien Helleu
(plugin API reference)
2021-07-04doc: add typing signals in plugin API referenceSébastien Helleu
2021-07-04irc, typing: display typing status for IRC nicksSébastien Helleu
2021-07-04typing: translate strings in typing plugin sourcesSébastien Helleu
2021-07-04typing: replace linked list with a hashtable to store typing status on buffersSébastien Helleu
2021-07-04irc: send typing status as TAGMSG to other usersSébastien Helleu
2021-07-04typing: add typing pluginSébastien Helleu
2021-07-03core: fix number of bytes read in function dir_file_copySébastien Helleu
2021-07-03script: fix move of installed script on another filesystem (closes #1667)Sébastien Helleu
2021-07-03api: add function file_copy (issue #1667)Sébastien Helleu
2021-07-02irc: remove dead assignments in SASL functionsSébastien Helleu
2021-06-29doc: update Polish auto-generated filesSébastien Helleu
2021-06-28doc: updated polish translationKrzysztof Korościk
2021-06-28po: updated polish translationKrzysztof Korościk
2021-06-28doc: update German auto-generated fileSébastien Helleu
2021-06-28core: update German translationsNils Görs
2021-06-27core: add capability message-tags in release notesSébastien Helleu
2021-06-27core: add note about buffers that are not opened in /help layoutSébastien Helleu
2021-06-27doc: mention WeeChat version for WEECHAT_RC_OK_EAT in signals "irc_raw_in" ↵Sébastien Helleu
and "irc_in" (plugin API reference) (issue #1657)
2021-06-27doc: remove tag "translation missing" in French user's guide (issue #1642)Sébastien Helleu
2021-06-27core: add contributor (issue #1657)Sébastien Helleu
2021-06-27irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)Simon Ser
This is useful to implement IRC protocol extensions which introduce new commands.
2021-06-27doc: update Serbian translationsIvan Pešić
2021-06-26api: remember insertion order in hashtablesSébastien Helleu
2021-06-25doc: update German auto-generated fileSébastien Helleu
2021-06-25core: update German translationsNils Görs
2021-06-25irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)Sébastien Helleu
2021-06-25irc: fix comment on TAGMSG callback function (issue #1654)Sébastien Helleu
2021-06-25doc: update German auto-generated filesSébastien Helleu
2021-06-25core: update German translationsNils Görs
2021-06-24irc: add support of capability "message-tags" (closes #1654)Sébastien Helleu
2021-06-24core: add missing source files for gettextSébastien Helleu
2021-06-24irc: add keys/values with tags in output of irc_message_parse_to_hashtable ↵Sébastien Helleu
(issue #1654) Key is "tag_xxx" (where "xxx" is the name of tag) and value is the unescaped tag value.
2021-06-24irc: add support of TAGMSG messages (issue #1654)Sébastien Helleu
2021-06-24irc: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
2021-06-23core: fix use of uninitialized hash when call to weecrypto_hmac failsSébastien Helleu
2021-06-22core: fix function string_match with joker in the string if multiple words ↵Sébastien Helleu
matched in input string Before fix: string_match("script.color.text_description", "*script*color*", 0) => 0 After fix: string_match("script.color.text_description", "*script*color*", 0) => 1
2021-06-21tests: fix modifier name in commentSébastien Helleu
2021-06-21irc: set notify level to "private" for received WALLOPSSébastien Helleu
2021-06-20core: fix chapter name in release notesSébastien Helleu
2021-06-19doc: update German auto-generated fileSébastien Helleu
2021-06-19core: update German translationsNils Görs
2021-06-19irc: enable all capabilities by default (supported by both server and ↵Sébastien Helleu
WeeChat) (closes #320) Capabilities can be excluded with the format: "*,!account-*,!extended-join".
2021-06-19irc: add option irc.look.display_account_message (issue #320)Sébastien Helleu
2021-06-19irc: add option irc.look.display_extended_join (issue #320)Sébastien Helleu
2021-06-19doc: update German auto-generated fileSébastien Helleu
2021-06-18core: update German translationsNils Görs
2021-06-17core: add option "certs" in command /debugSébastien Helleu