irc.ppirc.net is no more, remove its configuration
Little code simplification for conf_filename
CLI: Add a test config flag
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.
Update the changelog for the private message changes
Trivial comment change in an e2e test
Entirely remove the code for the “preferred_from” nick
Since private messages are now always coming from the server-wide JIDs
Do not mark message to bare JID private/no-copy
Always send direct messages to the user’s bare JID
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.
In CAP messages, handle the last arg as a list of capabilities
Instead of just one. This fixes the issue of the "trailing whitespace" since we
now split it on ' '
Fix #3442
Fix the parsing of IRC messages, especially with trailing spaces
Fix the archlinux url in Dockerfile
Handle SASL failures by displaying a message and aborting the connection
Document the SASL feature
Conditionally compile the SASL code only with botan and database