Remove a bunch of useless empty lines
Rename SetDesc to set_desc, and only define it if USE_DATABASE
Fix incorrect setting of field description in Ad-Hoc config forms
The description has to be a child element of the field, not an
attribute.
Fix a few e2e tests that could fail due to race condition
The order of the messages received can be different, if the IRC server
decides so, or lags, or something.
Add two more sleeps, for the same reason
Disable the throttling for two tests that are very very long
Add a timer for each e2e test
Add a sleep in a e2e test
Reasons explained in the comment in the code
Trivially improve a e2e test
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