summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Collapse)Author
2016-03-04doc: fix typo in quickstart guideSébastien Helleu
2016-02-25irc: complete help of SASL fail optionsSébastien Helleu
2016-02-24core: update translationsSébastien Helleu
2016-02-17doc: translate instructions for CA file on Mac OS X in other languages (FAQ)Sébastien Helleu
2016-02-17doc: fix instructions about getting correct CA file on Mac OS X (FAQ)Artiom Di
2016-02-15core: move irc bar item "away" and two options to core (closes #692)Sébastien Helleu
Options moved: * "irc.look.item_away_message" --> "weechat.look.item_away_message" * "irc.color.item_away" --> "weechat.color.item_away".
2016-02-12core: add note about options to save config/layout on exit in help of ↵Sébastien Helleu
commands /layout, /save and /quit (closes #687)
2016-02-08relay: fix the max number of clients connected on a port, allow value 0 for ↵Sébastien Helleu
"no limit" (closes #669)
2016-01-30doc: fix typo in English quickstart guideSébastien Helleu
2016-01-29doc: add secured data in quickstart guideSébastien Helleu
2016-01-24doc: add an example in function string_split (plugin API reference)Sébastien Helleu
2016-01-17core: update translationsSébastien Helleu
2016-01-06doc: update auto-generated files with WeeChat optionsSébastien Helleu
2016-01-03irc: remove argument "clear" from command /cap (issue #8, closes #641)Sébastien Helleu
2016-01-02irc: evaluate content of server option "addresses"Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-27doc: fix example for function hdata_search (plugin API reference)Sébastien Helleu
2015-12-24irc: move option irc.network.alternate_nick into servers (closes #633)Sébastien Helleu
2015-12-24core: add a parent name in options (closes #629)Sébastien Helleu
Inherited values are now displayed in /set output when the value is null, if a parent option name is defined in option. New option: weechat.color.chat_value_null
2015-12-24doc: update auto-generated files with irc optionsSébastien Helleu
2015-12-20doc: update auto-generated files with hdataSébastien Helleu
2015-12-20doc: update auto-generated files with relay optionsSébastien Helleu
2015-12-17doc: update examples of function hook_command_run (plugin API reference)Sébastien Helleu
2015-12-10script: update help on /script searchSébastien Helleu
2015-12-09script: add completion with languages and extensions, support search by ↵Sébastien Helleu
language/extension in /script search
2015-12-02fifo: add /fifo commandSébastien Helleu
2015-11-15doc: change key bindings examples in docsSébastien Helleu
2015-11-12core: add "tmux" and "tmux-256color" in supported $TERM values (closes #519)Sébastien Helleu
2015-11-04core: fix example in /help keySébastien Helleu
2015-10-24doc: improve note about mouse events caught by weechat (user's guide)Sébastien Helleu
2015-10-18irc: add "cap-notify" in list of supported capabilities (/help cap)Sébastien Helleu
2015-10-18doc: update auto-generated files with hdataSébastien Helleu
2015-10-07doc: fix name of emphasized text color in developer's guideSébastien Helleu
2015-10-03core: add option weechat.look.paste_auto_add_newline (closes #543)Sébastien Helleu
2015-09-26doc: sort distributions by name in user's guideSébastien Helleu
2015-09-26doc: add openSUSE instructions and fix Fedora Core (user's guide)Ondřej Súkup
2015-09-06doc: add translations in question about SSL problems (FAQ)Sébastien Helleu
2015-09-04doc: fix "I have SSL problems"Mikaela Suomalainen
1. Freenode supports DH size 2048 nowadays, so change the network to example. 2. Freenode has valid SSL certificate, so also change that network to example. 3. Mention irc.server.example.ssl_fingerprint. I used SHA512 sum of weechat.org's certificate as it was the first one to come to mind.
2015-08-24script: add option script.scripts.download_timeoutSébastien Helleu
2015-08-24irc: fix typos in /help ban and /help quietSébastien Helleu
2015-08-24irc: add command /cap (closes #8)Sébastien Helleu
2015-08-22Merge pull request #497 from sim642/faq-search-hereSébastien Helleu
doc: update default search bind in FAQ
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-20doc: update default search bind in FAQSimmo Saan
2015-08-20doc: remove blank lines at end of auto-generated filesSébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-08-15irc: update help on option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
Remove mention of WeeChat <= 1.2 since the behavior is not exactly the same as old versions (when the option is enabled): only the channel/message are decoded/encoded and not the nick/host.
2015-08-14irc: add option irc.network.channel_encode (issue #218, issue #482)Sébastien Helleu
This is a workaround (disabled by default) to join and chat on ISO encoded channels (or another charset different from UTF-8). This option may be removed in future if a better solution is implemented.
2015-08-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-08core: update translationsSébastien Helleu