summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-24irc: fix debug print of modelist item number and pointerSébastien Helleu
2018-03-24irc: fix debug print of modelist item datetime valueSébastien Helleu
2018-03-24irc: fix messages on exception to make them easier to translateSébastien Helleu
2018-03-24irc: mark setter as optional in modelist itemSébastien Helleu
2018-03-24irc: first search the modelist item, then free it if foundSébastien Helleu
2018-03-24irc: check that the modelist item number is valid before using itSébastien Helleu
2018-03-24irc: fix some stylesSébastien Helleu
2018-03-24core: add irc-modelist sources files to generate translationsSébastien Helleu
2018-03-24doc: add irc-modelist.c in translated versions of developer's guideSébastien Helleu
2018-03-24irc: add indexed ban list, add completion for /unban and /unquiet (closes ↵Simmo Saan
#597, task #11374, task #10876)
2018-03-24doc: update Japanese auto-generated filesSébastien Helleu
2018-03-24Merge pull request #1168 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-03-24core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-03-22doc: update German auto-generated filesSébastien Helleu
2018-03-22doc: update Ruby version in dependencies (user's guide)Sébastien Helleu
2018-03-22doc: update PHP packages in dependencies (user's guide)Sébastien Helleu
2018-03-22debian: display the number of patches OK and in error in script build-debian.shSébastien Helleu
2018-03-22debian: update debian/ubuntu/raspbian patchesSébastien Helleu
2018-03-22debian: remove patches for old ubuntu versions: zesty, yakkety, preciseSébastien Helleu
2018-03-22debian: do not build packages with debug symbols in script build-debian.shSébastien Helleu
2018-03-21debian: sync debian files with debian git repositorySébastien Helleu
2018-03-20core: add test of Debian/Ubuntu patches on Travis CISébastien Helleu
2018-03-20core: add option "test-patches" in script build-debian.shSébastien Helleu
2018-03-20doc: add more info about the reload callback in function config_new (plugin ↵Sébastien Helleu
API reference)
2018-03-20debian: update debian/ubuntu/raspbian patchesSébastien Helleu
2018-03-20core: update German translationsNils Görs
2018-03-19doc: use '-out' instead of shell redirection for openssl ecparamW. Trevor King
Generated with: $ sed -i 's|openssl ecparam -genkey -name prime256v1 >~/.weechat/ecdsa.pem|openssl ecparam -genkey -name prime256v1 -out ~/.weechat/ecdsa.pem|' $(git grep -l 'openssl ecparam') There's no reason to involve shell redirection, which we've had since 88073243 (doc: add instructions for SASL "ecdsa-nist256p-challenge", 2015-01-21). We already use -in or -out for our other openssl invocations, as shown by: $ git grep 'openssl.*\(<\|>\|-in\|-out\)'
2018-03-19core: improve help of option weechat.completion.partial_completion_alertSébastien Helleu
2018-03-19core: add contributor in AUTHORS.adocSébastien Helleu
2018-03-19core: update ChangeLog (closes #1159)Sébastien Helleu
2018-03-19core: update translationsSébastien Helleu
2018-03-19core: merge buffer by nameRuslan Bekenev
2018-03-19core: add contributor in AUTHORS.adocSébastien Helleu
2018-03-19Merge pull request #1163 from fornwall/replace-getdtablesizeSébastien Helleu
Replace getdtablesize() with sysconf(_SC_OPEN_MAX)
2018-03-19debian: add package weechat-headless with the headless binary and its man pageSébastien Helleu
2018-03-19core: split man pages weechat and weechat-headlessSébastien Helleu
2018-03-18Replace getdtablesize() with sysconf(_SC_OPEN_MAX)Fredrik Fornwall
From the getdtablesize(3) man page: It is not specified in POSIX.1; portable applications should employ sysconf(_SC_OPEN_MAX) instead of this call. Specifically, this fixes a compilation problem on Android.
2018-03-18core: ignore file etc/postinstall/weechat.sh in build with cygport on CygwinSébastien Helleu
2018-03-18core: fix build with CMake and NinjaSébastien Helleu
2018-03-18Version 2.2-devSébastien Helleu
2018-03-18Version 2.1Sébastien Helleu
2018-03-17doc: update Polish auto-generated filesSébastien Helleu
2018-03-17po: updated polish translationsKrzysztof Korościk
2018-03-17doc: updated polish translationKrzysztof Korościk
2018-03-17scripts: hide message when the eval script is unloadedSébastien Helleu
Related to commit 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.
2018-03-17Merge branch 'master' of https://github.com/weechat/weechatNils Görs
2018-03-17core: update German translationsNils Görs
2018-03-17Merge pull request #1161 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2018-03-17core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-03-16tests: fix name of target in dependenciesSébastien Helleu