Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Do not use ':' as a namespace separator with expatHEADmaster | louiz’ | |
Instead use \1, and build our own nodes by explicitely separating the namespace and the node name. | |||
2021-11-22 | Follow-up of the previous on: also catch that on recv events | louiz’ | |
fix #3460 | |||
2021-11-22 | Catch all botan exception when sending data, not just TLS | louiz’ | |
On invalid ASN1 file or things that are not specific to TLS only, botan throws other exceptions, and we need to catch those as well. fix #3460 | |||
2021-01-15 | Use recipient-unavailable when we are not connected to the IRC server | louiz’ | |
Instead of remote-server-not-found See #3427 | |||
2021-01-15 | sasl: Use the nick from the presence if the ad-hoc one is not set | louiz’ | |
fix #3450 | |||
2021-01-14 | Print each e2e test output on only one line | louiz’ | |
2021-01-12 | Typo poezioi | louiz’ | |
2021-01-11 | Only clone things using lab.louiz.org, and not git.louiz.org | louiz’ | |
2021-01-11 | docker: use botan package from alpine instead of building from sources | louiz’ | |
2021-01-09 | Typos: negociat… -> negotiat… | louiz’ | |
2020-12-28 | Remove .clang-format file | louiz’ | |
2020-12-28 | fix localtime call -> _r | louiz’ | |
2020-11-09 | irc.ppirc.net is no more, remove its configuration | Emmanuel Gil Peyrot | |
2020-09-23 | Changelog for -t feature | louiz’ | |
2020-09-23 | Little code simplification for conf_filename | louiz’ | |
2020-09-23 | CLI: Add a test config flag | Félix Baylac-Jacqué | |
Adding a -t configuration flag that will make biboumi check the configuration file syntax. Such a syntax check is handy for some deployment tools. It helps the tooling to statically analyse the configuration file and prevent unecessesary deployments when the configuration file is clearly incorrect. Updating the synopsis with this new flag. | |||
2020-09-23 | Update the changelog for the private message changes | louiz’ | |
2020-09-23 | Trivial comment change in an e2e test | louiz’ | |
2020-09-23 | Entirely remove the code for the “preferred_from” nick | louiz’ | |
Since private messages are now always coming from the server-wide JIDs | |||
2020-09-23 | Do not mark message to bare JID private/no-copy | Georg Lukas | |
2020-09-23 | Always send direct messages to the user’s bare JID | Jonas Schäfer | |
This has the following advantages: - Works while all resources are offline (persistent channels) - Helps with combating duplicate messages when sent to different resources, resources going offline, carbon-copying etc. etc. As a side effect, this also makes the MUC PMs not be MUC PMs and always be emitted from the server-wide JID of the sending user. Fixes #3313. | |||
2020-09-23 | Start version 10.0 | louiz’ | |
2020-09-23 | Merge branch 'v9' | louiz’ | |
2020-09-22 | Release version 9.09.0v9 | louiz’ | |
2020-08-16 | Merge branch 'v9' | louiz’ | |
2020-08-16 | In CAP messages, handle the last arg as a list of capabilities | louiz’ | |
Instead of just one. This fixes the issue of the "trailing whitespace" since we now split it on ' ' Fix #3442 | |||
2020-08-16 | Fix the parsing of IRC messages, especially with trailing spaces | louiz’ | |
2020-08-15 | Fix the archlinux url in Dockerfile | louiz’ | |
2020-08-12 | Handle SASL failures by displaying a message and aborting the connection9.0-rc1 | louiz’ | |
2020-08-12 | Document the SASL feature | louiz’ | |
2020-07-29 | Conditionally compile the SASL code only with botan and database | louiz’ | |
2020-06-15 | e2e: do not fail to start if no irc database exist yet | louiz’ | |
2020-06-15 | Implement SASL plain authentication | louiz’ | |
2020-05-26 | Add a missing ostream include | louiz’ | |
Makes the build fail, on some condition. fix #3434 | |||
2020-05-22 | ci: Do not fail the packaging:rpm job if test:fedora did not run | louiz’ | |
2020-05-22 | ci: do not allow packaging jobs to fail | louiz’ | |
2020-05-21 | ci: Install the correct rtd_theme package, not the documentation… | louiz’ | |
2020-05-21 | ci: use the container tag instead of docker, for the build steps | louiz’ | |
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-21 | ci: Add sphinx_rtd_theme to fedora image to build the doc | louiz’ | |
2020-05-21 | ci: Use fedora:latest instead of doc-builder and fedora:oragono | louiz’ | |
2020-05-09 | Merge branch 'v8' | louiz’ | |
2020-05-09 | Release version 8.58.5v8 | louiz’ | |
2020-05-09 | e2e: Switch from coroutines to async, for python3.8 | louiz’ | |
2020-05-09 | Fix clang warnings on some utils function. It’s also faster | louiz’ | |
2020-05-09 | Fix a std::move() warning with clang | louiz’ | |
2020-05-09 | Fix a compile error with gcc 10 | louiz’ | |
Fix #3431 | |||
2020-05-07 | Run the test against the oragono images | louiz’ | |
2020-05-06 | e2e: accept a regexp version of oragono, not just 2.0.0 | louiz’ | |
2020-05-06 | Update the test docker images to contain oragono instead of charybdis | louiz’ | |
2020-05-05 | ci: Use fedora:oragono image | louiz’ | |