summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-06doc: translate description of logger masks in user's guideSébastien Helleu
2019-10-06Merge pull request #1413 from FiXato/patch-2Sébastien Helleu
Added introductory description of Logger masks
2019-10-06doc: fix styles in plugin API referenceSébastien Helleu
2019-10-06irc: use path from option xfer.file.upload_path to complete filename in ↵Sébastien Helleu
command "/dcc send" (closes #60)
2019-10-06core: add optional default path (evaluated) in completion "filename" (issue #60)Sébastien Helleu
2019-10-06core: add support of modifiers in evaluation of expressions with ↵Sébastien Helleu
"modifier:name,data,string" (issue #60)
2019-10-06api: add modifier "eval_path_home" (issue #60)Sébastien Helleu
2019-10-06core: fix comments on modifier callback functions in plugin APISébastien Helleu
2019-10-05Added introductory description of Logger masksFilip H.F. "FiXato" Slagter
While the documentation for Logger filename masks contained examples, it didn't actually describe it would try to match in order of descending specificity.
2019-10-05core: add reference to issue #66 for hook_line function in ChangeLogSébastien Helleu
2019-10-05core: add quotes around commands with arguments in ChangeLogSébastien Helleu
2019-10-05core: fix typo in ChangeLogSébastien Helleu
2019-10-05xfer: add option xfer.file.download_temporary_suffix with default value ↵Sébastien Helleu
".part" (closes #1237)
2019-10-05xfer: fix memory leak when a xfer is freed and when the plugin is unloadedSébastien Helleu
2019-10-04irc: fix typo in /help linksSébastien Helleu
2019-10-03doc: update German auto-generated filesSébastien Helleu
2019-10-03Merge pull request #1410 from ingank/ingank/german-translationSébastien Helleu
core: update German translations
2019-10-03Merge pull request #1409 from ingank/masterSébastien Helleu
doc: update German documentation
2019-10-03core: update German translationsIngolf Ankert
2019-10-02logger: add option logger.file.color_lines (closes #528, closes #621)Sébastien Helleu
2019-10-01doc: update German documentationIngolf Ankert
2019-10-01api: add modifier "color_encode_ansi" (issue #528)Sébastien Helleu
2019-10-01core: add function to convert WeeChat colors to ANSI colors (issue #528)Sébastien Helleu
2019-10-01core: add support of reverse video in ANSI color codesSébastien Helleu
2019-10-01tests: add tests on GUI color functionsSébastien Helleu
2019-10-01core: fix typos in commentsSébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu
2019-10-01core: fix typo in ChangeLogSébastien Helleu
2019-09-30core: fix typos in French translationsSébastien Helleu
2019-09-28doc: update German auto-generated filesSébastien Helleu
2019-09-28core: update German translationsIngolf Ankert
2019-09-27core: add contributor in AUTHORS.adoc (issue #1406)Sébastien Helleu
2019-09-27core: update ChangeLog (issue #1406)Sébastien Helleu
2019-09-27core: fix build on Alpine (closes #1406)Kyle Sabo
2019-09-27irc: add "user" in output of irc_message_parse (closes #136)Sébastien Helleu
2019-09-26logger: move logger backlog functions to logger-backlog.cSébastien Helleu
2019-09-25debian: switch to Guile 2.2 in Debian buildSébastien Helleu
Guile 2.2 is now used by default in Debian/Ubuntu builds, except on these old distribution versions where only Guile 2.0 is available: - Debian Stretch - Debian Jessie - Debian Wheezy - Ubuntu Xenial - Ubuntu Trusty
2019-09-24core: update German translationsNils Görs
2019-09-24core: add power operator "**" in calc expressions (issue #997)Sébastien Helleu
2019-09-24core: fix wrong results with the unary minus in calc expressionsSébastien Helleu
2019-09-23doc: update German auto-generated fileSébastien Helleu
2019-09-23core: update German translationsNils Görs
2019-09-23core: update translations (issue #683)Sébastien Helleu
2019-09-23irc: add separate options for kick/kill message coloring (closes #683)Simmo Saan
Add new options irc.color.message_kick and irc.color.reason_kick to be used for coloring KICK and KILL messages.
2019-09-22doc: update German auto-generated filesSébastien Helleu
2019-09-22core: update German translationsNils Görs
2019-09-22irc: remove option irc.network.channel_encode, add server option ↵Sébastien Helleu
"charset_message" (closes #832) This new option controls which part of the IRC message is decoded/encoded to the target charset, and the new default behavior is to decode/encode the whole IRC message (behavior in WeeChat >= 1.3 was to decode/encode only the text by default).
2019-09-21core: build with Guile 2.2 on Cygwin (issue #1098)Sébastien Helleu
2019-09-21core: remove detection of Ruby 1.8, since Ruby >= 1.9.1 is now required ↵Sébastien Helleu
(issue #1404)
2019-09-21core: update ChangeLog (closes #1098)Sébastien Helleu