Fix the freebsd build by using no artifacts
Reflect messages to XMPP only when they are actually sent
Document verify_certificate_policy
add 'verify_certificate' as possible configuration token for policy files
This lets the user configure a per-domain certificate validation policy
Fix a compile error with GCC 5.x
fix #3366
Default the throttle limit to 10 if not built with database support
Fix a warning (unused variable) in some build config
Trivial syntax improvements
Use the botan2 package in the fedora docker image
Throttle all commands sent to IRC servers
fix #3354
Remove an outdated TODO comment
Archive the Mode messages, except if they are received for an unjoined chan
fix #3362
Reject messages from unjoined resources, with an error
fix #3346
Symlink irc.gimp.net to irc.gnome.org as it's the same server
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Channels’ disco#info includes the number of participants
fix #3311
Merge pull request #6 from foosinn/multistage-docker
Remove build packages from docker image by using multistage Dockerfile.
Remove build packages from docker image by using multistage Dockerfile.
Correctly use target_sources instead of target_link_libraries
Don’t add_library(database) with an empty string, that’s not portable
Instead, don’t create the library at all if not needed.