~singpolyma/biboumi

414bbca0 — louiz’ 5 years ago
Handle postgresql and sqlite3 libs properly

Do not fail to compile when one of them is missing but the other one is not.

Raise an error when trying to open a database with the missing library.

see #3237
923cf31b — louiz’ 5 years ago
Merge branch 'postgresql' into 'postgresql'

Some fixes for the postgresql branch

See merge request louiz/biboumi!19
e1c7a651 — Jonas Wielicki 5 years ago
Actually free the database on Database::close()

.release() returns the pointer and releases ownership *without*
destruction.
58f78f31 — Jonas Wielicki 5 years ago
Make destructor of DatabaseEngine virtual
14dcc57a — Jonas Wielicki 5 years ago
Make destructor of Statement virtual

I got an ASAN error otherwise (type mismatch)
0168b96b — louiz’ 5 years ago
Add postgresql support
5b27cee9 — louiz’ 5 years ago
Send \r\n at the end of the identd responses

fix #3315
b82d6620 — louiz’ 5 years ago
Add an e2e test to demonstrate #3304
90dd8e8b — louiz’ 5 years ago
Fix #3304
cb6b50dc — louiz’ 5 years ago
Change how we count the number of connected resources to a server
f3b1e39c — louiz’ 5 years ago
Add a workaround for https://github.com/randombit/botan/issues/1276

ref #3278
aa65cfd1 — louiz’ 5 years ago
Release version 6.1
83aef94a — louiz’ 5 years ago
Update changelog for version 6.1
c5a02685 — louiz’ 5 years ago
Explicitely include all needed botan headers

Most importantely, include parsing.h, since read_cfg is not implicitely
included anymore in botan 2.3, and that does not compile.

Also do not included botan.h anymore, since it’s deprecated in botan 2.3

fix #3296
1c3d4f6f — louiz’ 5 years ago
Remove a redundant Body definition
95ae49ef — louiz’ 5 years ago
Fix a little formatting issue in the changelog
2a1577f3 — louiz’ 5 years ago
Merge branch 'patch-1' into 'master'

Stop allowing the 1024-bit for irc.ppirc.net

See merge request louiz/biboumi!16
6d6b5f63 — louiz’ 5 years ago
Merge branch 'v6' into 'master'

compat: revert to using sqlite's close() function for compat with older distros.

See merge request !17
103e508f — Romain DEP 5 years ago
compat: revert to using sqlite's close() function for compat with older distros.
 close_v2(), in use before this commit, was introduced as part of sqlite 3.7.14
 (2012-09-03), and is as such incompatible with debian wheezy (3.7.13) and
 centos6 (3.6.20).
 FTR, Wheezy will be supported until May 2018, and centos6, until November 2020.
Next