summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Collapse)Author
2018-11-12core: improve help on option weechat.look.nick_color_stop_chars (closes #1268)Sébastien Helleu
2018-11-05buflist: add variable ${number2}, always set with the indented buffer numberSébastien Helleu
2018-11-04core: replace ellipses by "etc." (in English) and "etc..." by "etc." in FrenchSébastien Helleu
2018-11-04core: replace "web site" by "website"Sébastien Helleu
2018-11-04Merge pull request #1273 from half-duplex/masterSébastien Helleu
Fix regex in relay.network.allowed_ips doc
2018-11-04core: update translationsSébastien Helleu
2018-11-04relay: add support of Time-based One-Time Password (TOTP) as second ↵Sébastien Helleu
authentication factor in weechat protocol
2018-11-04doc: fix styles in relay protocolSébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions ↵Sébastien Helleu
string_{encode,decode}_base64
2018-11-03core: split plugin-api.c into 2 files (API wrappers and infos/infolists)Sébastien Helleu
2018-11-02api: return integer in function string_encode_base64Sébastien Helleu
2018-11-02core: add support of TOTP generation/validation (Time-based One-Time Password)Sébastien Helleu
2018-10-27doc: add missing source files for tests (developer's guide)Sébastien Helleu
2018-10-27core: split wee-secure.c into 3 files (secured data functions, buffer and ↵Sébastien Helleu
config)
2018-10-25doc: add commands to update .po files (developer's guide)Sébastien Helleu
2018-10-23Fix regex in relay allowed_ips docTrevor Bergeron
2018-10-14doc: update auto-generated files with IRC optionsSébastien Helleu
2018-10-09core: add repeat of string in evaluation of expressions with ↵Sébastien Helleu
"repeat:count,string" (closes #958)
2018-10-06core: update translationsSébastien Helleu
2018-09-24logger: add more info about log levels in /help logger (closes #1254)Sébastien Helleu
2018-09-24logger: move logger command into a separate source fileSébastien Helleu
2018-09-18core: allow multiple arguments in command /buffer closeSébastien Helleu
2018-09-09relay: fix URL to the page with remote interfaces in /help relaySébastien Helleu
2018-09-06core: allow multiple options "-r" ("--run-command") in command line ↵Sébastien Helleu
arguments (closes #1248)
2018-09-06doc: add question about aspell dictionaries in FAQSébastien Helleu
2018-09-01doc: add missing comma in example of function config_new_option (plugin API ↵Sébastien Helleu
reference)
2018-08-30doc: fix hdata example (relay protocol) (closes #1242)Sébastien Helleu
2018-08-17core: add option "-P" (or "--plugins") to customize the plugins to load at ↵Sébastien Helleu
startup If given, the option replaces the option weechat.plugin.autoload.
2018-08-17doc: split list of modifiers into two tables (plugin API reference)Sébastien Helleu
2018-08-17doc: rename variable "tg_tags" to "tags" in line trigger (user guide)Sébastien Helleu
2018-08-17trigger: add variables "tg_prefix_nocolor" and "tg_message_nocolor" in line ↵Sébastien Helleu
trigger
2018-08-17trigger: rename variable "tg_tags" to "tags" in line triggerSébastien Helleu
2018-08-16trigger: allow creation of temporary variables with the regexSébastien Helleu
2018-08-15doc: update auto-generated files with hdataSébastien Helleu
2018-08-15core: update translationsSébastien Helleu
2018-08-15doc: fix list of variables that can be updated in a hook_line trigger (user ↵Sébastien Helleu
guide)
2018-08-15doc: fix typos in plugin API referenceSébastien Helleu
2018-08-15doc: add list of variables that can be updated by type of trigger (user guide)Sébastien Helleu
2018-08-15doc: add more info about line, print and modifier functions for new lines ↵Sébastien Helleu
(plugin API reference)
2018-08-14core: split wee-hook.c into multiple sourcesSébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-08-12doc: fix style (relay protocol)Sébastien Helleu
2018-08-12doc: add length of field "id" in binary message (relay protocol) (closes #1233)Sébastien Helleu
2018-08-11doc: add "/msg nickserv set password" in list of commands handled by default ↵Sébastien Helleu
trigger "cmd_pass" (user guide)
2018-08-11doc: fix default conditions of beep trigger (user guide)Sébastien Helleu
2018-07-29core: update weechat.org URLs to match latest version of the siteSébastien Helleu
2018-07-29doc: replace features page with remote interfaces (FAQ)Sébastien Helleu
2018-07-15doc: mention there is an option to enable crash core files (user's guide)Jos Ahrens
For people skimming the section, it will not be immediately clear to them, especially since everything seems to suggest this option is enabled by default.
2018-07-12doc: add a trigger to jump to buffer number ≥ 100 in FAQSébastien Helleu
2018-07-07doc: use /unset command instead of /set xxx null (quickstart guide)Sébastien Helleu