summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-21Release version 4.14.1louiz’
2017-03-21Add a missing ifndef BOTANlouiz’
2017-03-21Add missing botan/version.h includeslouiz’
2017-03-21Update the ci to use the latest image, and remove deprecated jobslouiz’
2017-03-21Update changelog for 4.1 releaselouiz’
2017-03-21Update the verify_certificate_chain code to work with botan >= 1.11.34 as welllouiz’
ref #3245
2017-03-21Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones)louiz’
ref #3245
2017-03-21Backport the master FindBOTAN.cmake, to find botan 2.0 as welllouiz’
ref #3245
2016-11-09Release version 4.04.0louiz’
2016-11-09Little update to the changeloglouiz’
2016-11-07Remove a never reached (and non-sensical) errorlouiz’
2016-11-07Test the error on joining invalid roomlouiz’
2016-11-07Workaround for debian and other old OS that do not have std::put_timelouiz’
2016-11-07Add <algorithm> backlouiz’
2016-11-07Add a missing <chrono> includelouiz’
2016-11-07Trivial refactor of get_user_bridge functionlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
fix #3171
2016-11-03Test the global and IRC server configure commandslouiz’
2016-11-02Fix the presences sent, when multiple resources join the virtual channellouiz’
fix #3216
2016-11-01Refactor load_certs()louiz’
2016-11-01Disable e2e tests on openbsdlouiz’
2016-11-01And fix the bw-output path…louiz’
[skip-ci]
2016-11-01Fix the sonar-qube submissionlouiz’
2016-10-31Fix the openbsd test, againlouiz’
2016-10-31Automate the sonar-qube scanner submission in the ci processlouiz’
2016-10-31Fix the openbsd test, do not use coverage on itlouiz’
2016-10-31Revert the whole nproc thinglouiz’
2016-10-31Coin coinlouiz’
2016-10-31ci: Fix the nproc thingylouiz’
2016-10-31Some cleanupslouiz’
2016-10-31Remove unused roster codelouiz’
2016-10-31Actually run all the e2e scenario if nothing is specifiedlouiz’
2016-10-31Test successful invite of an other userlouiz’
2016-10-31Handle IRC message 341 (invite confirmation)louiz’
2016-10-31Use ensure_future if available, otherwise use asyncio.asynclouiz’
2016-10-31Test self discolouiz’
2016-10-31e2e: add the possibility to launch a specific list of scenarios onlylouiz’
2016-10-31Test raw messageslouiz’
2016-10-31Trivial cleanuplouiz’
2016-10-31Make AddrinfoDeleter a classlouiz’
2016-10-31Rename a variable that shadows a class memberlouiz’
2016-10-28Do the previous commit, but correctlylouiz’
2016-10-28Default to make -j1 if nproc doesn’t existlouiz’
2016-10-27Refactor remove_invalid_xml_chars to use correct types directlylouiz’
2016-10-27Remove calls to INFO() in catch, they are uselesslouiz’
2016-10-27Directly use Botan::byte instead of char, to avoid an unnecessary castlouiz’
2016-10-26Refactor the sha1 digest into its own function, and do not use sprintflouiz’
2016-10-27Add a new badge to our collection! (Sonarqube)louiz’
2016-10-25CONTRIBUTING.rst formatting and a typolouiz’
2016-10-24Merge branch 'fix_tests_encoding' into 'master' louiz
Fix test encoding by setting LANG and LC_ALL to C.UTF-8 Because we don’t want to rely on each projet setting their own variable LC_ALL and LANG in gitlab’s CI preferences. See merge request !4