~singpolyma/biboumi

8ded8cd3 — louiz’ 6 years ago
Properly use the docstring variables
2307f94e — louiz’ 6 years ago
Clean the list of options visible in non-advanced ccmake
f212b478 — louiz’ 6 years ago
Use an ugly way, because SOURCES property does not work in cmake 3.0
fa42d0c1 — louiz’ 6 years ago
Bring back DNSSocketHandler's destructor
b0d60c0c — louiz’ 6 years ago
Set the required cmake version to 3.0
4f730f93 — louiz’ 6 years ago
Don't use target_sources() in cmake because it's >=3.1 only
5328d080 — louiz’ 6 years ago
Don’t use unique_ptr to store dns socket handlers
9fb2e116 — louiz’ 6 years ago
Move reload.*pp from louloulibs to src
4c1b9abe — louiz’ 6 years ago
Properly catch and handle database errors

Do not use a singleton for the database.

fix #3203
03feb403 — louiz’ 6 years ago
Send the iq requests to one random resource instead of the bare JID
81f8f45b — louiz’ 6 years ago
Replace all include guards by #pragma once

It’s $CURRENT_YEAR
5321d29c — louiz’ 6 years ago
List of channels are saved per-request and not globally

The list would keep the previous results in memory, forever, and the list
would grow each time a new request was made (even with results from
unrelated servers)…
96478449 — louiz’ 6 years ago
Remove forgotten comment
0ce75ab5 — louiz’ 6 years ago
Properly remove the resource from the server when we leave the last channel
dadfc349 — louiz’ 6 years ago
Use latest git of botan in the dockerfiles
29567eef — louiz’ 6 years ago
Add https to the unit file DOC thing
8cef7303 — louiz’ 6 years ago
Add a valgrind suppression file
79002aa5 — louiz’ 6 years ago
Run e2e through with valgrind if BIBOUMI_E2E_VALGRIND is set in the env
2fe88781 — louiz’ 6 years ago
Add a e2e test that checks self-ping with multiple resources behind one nick
7ae29890 — louiz’ 6 years ago
Add a e2e for self-ping, with a single channel resource
Next