~singpolyma/biboumi

e75d7ad8 — louiz’ 6 years ago
Add a Record History option in the Channel configuration form

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

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

Pure c++ sqlite3 ORM

Closes #3271

See merge request !11
2677ac42 — louiz’ 6 years ago
Fix compilation (many warnings, and a linkage error) with clang++
dac19da4 — louiz’ 6 years ago
Fix an inversion of tlsPorts_ and ports_
922610cd — louiz’ 6 years ago
Run the coverity and freebsd tests in all louiz/biboumi branches
3d1e85fd — louiz’ 6 years ago
Update INSTALL.rst and CHANGELOG.rst for the sqlite dependency
94dd16cb — louiz’ 6 years ago
The packaging:archlinux build only makes sense on the master branch
8d1d822e — louiz’ 6 years ago
Explicitely close the Database before re-opening it
9defd0cc — louiz’ 6 years ago
Add a Statement class to manage the sqlite3_stmt objects and avoid leaks
41c23aab — louiz’ 6 years ago
Update the docker images and the gitlab-ci script to use sqlite3
369ccb03 — louiz’ 6 years ago
Add default values for the database columns
Next