summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-06core: fix line too long, add comment on argument "with_suffix"Sébastien Helleu
2019-10-06core: count suffix in alignment computed for context infoSébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/619'Sébastien Helleu
2019-10-06Merge pull request #1415 from ingank/doc-de-improve-prSébastien Helleu
doc: update German documentation
2019-10-06doc: update German documentationIngolf Ankert
Reviewed: from @flashcode
2019-10-06Merge pull request #1414 from ingank/improve-po-deSébastien Helleu
core: update German translations
2019-10-06doc: update German documentationIngolf Ankert
fix: typos in doc/de/weechat_faq.de.adoc fix: typos, spelling, grammar in doc/de/weechat_quickstart.de.adoc
2019-10-06core: update German translationsIngolf Ankert
2019-10-06logger: fix write in log file if it has been deleted or renamed (closes #123)Sébastien Helleu
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