~singpolyma/biboumi

9f77f241 — louiz’ 4 years ago
Fix the freebsd build by using no artifacts
7a4cea42 — louiz’ 4 years ago
Reflect messages to XMPP only when they are actually sent
a43fb352 — louiz’ 4 years ago
Document verify_certificate_policy
709fa0e5 — louiz’ 4 years ago
Remove a useless getter
85288fd0 — Romain DEP 4 years ago
add 'verify_certificate' as possible configuration token for policy files
 This lets the user configure a per-domain certificate validation policy
458ea53d — louiz’ 4 years ago
Fix a compile error with GCC 5.x

fix #3366
0d886d5f — louiz’ 4 years ago
Default the throttle limit to 10 if not built with database support
7f8a612c — louiz’ 4 years ago
Fix a warning (unused variable) in some build config
52166e07 — louiz’ 4 years ago
Trivial syntax improvements
870692dc — louiz’ 4 years ago
Use the botan2 package in the fedora docker image
09b10cc8 — louiz’ 4 years ago
Throttle all commands sent to IRC servers

fix #3354
ba97c442 — louiz’ 4 years ago
Remove an outdated TODO comment
0b8738d8 — louiz’ 4 years ago
Archive the Mode messages, except if they are received for an unjoined chan

fix #3362
21a79b7b — louiz’ 4 years ago
Reject messages from unjoined resources, with an error

fix #3346
fc17ee07 — Maxime “pep” Buquet 4 years ago
Symlink irc.gimp.net to irc.gnome.org as it's the same server

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2f0e26db — louiz’ 4 years ago
Channels’ disco#info includes the number of participants

fix #3311
354c738d — louiz’ 4 years ago
Merge pull request #6 from foosinn/multistage-docker

Remove build packages from docker image by using multistage Dockerfile.
3e0de812 — Stefan Schwarz 4 years ago
Remove build packages from docker image by using multistage Dockerfile.
72c3324c — louiz’ 4 years ago
Correctly use target_sources instead of target_link_libraries
e3730c5a — louiz’ 4 years ago
Don’t add_library(database) with an empty string, that’s not portable

Instead, don’t create the library at all if not needed.
Next