~singpolyma/biboumi

369ccb03 — louiz’ 6 years ago
Add default values for the database columns
50cadf3d — louiz’ 6 years ago
Implement our own database ORM, and update the whole code to use it

Entirely replace LiteSQL

fix #3271
7ca95a09 — louiz’ 6 years ago
Find sqlite3 instead of litesql

Simplifies the CMakeLists.txt a little bit
ceb49636 — louiz’ 6 years ago
Test that the archlinux package actually installs at least /usr/bin/biboumi
a5f73969 — louiz’ 6 years ago
Change the makepkg command used in the archlinux CI test
ca9db6f9 — louiz’ 6 years ago
Move biboumi.h.cmake inside the src/ directory
6c2f79ee — louiz’ 6 years ago
Fix the date format in the RPM spec file
23a33721 — louiz’ 6 years ago
Release version 5.0
97f01d8e — louiz’ 6 years ago
Add biboumi-test-archlinux and biboumi-debian-packaging Dockerfiles
d6ebcfa9 — louiz’ 6 years ago
Fix the make command instruction in INSTALL.rst
1b71e0f7 — louiz’ 6 years ago
Add a e2e to check that timestamps in MAM requests are correctly handled

fix #3266
19ed2e7f — louiz’ 6 years ago
Fix the datetime parsing to handle optional fractions of seconds

fix #3266
d1dc7882 — louiz’ 6 years ago
Better document the identd server
3913e24e — louiz’ 6 years ago
Do not call pkg_check_module if the MODULE_FOUND is already cached
cf1c8f18 — louiz’ 6 years ago
Remove a few warnings occuring in some build config
154c12f3 — louiz’ 6 years ago
The RPM doesn’t contain biboumi.cfg anymore
2a637bee — louiz’ 6 years ago
Do not install biboumi.cfg in /etc/biboumi/

Because it would overwrite the user file when installing a new version.  And
it’s basically useless anyway, because if the file doesn’t exist at all,
biboumi will write an helpful message on stderr, telling the user to create
the config file.
0ee53325 — louiz’ 6 years ago
Handle messages 367 and 368 to display the banlist in the MUC

fix #3234
3079c38d — louiz’ 6 years ago
Refactor the channel::self to point at the existing user

This way, the user is always up to date, instead of being a duplicate out of
sync.

fix #3258
bb150d58 — louiz’ 6 years ago
Redirect welcome NOTICE to their channel, instead of sending a global one

fix #3236
Next