summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-11Merge pull request #1346 from J0WI/patch-1Sébastien Helleu
core: add detection for Ruby 2.6
2019-05-11core: add detection for Ruby 2.6J0WI
2019-05-10irc: set buffer local variable "nick_host" when a channel buffer is openedSébastien Helleu
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-04gui: fix wbkgrndset for non-wide ncurses by fallback to wbkgdset (issue #1343)Simmo Saan
cchar_t, setcchar and wbkgrndset are actually widec ncurses features, not ext-colors features, but NCURSES_WIDECHAR doesn't accurately reflect their existence so NCURSES_EXT_COLORS is used instead.
2019-05-02gui: readd color buffer table zero padding and dashes (issue #1343)Simmo Saan
2019-05-02gui: change command line option "-c" color pairs table to match (issue #1343)Simmo Saan
2019-05-02gui: change color buffer pairs table to only show allocated pairs (issue #1343)Simmo Saan
2019-05-02gui: increase ncurses color pair limit from 255 to 32767 (issue #1343)Simmo Saan
2019-05-02gui: replace ncurses COLOR_PAIR attribute usage with special functions ↵Simmo Saan
(issue #1343)
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