~singpolyma/biboumi

752931b7 — louiz’ 2 years ago
fix localtime call -> _r
99bb8c97 — Emmanuel Gil Peyrot 2 years ago
irc.ppirc.net is no more, remove its configuration
e7447106 — louiz’ 3 years ago
Changelog for -t feature
5607c101 — louiz’ 3 years ago
Little code simplification for conf_filename
0bb4f144 — Félix Baylac-Jacqué 3 years ago
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.
579d46f7 — louiz’ 3 years ago
Update the changelog for the private message changes
0fadb2d1 — louiz’ 3 years ago
Trivial comment change in an e2e test
9cb6a0c2 — louiz’ 3 years ago
Entirely remove the code for the “preferred_from” nick

Since private messages are now always coming from the server-wide JIDs
9a90c76e — Georg Lukas 3 years ago
Do not mark message to bare JID private/no-copy
f8da92a8 — Jonas Schäfer 3 years ago
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.
5900c19c — louiz’ 3 years ago
Start version 10.0
9ad92a90 — louiz’ 3 years ago
Merge branch 'v9'
6174ceb4 — louiz’ 3 years ago
Release version 9.0
f548f631 — louiz’ 3 years ago
Merge branch 'v9'
b98434b5 — louiz’ 3 years ago
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
df2fe0bc — louiz’ 3 years ago
Fix the parsing of IRC messages, especially with trailing spaces
d0160103 — louiz’ 3 years ago
Fix the archlinux url in Dockerfile
063e6b12 — louiz’ 3 years ago
Handle SASL failures by displaying a message and aborting the connection
4d6fdb07 — louiz’ 3 years ago
Document the SASL feature
189015af — louiz’ 3 years ago
Conditionally compile the SASL code only with botan and database
Next