summaryrefslogtreecommitdiff
path: root/doc/de/includes
AgeCommit message (Collapse)Author
2022-03-11irc: add option "sort" in command /autojoinSébastien Helleu
2022-03-10irc: update translationsSébastien Helleu
2022-01-28doc: update auto-generated files with optionsSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-12-28doc: update German auto-generated fileSébastien Helleu
2021-12-25relay: improve help on option relay.network.compressionSébastien Helleu
2021-12-25doc: update auto-generated files with optionsSébastien Helleu
2021-10-23doc: update German auto-generated fileSébastien Helleu
2021-10-23core: update translationsSébastien Helleu
2021-10-02plugins: use a different plugin priority for each scripting languageSébastien Helleu
2021-10-02doc: update German auto-generated fileSébastien Helleu
2021-10-01core: add command /toggleSébastien Helleu
2021-09-20core: add creation of user variables in evaluated expressions with ↵Sébastien Helleu
${define:name,value}
2021-09-10doc: update German auto-generated fileSébastien Helleu
2021-09-09core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"Sébastien Helleu
2021-09-07doc: update German auto-generated fileSébastien Helleu
2021-09-06core: fix indentation in examples of /help evalSébastien Helleu
2021-09-06api: add split of string and shell arguments in evaluation of expressionsSébastien Helleu
Split of string: ${split:number,separators,flags,xxx} Split of shell arguments: ${split_shell:number,xxx}
2021-08-31core: update translationsSébastien Helleu
2021-08-13doc: update German auto-generated fileSébastien Helleu
2021-08-12irc: add option "-parted" in command /allchan (closes #1685)Sébastien Helleu
2021-08-10doc: update German auto-generated fileSébastien Helleu
2021-08-08doc: update auto-generated files with hdataSébastien Helleu
2021-08-03api: add random integer number in evaluation of expressions with ↵Sébastien Helleu
"random:min,max"
2021-07-04doc: update German auto-generated fileSébastien Helleu
2021-07-04typing: add option typing.look.input_min_charsSébastien Helleu
2021-07-04core: update translationsSébastien Helleu
2021-07-04doc: add file typing.conf in man pageSébastien Helleu
2021-07-04doc: add chapter on typing extension in user's guideSébastien Helleu
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-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-24irc: add support of capability "message-tags" (closes #1654)Sébastien Helleu
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-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-07doc: update German auto-generated fileSébastien Helleu
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-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