~singpolyma/biboumi

d0e3c71b — louiz’ 5 years ago
Revert "Use if constexpr to make things a lot more readable"

This reverts commit d62ca9f87906be6f046fe9d07afb8bfb69c166e3.
d62ca9f8 — louiz’ 5 years ago
Use if constexpr to make things a lot more readable
ba879a88 — louiz’ 5 years ago
Use std::optional<bool> instead of OptionalBool
3f088e7b — louiz’ 5 years ago
C++17
d0390584 — Ailin Nemui 5 years ago
update docs to mention identd disable choice
5ea51fea — Ailin Nemui 5 years ago
follow coding style
cf618d55 — Ailin Nemui 5 years ago
optional identd
9b17a961 — louiz’ 5 years ago
Add a few \n in the e2e error messages
06438fe8 — louiz’ 5 years ago
Remove an unused function
8fa050ab — louiz’ 5 years ago
Little doc typo
b4a01758 — louiz’ 5 years ago
And this one (hostname -> address)

ref #3273
b3b90139 — louiz’ 5 years ago
Rename a few “hostname” into “address”, regarding last commit

ref #3273
bb476f4a — louiz’ 5 years ago
Allow to override the addresses used to connect to an IRC network

fix #3273
9e4a3e2b — louiz’ 5 years ago
Fix the INSERT query for types that don’t have any Id column
bb596582 — louiz’ 5 years ago
Add a <item/> node in the presence of a leaving participant

fix #3339
158d743b — louiz’ 5 years ago
Remove the virtual channel feature altogether
8503d1f6 — louiz’ 5 years ago
Actually display the error message from postgresql when a query failed
b1750843 — louiz’ 5 years ago
Log the warn/error messages coming from libpq in a correct format
d3e07eee — louiz’ 5 years ago
Sort archive messages by date (and only then by id)

fix #3337

Because apparently the IDs are not always incrementing. We still use them to
know the order of two messages that were received at the same second (in
this case, the ID will always be incrementing).
dbb86bcc — louiz’ 5 years ago
Fix the actual_bind versions for integrals
Next