summaryrefslogtreecommitdiff
path: root/doc/en
AgeCommit message (Collapse)Author
2019-06-28doc: update chapter on colors in user's guide (issue #1343, issue #1345)Sébastien Helleu
2019-06-26doc: add description of arguments sent to the weechat_plugin_init plugin ↵Sébastien Helleu
function (plugin API reference)
2019-06-22irc: fix help of /connect command: the server is optionalSébastien Helleu
2019-06-17core: add option "close" in command /window (closes #853)Sébastien Helleu
2019-06-16doc: update auto-generated files with URL optionsSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-12doc: remove obsolete options for "brew install" command (user's guide)Sébastien Helleu
2019-06-12doc: remove obsolete options for "brew install" command (FAQ)Johan Rylander
2019-06-12doc: improve tree with log files in user's guideSébastien Helleu
2019-06-12exec: evaluate option exec.command.shell, change default value to ↵Sébastien Helleu
"${env:SHELL}" (closes #1356)
2019-06-07alias: remove default aliases /AME and /AMSGjesopo
2019-06-07core: replace char "," by "~" in color codes to separate foreground from ↵Sébastien Helleu
background (closes #1264)
2019-06-07doc: replace "cmake" by "CMake"Sébastien Helleu
2019-05-27doc: add example of WeeChat command to setup the password in a WeeChat IRC ↵Sébastien Helleu
relay client (user's guide)
2019-05-27doc: disambiguate key binding "l", which is lower "L" (not "1")Sébastien Helleu
2019-05-26doc: add links to WeeChat directories and files (user's guide)Sébastien Helleu
2019-05-24doc: remove extra spaces before colonsSébastien Helleu
2019-05-24doc: remove extra space in python dict (scripting guide)Sébastien Helleu
2019-05-24doc: fix styles in user's guideSébastien Helleu
2019-05-23doc: fix style in bar items chapter (user's guide)Sébastien Helleu
2019-05-13core: update translationsSébastien Helleu
2019-05-12doc: update chapter on relay unix domain sockets; add translations (user's ↵Sébastien Helleu
guide)
2019-05-12relay: evaluate path of unix socket relaySébastien Helleu
2019-05-12relay: add UNIX socket support (closes #733)Ryan Farley
2019-05-12doc: add chapter about WeeChat architecture in scripting guideSébastien Helleu
2019-05-12irc: rename server variable "nick_host" to "host"Sébastien Helleu
2019-05-10irc: add variable "nick_host" in server structureSébastien Helleu
2019-04-19doc: translate quickstart changes in other languagesSébastien Helleu
2019-04-19Merge remote-tracking branch 'origin/pr/1340'Sébastien Helleu
2019-04-19quick start guide: make two separate sections out of section 2Michael Siegel
2019-04-17Merge remote-tracking branch 'origin/pr/1339'Sébastien Helleu
2019-04-16quick start guide: rearrange content in section 2Michael Siegel
Put everything help-related first, then explain how to set options.
2019-04-14Merge pull request #1336 from msiism/masterSébastien Helleu
quick start guide: insert “the” where missing
2019-04-13quick start guide: insert “the” where missingMichael Siegel
2019-04-13core: fix /help weechat.look.buffer_time_sameSébastien Helleu
2019-04-13core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931)Adrian Bjugård
2019-04-13core: add option weechat.look.buffer_time_same (closes #1127)Simmo Saan
2019-04-13Merge pull request #1334 from msiism/masterSébastien Helleu
Improve intro of “Start WeeChat” section
2019-04-13trigger: add hook "info_hashtable"Sébastien Helleu
2019-04-13trigger: add hook "info"Sébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-04-11Improve intro of “Start WeeChat” sectionMichael Siegel
2019-04-11Improve grammar in “Screen layout” sectionMichael Siegel
2019-04-11Add missing “the” to footnote in “Files and directories”Michael Siegel
2019-04-11doc: fix styles in user guide and plugin API referenceSébastien Helleu
2019-04-06xfer: add option xfer.network.speed_limit_recv (closes #269)Sébastien Helleu
For consistency, the option xfer.network.speed_limit has been renamed to xfer.network.speed_limit_send.
2019-03-31core: add documentation on command line debug options (in --help and man pages)Sébastien Helleu
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence.
2019-03-31doc: fix generation of man page weechat-headless with autotoolsSébastien Helleu
2019-03-29core: don't execute command scheduled by /repeat if the buffer does not ↵Sébastien Helleu
exist any more
2019-03-29core: don't execute command scheduled by /wait if the buffer does not exist ↵Sébastien Helleu
any more