~singpolyma/biboumi

9f7782bb — louiz’ 5 years ago
Add a global “persistent” option
b71ca15a — louiz’ 5 years ago
Move a few functions from select_query to query
8a7166ee — louiz’ 5 years ago
Set the database pointer to nullptr after a close
4d55a120 — louiz’ 5 years ago
Re-implement correctly the handling of failure to open the database

If we can’t open it at startup, we exit.
If we can’t open it on reload, we keep the previously-opened database.

This way, we’re assured to always have a valid and open database available.
651caabb — louiz’ 5 years ago
Remove a useless debug print in the e2e tests
5b6b9bd3 — louiz’ 5 years ago
Disable charybdis’ connection throttling
e75d7ad8 — louiz’ 5 years ago
Add a Record History option in the Channel configuration form

fix #3269
40db183e — louiz’ 5 years ago
Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions table

ref #3269
4a963cc4 — louiz’ 5 years ago
At startup, upgrade all database tables by adding missing columns
a77c982f — louiz’ 5 years ago
Fix cstdint -> cstddef, to fix compilation on freebsd
34ed2cc1 — louiz’ 5 years ago
Explicitely declare the add_param<Id> specialization
5834dd53 — louiz’ 5 years ago
Add a 0 default value for template argument N
49bb28c6 — louiz’ 5 years ago
Build the rpm with sqlite3
6e5c1a1d — louiz’ 5 years ago
Don’t forget to bump to version 6.0~dev
7ba8f1b3 — louiz’ 5 years ago
Remove c-ares from the alpine image
f671e5d7 — louiz’ 5 years ago
Re-add the pacman -Syuuuuuuuuuu command in the packaging:archlinux build
5ba66c33 — louiz 5 years ago
Merge branch 'orm' into 'master'

Pure c++ sqlite3 ORM

Closes #3271

See merge request !11
2677ac42 — louiz’ 5 years ago
Fix compilation (many warnings, and a linkage error) with clang++
dac19da4 — louiz’ 5 years ago
Fix an inversion of tlsPorts_ and ports_
922610cd — louiz’ 5 years ago
Run the coverity and freebsd tests in all louiz/biboumi branches
Next