~singpolyma/biboumi

bfcf2945 — louiz’ 6 years ago
Add the persistent_by_default configuration option

fix #3293
8d99374f — louiz’ 6 years ago
When biboumi is logging into journald, use sd_journal_send

This makes sure that multi-lines messages are properly parsed as a single
message by journald.

fix #3268
dabc48b7 — louiz’ 6 years ago
Mark messages from the IRC server as private and no-copy

fix #3284
98227db6 — louiz’ 6 years ago
Remove a forgotten and useless comment

[skip-ci]
e0d01969 — louiz’ 6 years ago
Update the Archive documentation, regarding the previous commit
fcaffb9e — louiz’ 6 years ago
Add support for the "history" node on MUC join

Supports the "seconds", "maxstanzas", "since" and "maxchars" (but only =0)
attributes.

fix #3270
25243f53 — louiz’ 6 years ago
In fixed mode, server messages come from biboumi’s hostname directly

Instead of irc.example.com@biboumi, because that’s actually user named
“irc.example.com”, in that case.
And that fixes the raw messages in fixed mode.

fix #3286
2c717d34 — louiz’ 6 years ago
Add an index for the muc_log_line table

This immensely speeds up the archive select queries.

fix #3292
655151d8 — louiz’ 6 years ago
Cache the encoding_in database value, to avoid doing a query for each message
1997fb5c — louiz’ 6 years ago
Small refactor in on_quit()
c23c99da — louiz’ 6 years ago
Don’t forget to remove the user from the channel, when kicked

fix #3291
fe4ceb72 — louiz’ 6 years ago
Add an e2e test to demonstrate bug #3291
49c86398 — louiz’ 6 years ago
Change docker documentation regarding the database permissions

fix #3290
2a62b8b0 — louiz’ 6 years ago
Fix a sqlite3 leak when the database fails to open
9648fd28 — louiz’ 6 years ago
Display the correct error message when we fail to open the sqlite3 db

fix #3290
5b0b41f4 — louiz’ 6 years ago
Build the docker image with --no-cache, --pull
97b52526 — louiz’ 6 years ago
ci: debian branch, pull the debian branch before trying to merge with master
cad70ba4 — louiz’ 6 years ago
Re-add a removed (by mistake) pointer null check
cd70181c — louiz’ 6 years ago
Fix the hostname of test3.biboumi.louiz.org
07683df5 — louiz’ 6 years ago
Allow failures of packaging jobs
Next