~singpolyma/biboumi

faed8952 — louiz’ 5 years ago
Remove a bunch of useless string_literal usage
7a9b2dca — louiz’ 5 years ago
Use a more precise return type, instead of auto
cf56b60f — louiz’ 5 years ago
Remove all the empty “options” members in Column classes

By using SFINAE to use that member only when it exists.
870d4629 — louiz’ 5 years ago
Merge branch 'v4'

Everything was already cherry-picked, or something like that, so no changes
are involved, at all.
43b5b696 — louiz’ 5 years ago
Add some scopes around various XmlSubNode
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
Next