Age | Commit message (Expand) | Author |
2017-03-21 | Add missing botan/version.h includes | louiz’ |
2017-03-21 | Update the ci to use the latest image, and remove deprecated jobs | louiz’ |
2017-03-21 | Update changelog for 4.1 release | louiz’ |
2017-03-21 | Update the verify_certificate_chain code to work with botan >= 1.11.34 as well | louiz’ |
2017-03-21 | Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones) | louiz’ |
2017-03-21 | Backport the master FindBOTAN.cmake, to find botan 2.0 as well | louiz’ |
2016-11-09 | Release version 4.04.0 | louiz’ |
2016-11-09 | Little update to the changelog | louiz’ |
2016-11-07 | Remove a never reached (and non-sensical) error | louiz’ |
2016-11-07 | Test the error on joining invalid room | louiz’ |
2016-11-07 | Workaround for debian and other old OS that do not have std::put_time | louiz’ |
2016-11-07 | Add <algorithm> back | louiz’ |
2016-11-07 | Add a missing <chrono> include | louiz’ |
2016-11-07 | Trivial refactor of get_user_bridge function | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-11-03 | Test the global and IRC server configure commands | louiz’ |
2016-11-02 | Fix the presences sent, when multiple resources join the virtual channel | louiz’ |
2016-11-01 | Refactor load_certs() | louiz’ |
2016-11-01 | Disable e2e tests on openbsd | louiz’ |
2016-11-01 | And fix the bw-output path… | louiz’ |
2016-11-01 | Fix the sonar-qube submission | louiz’ |
2016-10-31 | Fix the openbsd test, again | louiz’ |
2016-10-31 | Automate the sonar-qube scanner submission in the ci process | louiz’ |
2016-10-31 | Fix the openbsd test, do not use coverage on it | louiz’ |
2016-10-31 | Revert the whole nproc thing | louiz’ |
2016-10-31 | Coin coin | louiz’ |
2016-10-31 | ci: Fix the nproc thingy | louiz’ |
2016-10-31 | Some cleanups | louiz’ |
2016-10-31 | Remove unused roster code | louiz’ |
2016-10-31 | Actually run all the e2e scenario if nothing is specified | louiz’ |
2016-10-31 | Test successful invite of an other user | louiz’ |
2016-10-31 | Handle IRC message 341 (invite confirmation) | louiz’ |
2016-10-31 | Use ensure_future if available, otherwise use asyncio.async | louiz’ |
2016-10-31 | Test self disco | louiz’ |
2016-10-31 | e2e: add the possibility to launch a specific list of scenarios only | louiz’ |
2016-10-31 | Test raw messages | louiz’ |
2016-10-31 | Trivial cleanup | louiz’ |
2016-10-31 | Make AddrinfoDeleter a class | louiz’ |
2016-10-31 | Rename a variable that shadows a class member | louiz’ |
2016-10-28 | Do the previous commit, but correctly | louiz’ |
2016-10-28 | Default to make -j1 if nproc doesn’t exist | louiz’ |
2016-10-27 | Refactor remove_invalid_xml_chars to use correct types directly | louiz’ |
2016-10-27 | Remove calls to INFO() in catch, they are useless | louiz’ |
2016-10-27 | Directly use Botan::byte instead of char, to avoid an unnecessary cast | louiz’ |
2016-10-26 | Refactor the sha1 digest into its own function, and do not use sprintf | louiz’ |
2016-10-27 | Add a new badge to our collection! (Sonarqube) | louiz’ |
2016-10-25 | CONTRIBUTING.rst formatting and a typo | louiz’ |
2016-10-24 | Merge branch 'fix_tests_encoding' into 'master'
| louiz |
2016-10-24 | Explicitely use the docker runner on some builds | louiz’ |
2016-10-24 | Fix test encoding by setting LANG and LC_ALL to C.UTF-8 | louiz’ |