summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-07-04typing: add typing pluginSébastien Helleu
2021-07-03api: add function file_copy (issue #1667)Sébastien Helleu
2021-06-29doc: update Polish auto-generated filesSébastien Helleu
2021-06-28doc: updated polish translationKrzysztof Korościk
2021-06-28doc: update German auto-generated fileSé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-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-25irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)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-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: escape/unescape IRC message tags values (issue #1654)Sébastien Helleu
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
2021-06-19doc: update German auto-generated fileSébastien Helleu
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-17core: add option "certs" in command /debugSébastien Helleu
2021-06-17doc: update German auto-generated filesSébastien Helleu
2021-06-16doc: update German documentationNils Görs
2021-06-15irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms (closes #175)Sébastien Helleu
2021-06-15irc: add command /setname, add support of message and capability "setname" ↵Sébastien Helleu
(closes #1653)
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-13doc: add Serbian translationseevan78
2021-06-13doc: updated polish translationKrzysztof Korościk
2021-06-10doc: update Polish auto-generated filesSébastien Helleu
2021-06-07doc: update German auto-generated fileSébastien Helleu
2021-06-05core: update German translationsNils Görs
2021-06-01doc: add IRC SASL SCRAM mechanisms in user's guide (issue #1628)Sébastien Helleu
2021-06-01irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and ↵Sébastien Helleu
SCRAM-SHA-512 (closes #1628)
2021-06-01api: add function crypto_hmac (issue #1628)Sébastien Helleu
2021-06-01doc: update German auto-generated filesSébastien Helleu
2021-05-30irc: add ${target} in help of server msg_kick optionSébastien Helleu
2021-05-29core, irc, script: fix typosSébastien Helleu
2021-05-29irc: add variable "${target}" (target nick) in commands /kick and /kickbanSébastien Helleu
2021-05-28doc: update German documentationNils Görs
2021-05-28doc: use secured data in relay examples (user's guide)Sébastien Helleu
2021-05-28core: update German translationsNils Görs
2021-05-27doc: update Spanish quickstart guideVictorhck
2021-05-26Typo fixFilip H.F. "FiXato" Slagter
Zomming -> Zooming
2021-05-26doc: replace freenode-tor by a generic TOR example in user's guideSébastien Helleu
2021-05-26core: add signals "cursor_start" and "cursor_end"Sébastien Helleu
2021-05-25core: replace freenode by libera in command examplesSébastien Helleu