summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-12Handle SASL failures by displaying a message and aborting the connection9.0-rc1louiz’
2020-08-12Document the SASL featurelouiz’
2020-07-29Conditionally compile the SASL code only with botan and databaselouiz’
2020-06-15e2e: do not fail to start if no irc database exist yetlouiz’
2020-06-15Implement SASL plain authenticationlouiz’
2020-05-26Add a missing ostream includelouiz’
Makes the build fail, on some condition. fix #3434
2020-05-22ci: Do not fail the packaging:rpm job if test:fedora did not runlouiz’
2020-05-22ci: do not allow packaging jobs to faillouiz’
2020-05-21ci: Install the correct rtd_theme package, not the documentation…louiz’
2020-05-21ci: use the container tag instead of docker, for the build stepslouiz’
This way, this will use either the docker or the podman runners. The other steps still use only docker, because I didn’t solve the cache issue on podman yet.
2020-05-21ci: Add sphinx_rtd_theme to fedora image to build the doclouiz’
2020-05-21ci: Use fedora:latest instead of doc-builder and fedora:oragonolouiz’
2020-05-09Merge branch 'v8'louiz’
2020-05-09Release version 8.58.5v8louiz’
2020-05-09e2e: Switch from coroutines to async, for python3.8louiz’
2020-05-09Fix clang warnings on some utils function. It’s also fasterlouiz’
2020-05-09Fix a std::move() warning with clanglouiz’
2020-05-09Fix a compile error with gcc 10louiz’
Fix #3431
2020-05-07Run the test against the oragono imageslouiz’
2020-05-06e2e: accept a regexp version of oragono, not just 2.0.0louiz’
2020-05-06Update the test docker images to contain oragono instead of charybdislouiz’
2020-05-05ci: Use fedora:oragono imagelouiz’
2020-05-05Create oragono TLS certificate automatically before each e2e runlouiz’
2020-05-05Remove raw_names_command e2e testlouiz’
2020-05-05Modify oragono’s conf four our testslouiz’
2020-05-05Add the default oragono conflouiz’
2020-05-05Update the tests to work with oragonolouiz’
2020-05-05Start oragono instead of charybdislouiz’
2020-05-05e2e: Switch from coroutines to async, for python3.8louiz’
2020-05-04Fix clang warnings on some utils function. It’s also fasterlouiz’
2020-05-02Fix a std::move() warning with clanglouiz’
2020-05-02Fix a compile error with gcc 10louiz’
Fix #3431
2020-05-02Revert "Temporarily disable freebsd tests until I fix my freebsd machine"louiz’
This reverts commit 1492eed3c915605b2e5a04b719cf7769bc579f87.
2020-05-02ci: Always upload the test: artifactslouiz’
2020-04-19Add missing affiliation and role in nick change presence3429-not-compliant-presencelouiz’
Fix #3429
2020-04-19Demonstrate bug #3429louiz’
2020-04-19Temporarily disable freebsd tests until I fix my freebsd machinelouiz’
2020-03-11Update version in doc configurationMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-03-11Merge remote-tracking branch 'linkmauve/die-gc1.0-die'louiz’
2020-03-11Remove the part of the force-join test that checks the nick changedlouiz’
Because we actually don’t change the nick, we ignore it, just like in the case of a normal join (of an other resource, or an other channel on the same server).
2020-03-11Consider the nick change only if it is NOT a joinlouiz’
2020-03-11And modify the tests to work, by adding the <x/> node in all join presenceslouiz’
2020-03-11add CAP_NET_BIND_SERVICE in biboumi.service to be able to bind on port 113louiz’
fix #3419
2020-03-11Fix a type stable-id -> stanza-id, and add a test case to be exhaustivelouiz’
2020-03-11Announce the urn:xmpp:sid:0 NS in MUC's disco#infolouiz’
As required by XEP 0359 Should fix #3369
2020-03-11Make sure we keep the stable-id and origin-id nodes when requiredlouiz’
See https://xmpp.org/extensions/xep-0359.html
2020-03-10Add a test to check that XEP-45 stable ID thing is respectedlouiz’
See https://xmpp.org/extensions/xep-0045.html#message
2020-03-02Avoid nick changes when joining a room that was already joinedlouiz’
By an other resource, or anything fix #3423
2020-03-02Demonstrate issue #3423 with e2e testslouiz’
2020-03-02e2e: fix the timeout code for expect_unorderedlouiz’