~singpolyma/biboumi

619c991a — louiz’ 5 years ago
Add a nick field in the IRC server configuration form

fix #3317
d7427fc9 — louiz’ 5 years ago
Re-connect to postgresql when the connection is lost

fix #3336
8f74d4dd — louiz’ 5 years ago
Update the changelog with this latest feature
1320dc6d — louiz’ 5 years ago
Don’t reflect an empty id if it was not included

Instead, generate a uuid for that message
0de282a1 — louiz’ 5 years ago
Advertise the muc#stable_id feature on disco#info results

From XEP 0045:
“Note: the requirement to reflect the 'id' attribute was added in version
1.31 of this XEP. Servers following the new specification SHOULD advertise
that with a disco info feature of 'http://jabber.org/protocol/muc#stable_id'
on both the service domain and on individual MUCs, so that clients can check
for support.”
9500bfd4 — louiz’ 5 years ago
Reflect message IDs in channel MUCs

fix #3283
68e14800 — louiz’ 5 years ago
Add a multiline_message e2e test
5af0a804 — louiz’ 5 years ago
Use a transaction around the DELETE + INSERT of the after_connection_commands

Otherwise we can imagine that two clients changing this value at the same
time would mix things up.

ref #3275
c8e96fc3 — louiz’ 5 years ago
Add some missing include
577984fa — louiz’ 5 years ago
Allow the execution of multiple commands after the IRC connection

fix #3275
ad7aa5b7 — louiz’ 5 years ago
Use Catch2’s single_include/ directory
86f275e1 — louiz’ 5 years ago
Revert "C++17"

This reverts commit 3f088e7b3a1467a88e7c5ff9fb60dc4609d2bfa3.
03714c6c — louiz’ 5 years ago
Revert "Use std::optional<bool> instead of OptionalBool"

This reverts commit ba879a882e031d7b8503f78fe41d1210000c96ca.
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
Next