summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-04-04core: remove link to Google+ in READMESébastien Helleu
2019-04-02core: update German translationsNils Görs
2019-04-01tests: add test with multiple wildcards in call to function string_matchSébastien Helleu
2019-04-01tests: add tests on function util_signal_searchSébastien Helleu
2019-04-01tests: add tests on util_timeval functionsSébastien Helleu
2019-04-01tests: add tests on function util_parse_delay with unit "ms" (milliseconds)Sébastien Helleu
2019-03-31doc: update Japanese auto-generated filesSébastien Helleu
2019-03-31core: add documentation on command line debug options (in --help and man pages)Sébastien Helleu
Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence.
2019-03-31doc: fix generation of man page weechat-headless with autotoolsSébastien Helleu
2019-03-31Merge pull request #1328 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2019-04-01core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2019-03-29doc: update German auto-generated fileSébastien Helleu
2019-03-29core: send code coverage only with gcc, not with clangSébastien Helleu
2019-03-29core: add codecov badgeSébastien Helleu
2019-03-29core: move coverage.info in parent directorySébastien Helleu
2019-03-29core: move upload of code coverage from build-test.sh to .travis.ymlSébastien Helleu
2019-03-29core: fix upload of code coverage to codecov.ioSébastien Helleu
2019-03-29core: upload code coverage on codecov.io in Travis CISébastien Helleu
2019-03-29core: update German translationsNils Görs
2019-03-29core: don't execute command scheduled by /repeat if the buffer does not ↵Sébastien Helleu
exist any more
2019-03-29core: don't execute command scheduled by /wait if the buffer does not exist ↵Sébastien Helleu
any more
2019-03-29core: use seconds by default in /repeat interval, allow unit for the intervalSébastien Helleu
2019-03-29core: move parsing of /wait delay in a separate function, with unit testsSébastien Helleu
2019-03-29core: allow text in addition to a command in command /repeatSébastien Helleu
2019-03-28core: update ChangeLogSébastien Helleu