~singpolyma/biboumi

37340e59 — louiz’ 5 years ago
Add a <x muc#user> node on outgoing private MUC messages

See https://xmpp.org/extensions/xep-0045.html#privatemessage

fix #3321
286aa58c — louiz’ 5 years ago
Remove a warning (unused argument)
044a1a0c — louiz’ 5 years ago
Use a specific (0.4.2) pyasn1 version in the debian Dockerfile
ac0f96a5 — louiz’ 5 years ago
Little update on the INSTALL.rst database doc
8713f015 — louiz’ 5 years ago
Remove the ci deploy stop
2c4016a4 — louiz’ 5 years ago
Merge branch 'postgresql' into 'master'

Add postgresql support

Closes #3237

See merge request louiz/biboumi!18
b1f850b6 — louiz’ 5 years ago
Update the docker images to enable postgresql, and document them
8a12b547 — louiz’ 5 years ago
Document the db_name option (with postgresql support)
a557718b — louiz’ 5 years ago
db_name also accepts postgres:// scheme for PostgreSQL connections
aaa9de8f — louiz’ 5 years ago
Merge branch 'policy-irc.gnome.org' into 'master'

Add specific policy files for irc.gimp.org and irc.gnome.org

See merge request louiz/biboumi!20
80168aef — Maxime “pep” Buquet 5 years ago
Add specific policy files for irc.gimp.org and irc.gnome.org
53fc926d — louiz’ 5 years ago
Only run the unit tests with postgresql if TEST_POSTGRES_URI env var is set

Even if we built with postgresql’s support
c3313d0d — louiz’ 5 years ago
Always free the PGresult pointer returned by PQexec

Fix a somewhat big memory leak
24dc05dd — louiz’ 5 years ago
Run some of the ci tests against a postgresql docker container
6dc49f32 — louiz’ 5 years ago
Fix a few warnings
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’ 6 years ago
Merge branch 'postgresql' into 'postgresql'

Some fixes for the postgresql branch

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

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

I got an ASAN error otherwise (type mismatch)
Next