summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-06-17doc: update German auto-generated filesSébastien Helleu
2021-06-16tests: fix tests on signal_search_numberSébastien Helleu
2021-06-16core: fix build on macOS (closes #1662)Sébastien Helleu
2021-06-16core: add build on macOS in CISébastien Helleu
2021-06-16doc: update German documentationNils Görs
2021-06-16core: update German translationsNils Görs
2021-06-15irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)Sébastien Helleu
2021-06-15doc: keep previous msgids of translated messages in .po filesSébastien Helleu
2021-06-15core: update ChangeLogSébastien Helleu
2021-06-15irc: add command /setname, add support of message and capability "setname" ↵Sébastien Helleu
(closes #1653)
2021-06-15irc: always set realname in nicks even when extended-join capability is not ↵Sébastien Helleu
enabled (issue #1653)
2021-06-15irc: add support of FAIL/WARN/NOTE messages (issue #1653)Sébastien Helleu
Spec: https://ircv3.net/specs/extensions/standard-replies
2021-06-14doc: update user's guide translations (issue #1642)Sébastien Helleu
2021-06-14doc: ref the layout, buffer and window sections and commandsGiuseppe Bilotta
Add some references between the Screen layout and Buffers and windows sections, linking also to the appropriate commands. This should make it easier to discover the `/layout` command and its relevance to the windows and buffer management. (Small contribution to GitHub issue #1641)
2021-06-13core: add contributor (issue #1655)Sébastien Helleu
2021-06-13doc: add Serbian translationseevan78
2021-06-13doc: updated polish translationKrzysztof Korościk
2021-06-13po: updated polish translationKrzysztof Korościk
2021-06-13Version 3.3-devSébastien Helleu
2021-06-13Version 3.2Sébastien Helleu
2021-06-13irc: fix translation of SASL errorsSébastien Helleu
2021-06-10doc: update Polish auto-generated filesSébastien Helleu
2021-06-10po: updated polish translationKrzysztof Korościk