summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22Merge pull request #1251 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-09-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-09-20doc: update German auto-generated fileSébastien Helleu
2018-09-20doc: update German documentationNils Görs
2018-09-20core: update translationsSébastien Helleu
2018-09-20irc: display a warning when the value of option irc.server.xxx.autojoin is ↵Sébastien Helleu
set to an invalid value
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-09core: add missing slash at the end of weechat.org URLsSébastien Helleu
2018-09-06core: update German translationsNils Görs
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-09-01core: fix copyright datesSébastien Helleu
2018-08-30core: rename variable "plugin_blacklisted" to "plugin_forbidden"Sébastien Helleu
2018-08-30doc: fix hdata example (relay protocol) (closes #1242)Sébastien Helleu
2018-08-20core: update German translationsNils Görs
2018-08-19doc: update Japanese auto-generated fileSébastien Helleu
2018-08-19Merge pull request #1234 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-08-19core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-08-18core: fix evaluation of condition when the left operand is an empty stringSébastien Helleu
2018-08-18core: fix typo in release notesSébastien Helleu
2018-08-18core: move "new" info in release notesSébastien Helleu
2018-08-17doc: update German auto-generated fileSébastien Helleu
2018-08-17Merge branch 'master' of github.com:weechat/weechatNils Görs
2018-08-17core: update German translationsNils Görs
2018-08-17doc: fix typo in German user guideSébastien Helleu
2018-08-17core: update German translationsNils Görs
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-17core: update translationsSébastien Helleu
2018-08-17doc: split list of modifiers into two tables (plugin API reference)Sébastien Helleu
2018-08-17core: add "line" trigger in ChangeLogSé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-16core: fix string evaluation with regex replacement when the string is emptySébastien Helleu
2018-08-16tests: add tests on modifier hookSébastien Helleu
2018-08-16core: fix weechat_print modifierSébastien Helleu
All changes: - always send the Tab char in the weechat_print modifier string - handle special cases in weechat_print modifier: no prefix (" \t...") or no date ("\t\t...")
2018-08-15core: fix use of NULL pointer in command /buffer when the GUI is not yet ↵Sébastien Helleu
initialized
2018-08-15core: remove use of pointer "buffer" once the line has been initializedSébastien Helleu
2018-08-15core: remove unneeded initialization of variable "highlight"Sébastien Helleu
2018-08-15irc: add missing initialization of variable "chghost"Sébastien Helleu
2018-08-15doc: update auto-generated files with hdataSébastien Helleu
2018-08-15core: update translationsSébastien Helleu
2018-08-15trigger: fix /help triggerSé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-15core: add comments in function to print a lineSébastien Helleu