Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-01 | core: update ChangeLog (issue #1341, issue #1342) | Sébastien Helleu | |
2019-05-01 | core: add contributor in AUTHORS.adoc | Sébastien Helleu | |
2019-05-01 | core: replace CMAKE_INSTALL_PREFIX by ${prefix} in libdir (weechat.pc) | Sébastien Helleu | |
2019-05-01 | Merge pull request #1342 from ryan-farley/libdir_fix | Sébastien Helleu | |
cmake: allow custom libdir (fix #1341) | |||
2019-04-25 | cmake: 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-20 | core: update ChangeLog | Sébastien Helleu | |
2019-04-20 | tests: add link with iconv library (if found) | Sébastien Helleu | |
This fixes a compilation error on FreeBSD. | |||
2019-04-19 | doc: update German documentation | Nils Görs | |
2019-04-19 | doc: translate quickstart changes in other languages | Sébastien Helleu | |
2019-04-19 | Merge remote-tracking branch 'origin/pr/1340' | Sébastien Helleu | |
2019-04-19 | quick start guide: make two separate sections out of section 2 | Michael Siegel | |
2019-04-19 | doc: update German documentation | Nils Görs | |
2019-04-17 | core: add contributor in AUTHORS.adoc | Sébastien Helleu | |
2019-04-17 | doc: translate quickstart changes in other languages | Sébastien Helleu | |
2019-04-17 | Merge remote-tracking branch 'origin/pr/1339' | Sébastien Helleu | |
2019-04-16 | quick start guide: rearrange content in section 2 | Michael Siegel | |
Put everything help-related first, then explain how to set options. | |||
2019-04-14 | core: use getopt to parse command line arguments | Sé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-14 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2019-04-14 | Merge pull request #1337 from l/master/translation/ja_JP | Sébastien Helleu | |
core: update Japanese translations | |||
2019-04-14 | Merge pull request #1336 from msiism/master | Sébastien Helleu | |
quick start guide: insert “the” where missing | |||
2019-04-14 | doc: update German auto-generated files | Sébastien Helleu | |
2019-04-14 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2019-04-13 | quick start guide: insert “the” where missing | Michael Siegel | |
2019-04-13 | core: update German translations | Nils Görs | |
2019-04-13 | core: bump API version | Sébastien Helleu | |
This is required after changes on functions hook_info and info_get. | |||
2019-04-13 | core: add contributor in AUTHORS.adoc (issue #931) | Sébastien Helleu | |
2019-04-13 | core: merge functions gui_line_prefix_is_same_nick_as_{previous|next} (issue ↵ | Sébastien Helleu | |
#931) | |||
2019-04-13 | core: fix /help weechat.look.buffer_time_same | Sébastien Helleu | |
2019-04-13 | core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931) | Adrian Bjugård | |
2019-04-13 | core: update German translations | Nils Görs | |
2019-04-13 | core: update German translations | Nils Görs | |
2019-04-13 | core: add option weechat.look.buffer_time_same (closes #1127) | Simmo Saan | |
2019-04-13 | Merge pull request #1334 from msiism/master | Sébastien Helleu | |
Improve intro of “Start WeeChat” section | |||
2019-04-13 | trigger: add hook "info_hashtable" | Sébastien Helleu | |
2019-04-13 | trigger: add hook "info" | Sébastien Helleu | |
2019-04-13 | irc: fix memory leak in infos "irc_server_isupport" and ↵ | Sébastien Helleu | |
"irc_server_isupport_value" | |||
2019-04-13 | api: return allocated string in hook_info callback and function info_get | Sébastien Helleu | |
2019-04-11 | Improve intro of “Start WeeChat” section | Michael Siegel | |
2019-04-11 | Merge pull request #1332 from msiism/master | Sébastien Helleu | |
Two grammar fixes for WeeChat user’s guide | |||
2019-04-11 | Improve grammar in “Screen layout” section | Michael Siegel | |
2019-04-11 | Add missing “the” to footnote in “Files and directories” | Michael Siegel | |
2019-04-11 | doc: fix styles in user guide and plugin API reference | Sébastien Helleu | |
2019-04-07 | doc: update German auto-generated file | Sébastien Helleu | |
2019-04-06 | core: update German translations | Nils Görs | |
2019-04-06 | xfer: 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-04 | core: fix typos in README | Sébastien Helleu | |
2019-04-04 | core: add links to Mastodon and Twitter in README | Sébastien Helleu | |
2019-04-04 | core: remove link to Google+ in README | Sébastien Helleu | |
2019-04-02 | core: update German translations | Nils Görs | |
2019-04-01 | tests: add test with multiple wildcards in call to function string_match | Sébastien Helleu | |