summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Expand)Author
2019-02-28script: use SHA-512 instead of MD5 for script checksumSébastien Helleu
2019-02-28relay: add option relay.weechat.commands (closes #928)Sébastien Helleu
2019-02-28api: add function command_options (issue #928)Sébastien Helleu
2019-02-27doc: fix typo in plugin API referenceSébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-02-26fset: fix typo in /help fset.format.option2arza
2019-02-26doc: move spell chapter after scripts in user's guideSébastien Helleu
2019-02-23core: update translations (issue #1055, issue #1312)Sébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
2019-02-03Fix typo "part or words" -> "part of words"arza
2019-01-31doc: remove obsolete note about gcrypt in chapter on IRC SASL authentication ...Sébastien Helleu
2019-01-27doc: add example with command "/input set_unread" in question about terminal ...Sébastien Helleu
2019-01-26core: do not automatically add a space when completing "nick:" at the beginni...Sébastien Helleu
2019-01-26doc: fix regex examples to be compatible with FreeBSDSébastien Helleu
2019-01-20script: add missing input actions "A" and "v" in /help scriptSébastien Helleu
2019-01-20buflist: add default keys ctrl-F1/F2 to scroll up/down one page in buflist (s...Sébastien Helleu
2019-01-20core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (s...Sébastien Helleu
2019-01-13doc: add missing file test-irc-protocol.cpp in developer's guideSébastien Helleu
2019-01-12doc: add question about autojoin option in FAQ (closes #1287)Sébastien Helleu
2019-01-11tests: add tests on function irc_config_check_autojoinSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-12-22core: add note about option sec.crypt.passphrase_file in /help secure (issue ...Sébastien Helleu
2018-12-13doc: add example of aspell dict for all channels of an IRC server (user's gui...Sébastien Helleu
2018-11-29doc: add "WeeChat" term for core command /filter (FAQ)Sébastien Helleu
2018-11-29core: use https for all links where secured http is supportedSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-19doc: add question "How can I disable highlights for specific nicks?" in FAQ (...Filip H.F. "FiXato" Slagter
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-18doc: spelling/grammar fixes & documentation links added (FAQ) (closes #1272)Filip H.F. "FiXato" Slagter
2018-11-17exec: add option exec.command.shell to customize the shell used with /exec -shSébastien Helleu
2018-11-17core: add command line option "-t" (or "--temp-dir") to create a temporary We...Sébastien Helleu
2018-11-13doc: add missing variable "pointer" to make C compiler really happy (plugin A...Sébastien Helleu
2018-11-13doc: fix name of compiled plugin example (plugin API reference)Sébastien Helleu
2018-11-12core: improve help on option irc.look.server_buffer (closes #1269)Sébastien Helleu
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
2018-11-04core: update translationsSébastien Helleu
2018-11-04relay: add support of Time-based One-Time Password (TOTP) as second authentic...Sébastien Helleu
2018-11-04doc: fix styles in relay protocolSébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
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 con...Sébastien Helleu
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