summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Collapse)Author
2021-10-02plugins: use a different plugin priority for each scripting languageSé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-11docs: trim excess whitespacea1346054
2021-09-09core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"Sé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-31core: add options in command /input and new keys to remove/restore buffers ↵Sébastien Helleu
in hotlist New options in command /input: - hotlist_remove_buffer - hotlist_restore_buffer - hotlist_restore_all New keys: - alt+h, alt+c: clear the whole hotlist (former key: alt+h) - alt+h, alt+m: mark the current buffer as read by removing it from the hotlist - alt+h, alt+r: restore latest hotlist removed in the current buffer - alt+h, alt+shift+R: restore latest hotlist removed in all buffers
2021-08-29api: add "${re:repl_index}" to get the index of replacement in function ↵Sébastien Helleu
string_eval_expression
2021-08-12irc: add option "-parted" in command /allchan (closes #1685)Sébastien Helleu
2021-08-08doc: update auto-generated files with hdataSébastien Helleu
2021-08-07doc: fix typo in FAQVictorhck
2021-08-03api: add random integer number in evaluation of expressions with ↵Sébastien Helleu
"random:min,max"
2021-07-11doc: rename secured data name in IRC server example (user's guide)Sébastien Helleu
2021-07-10doc: fix columns width in user's guideSébastien Helleu
2021-07-10doc: add chapters on IRC servers, channels, private messages (user's guide)Sébastien Helleu
2021-07-04core: add bar item "typing" in status bar by defaultSébastien Helleu
2021-07-04typing: add option typing.look.input_min_charsSébastien Helleu
2021-07-04core: update translationsSébastien Helleu
2021-07-04api: add function string_cutSébastien Helleu
2021-07-04tests: add tests on typing plugin functionsSébastien Helleu
2021-07-04doc: add typing plugin files in developer's guideSé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-07-04doc: add column for min WeeChat version in function buffer_set (plugin API ↵Sébastien Helleu
reference)
2021-07-04doc: add column for min WeeChat version in function hook_set (plugin API ↵Sébastien Helleu
reference)
2021-07-04doc: add column for min WeeChat version in function hook_modifier_exec ↵Sébastien Helleu
(plugin API reference)
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-03api: add function file_copy (issue #1667)Sé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-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-26api: remember insertion order in hashtablesSébastien Helleu
2021-06-25irc: implement IRCv3.2 SASL authentication, add command /auth (closes #413)Sébastien Helleu
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-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-17core: add option "certs" in command /debugSé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-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-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)