summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-10irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"Sébastien Helleu
2019-05-10irc: add variable "nick_host" in server structureSébastien Helleu
2019-05-10irc: fix parsing of MODE command when there are colons after the first mode ↵Sébastien Helleu
argument (closes #1296)
2019-05-01core: update ChangeLog (issue #1341, issue #1342)Sébastien Helleu
2019-05-01core: add contributor in AUTHORS.adocSébastien Helleu
2019-05-01core: replace CMAKE_INSTALL_PREFIX by ${prefix} in libdir (weechat.pc)Sébastien Helleu
2019-05-01Merge pull request #1342 from ryan-farley/libdir_fixSébastien Helleu
cmake: allow custom libdir (fix #1341)
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR used to be set).
2019-04-20core: update ChangeLogSébastien Helleu
2019-04-20tests: add link with iconv library (if found)Sébastien Helleu
This fixes a compilation error on FreeBSD.
2019-04-19doc: update German documentationNils Görs
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-19doc: update German documentationNils Görs
2019-04-17core: add contributor in AUTHORS.adocSébastien Helleu
2019-04-17doc: translate quickstart changes in other languagesSébastien Helleu
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-14core: use getopt to parse command line argumentsSébastien Helleu
Multiple options can now be given in a single flag, for example: weechat -ast Following formats were allowed for command line argument with a value: weechat -d /tmp/weechat weechat --dir /tmp/weechat Now these extra formats are supported as well: weechat -d/tmp/weechat weechat --dir=/tmp/weechat
2019-04-14doc: update Japanese auto-generated filesSébastien Helleu
2019-04-14Merge pull request #1337 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2019-04-14Merge pull request #1336 from msiism/masterSébastien Helleu
quick start guide: insert “the” where missing
2019-04-14doc: update German auto-generated filesSébastien Helleu
2019-04-14core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2019-04-13quick start guide: insert “the” where missingMichael Siegel
2019-04-13core: update German translationsNils Görs
2019-04-13core: bump API versionSébastien Helleu
This is required after changes on functions hook_info and info_get.
2019-04-13core: add contributor in AUTHORS.adoc (issue #931)Sébastien Helleu
2019-04-13core: merge functions gui_line_prefix_is_same_nick_as_{previous|next} (issue ↵Sébastien Helleu
#931)
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: update German translationsNils Görs
2019-04-13core: update German translationsNils Görs
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-13irc: fix memory leak in infos "irc_server_isupport" and ↵Sébastien Helleu
"irc_server_isupport_value"
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-11Merge pull request #1332 from msiism/masterSébastien Helleu
Two grammar fixes for WeeChat user’s guide
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-07doc: update German auto-generated fileSébastien Helleu
2019-04-06core: update German translationsNils Görs
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-04-04core: fix typos in READMESébastien Helleu
2019-04-04core: add links to Mastodon and Twitter in READMESébastien Helleu