Piotr Nosek
Piotr Nosek
The idea for a new auth layer involves following concepts: * Auth DB - responsible for access to auth data but doesn't deal with the auth process (except for check_auth_data...
Hi everyone, I was thinking about unifying all outgoing connection pools in terms of configuration and reliability. Bartek Gorny already did the unified supervision and access parts. :) # Configuration...
MongooseIM version: master (2b9658e) While working on `all_metrics_are_global` switch, I came up with potential TODOs or doubts that IMO should be a subject of discussion/separate PRs. - [ ] Cleanup...
Sometimes it's useful to trace certain XMPP stanzas flowing through the system. It may be used for debugging issues, even in production env. I think we might try to create...
Error reported by Dialyzer when I was using `redo` as dependency.
This PR fixes local testing with Cassandra on Apple M processors. Proposed changes include: * Cassandra 3.11 image based on Ubuntu Jammy is used, as it supports arm64 architecture. *...
This PR adds support for following project trees: - Source file is in `src/`, it has `-include_lib("xxx/include/header.hrl").` and `xxx` is in `deps/yyy/apps/xxx` - Source file is in `apps/xxx/src/`, it has...
Some suites try to use output of `escalus:delete_users` as new `Config` but this function returns just `ok`. It is difficult to notice, because CT doesn't scream about failed end_per_suites and...
Usernames compliant with XEP-0106 were not escaped properly in key-value encoding for SASL Digest.