summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Expand)Author
2021-11-27doc: switch from prettify to pygments for syntax highlightingSébastien Helleu
2021-11-23doc: fix typo in link for '/layout' in user guideThomas Faughnan
2021-11-13tests: add tests on some IRC SASL functionsSébastien Helleu
2021-11-12tests: add tests on default triggersSébastien Helleu
2021-11-11doc: fix typos in user's guideSébastien Helleu
2021-11-11core: fix typos in docsSébastien Helleu
2021-11-06irc: fix join of channels with name longer than 127 chars (closes #1717)Sébastien Helleu
2021-11-06doc: replace ${name} by ${server_name} in example of function hdata_search (p...Sébastien Helleu
2021-11-06api: add parameters pointers, extra_vars and options in function hdata_searchSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ...Sébastien Helleu
2021-10-23core: update translationsSébastien Helleu
2021-10-17irc: parse and return command parameters in message parserSébastien Helleu
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 ${define:n...Sébastien Helleu
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
2021-08-31core: update translationsSébastien Helleu
2021-08-31core: add options in command /input and new keys to remove/restore buffers in...Sébastien Helleu
2021-08-29api: add "${re:repl_index}" to get the index of replacement in function strin...Sébastien Helleu
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 "random:min,...Sébastien Helleu
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 re...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_set (plugin API refe...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_modifier_exec (plugi...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_modifier (plugin API...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_hsignal (plugin API ...Sébastien Helleu
2021-07-04doc: add column for min WeeChat version in function hook_process_hashtable (p...Sébastien Helleu
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" an...Sébastien Helleu
2021-06-27irc: allow signals "irc_raw_in" and "irc_in" to eat messages (issue #1657)Simon Ser
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