summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-03Only run the freebsd tests on louiz’ repositorylouiz’
For “security” reason, the freebsd runner is not accessible for anyone else, so it just yields an error when it tries to run. With this change, it is just not run.
2018-09-19Add a job to deploy and undeploy the doc for tagsgetdnslouiz’
fix #3377
2018-09-17Only save the coverage artifacts in the actual coverage joblouiz’
2018-09-17Do not change our nick if we send a presence to a non-joined channellouiz’
fix #3378
2018-09-17Add a test demonstrating #3378louiz’
2018-09-12Revert "Use alpine's botan package in the docker image"louiz’
This reverts commit 57889718f1c33a0ba963f3956ef7d5fb90cefc62.
2018-09-11Use alpine's botan package in the docker imagelouiz’
2018-09-03Remove the example values for hostname and passwordlouiz’
2018-09-03Remove one of the two example conf, because one is enoughlouiz’
2018-09-03Change the doc files listed in the spec filelouiz’
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’