summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-01Add the contributing.rst doc in the indexlouiz’
2018-09-01Fix a few things (formatting, wrong page, etc) in the doclouiz’
2018-08-30Add the homepage URL in the doc, and reformat a few paragraphslouiz’
2018-08-29Add an environment for the doclouiz’
2018-08-29Use sphinx instead of pandoc, and add a deploy joblouiz’
2018-08-27Use git_strategy: clone for the freebsd joblouiz’
2018-08-26Flush stdout between each e2e testlouiz’
2018-08-26test:alpine depends on build:alpine, not debianlouiz’
2018-08-26Run the test_suite in the test phase, and do the coverage only on fedoralouiz’
2018-08-26Remove an unused function (and a useless debug log)louiz’
2018-08-26Remove the coverity job entirelylouiz’
2018-08-26Trivial little syntax changeslouiz’
2018-08-26Replace a useless shared_ptr by a unique_ptrlouiz’
2018-08-25Fix the --remove pattern in lcov to exclude catch from the coveragelouiz’
2018-08-24Fix a signed/unsigned mismatchlouiz’
2018-08-23Disable the throttle limit if negativelouiz’
Also, invalid values result in -1 being set
2018-08-23Fix one more warninglouiz’
2018-08-23Fix two more warningslouiz’
2018-08-23Fix a bunch of int to unsigned int conversion warningslouiz’
2018-08-23MaxHistoryLength now has some sensible default value if the user set a ↵louiz’
negative one
2018-08-23Trivial move of a variable in a smaller “ifndef” scopelouiz’
2018-08-23Add two missing reflouiz’
2018-08-23Add a missing <string> includelouiz’
2018-08-23Rename and organize the ci buildslouiz’
2018-08-23Create subsections in the CHANGELOGlouiz’
fix #3374
2018-08-13Remove the badges in the readme. The trend is over.louiz’
2018-08-07Split the main() into smaller functionslouiz’
That’s not really enough, but better
2018-08-04Remove a useless fill_duration memberlouiz’
2018-08-04Fix the real_type of ThrottleLimitlouiz’
2018-08-04Add -Werror to the FreeBSD buildlouiz’
2018-08-04Remove a bunch of useless empty lineslouiz’
2018-07-27Rename SetDesc to set_desc, and only define it if USE_DATABASEsrciplouiz’
2018-07-27Make SetDesc staticJonas Wielicki
2018-07-27Fix incorrect setting of field description in Ad-Hoc config formsJonas Wielicki
The description has to be a child element of the field, not an attribute.
2018-07-27Fix a few e2e tests that could fail due to race conditionlouiz’
The order of the messages received can be different, if the IRC server decides so, or lags, or something.
2018-07-25Add two more sleeps, for the same reasonlouiz’
2018-07-25Disable the throttling for two tests that are very very longlouiz’
2018-07-25Add a timer for each e2e testlouiz’
2018-07-25Add a sleep in a e2e testlouiz’
Reasons explained in the comment in the code
2018-07-24Trivially improve a e2e testlouiz’
2018-07-24Fix the freebsd build by using no artifactslouiz’
2018-07-24Reflect messages to XMPP only when they are actually sentlouiz’
2018-07-22Document verify_certificate_policyfeature/fix-adhoc-command-descriptionslouiz’
2018-07-22Remove a useless getterlouiz’
2018-07-22add 'verify_certificate' as possible configuration token for policy filesRomain DEP
This lets the user configure a per-domain certificate validation policy
2018-07-14Fix a compile error with GCC 5.xlouiz’
fix #3366
2018-06-26Default the throttle limit to 10 if not built with database supportlouiz’
2018-06-25Fix a warning (unused variable) in some build configlouiz’
2018-06-25Trivial syntax improvementslouiz’
2018-06-25Use the botan2 package in the fedora docker imagelouiz’