summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-03-10relay: add forbidden commands /wait and /repeat in weechat protocol (issue #928)Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split ↵Sébastien Helleu
(closes #1322)
2019-03-09doc: update German auto-generated fileSébastien Helleu
2019-03-09relay: add extra forbidden commands in weechat protocol (issue #928)Sébastien Helleu
Commands were already forbidden (option relay.weechat.commands): - /exec - /upgrade - /quit These extra commands are now forbidden by default: - /fset - /set - /unset - /plugin - /script - /python - /perl - /ruby - /lua - /tcl - /guile - /javascript - /php - /secure
2019-02-28core: update German translationsNils Görs
2019-02-28doc: fix typo in FAQSébastien Helleu
2019-02-28script: use SHA-512 instead of MD5 for script checksumSébastien Helleu
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3
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-24doc: update German auto-generated filesSébastien Helleu
2019-02-23core: update translations (issue #1055, issue #1312)Sébastien Helleu
2019-02-20doc: update German auto-generated filesSébastien Helleu
2019-02-19core: update translations (issue #1299)Sébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
The following things have been renamed: - file aspell.conf -> spell.conf - options aspell.* -> spell.* - bar item aspell_dict -> spell_dict - bar item and local variable aspell_suggest -> spell_suggest - info aspell_dict -> spell_dict
2019-02-09doc: update Polish auto-generated filesSébastien Helleu
2019-02-09doc: updated polish translationKrzysztof Korościk
2019-02-03core: update translationsSébastien Helleu
2019-02-03Fix typo "part or words" -> "part of words"arza
2019-02-03core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2019-01-31doc: remove obsolete note about gcrypt in chapter on IRC SASL authentication ↵Sébastien Helleu
(user's guide)
2019-01-27doc: update German documentationNils Görs
2019-01-27doc: add example with command "/input set_unread" in question about terminal ↵Sébastien Helleu
focus (issue #1295)
2019-01-26core: do not automatically add a space when completing "nick:" at the ↵Sébastien Helleu
beginning of command line The space can be added in option weechat.completion.nick_completer (this is now the default value of the option): /set weechat.completion.nick_completer ": "
2019-01-26doc: fix regex examples to be compatible with FreeBSDSébastien Helleu
The following special sequences are not supported in regular expressions on FreeBSD: - "\w": replaced with "[a-zA-Z0-9_]" - "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice only spaces could be a problem when we use this sequence).
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ébastien Helleu
(same action as F1/F2)
2019-01-20core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist ↵Sébastien Helleu
(same action as F11/F12)
2019-01-13doc: add missing file test-irc-protocol.cpp in developer's guideSébastien Helleu
2019-01-12doc: update German documentationNils Görs
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-22doc: update German auto-generated fileSébastien Helleu
2018-12-22core: add note about option sec.crypt.passphrase_file in /help secure (issue ↵Sébastien Helleu
#1286)
2018-12-14doc: update German auto-generated filesSébastien Helleu
2018-12-13core: update German translationsNils Görs
2018-12-13doc: add example of aspell dict for all channels of an IRC server (user's ↵Sébastien Helleu
guide) (closes #1284)
2018-12-09doc: update Japanese auto-generated filesSébastien Helleu
2018-12-09core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-11-30doc: update German documentationNils Görs
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-24doc: update German documentationNils Görs
2018-11-19doc: translate FAQ changes in other languages (issue #1280)Sébastien Helleu
2018-11-19doc: add question "How can I disable highlights for specific nicks?" in FAQ ↵Filip H.F. "FiXato" Slagter
(closes #1280)