summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-06Merge branch 'master' into debianlouiz’
2017-03-06Add the gcrypt (build) dependencylouiz’
2017-03-06Add the gcrypt dependency to the biboumi-test docker imageslouiz’
2017-03-06Remove the embedded sha1 code, and use one of botan or gcryptlouiz’
This adds a hard dependency on one of Botan or gcrypt. Botan is already a recommended dependency, and gcrypt is probably packaged almost everywhere, so this should not be a big deal. ref #3241
2017-03-04Fix the order of from and to address in muc traffic info replylouiz’
And add a test for it. fix #3238
2017-03-01Don’t wrap the lines in docker/README.mdlouiz’
2017-02-28ci: remove packaging:dockerlouiz’
2017-02-28Use markdown for the docker readmelouiz’
2017-02-28Revert "Split the biboumi dockerfile into two, to be able to disable the cache"louiz’
This reverts commit 26eb28dc2368d14e171201a0c6b76b76b19e1ddc.
2017-02-28e2e: Add an outgoing_bind= conf optionlouiz’
2017-02-28Use AI_NUMERICHOST when using getaddrinfo to bind() our client socketslouiz’
2017-02-28Remove the sonar-qube buildlouiz’
[ci skip]
2017-02-28Add a test for the ad-hoc command disconnect-from-irc-serverlouiz’
2017-02-28Also test the channel config on a fixed_irc_server instancelouiz’
2017-02-28Split the biboumi dockerfile into two, to be able to disable the cachelouiz’
2017-02-28Add a irc channel ad-hoc configure testlouiz’
2017-02-27Use uname() instead of CMAKE_SYSTEMlouiz’
fix #3235
2017-02-17docker: fix the SECRET->PASSWORD in entrypoint.shlouiz’
2017-02-17docker: Add the XMPP_SERVER_IP option, and document the --network=host usagelouiz’
2017-02-17docker: Properly handle and document the /var/lib/biboumi directorylouiz’
2017-02-17ci: remove all mention of docker.io in packaging:dockerlouiz’
2017-02-17ci: Empty the before_script for the packaging:docker joblouiz’
2017-02-17ci: Add a packaging:docker job that builds and push to the image docker.iolouiz’
2017-02-17Add a biboumi Dockerfilelouiz’
2017-02-15Only call freeaddrinfo if an actual addrinfo struct has been allocatedlouiz’
2017-02-15Add missing includelouiz’
2017-02-15Fix a leak on getaddrinfo, thank you LeakSanitizer!louiz’
2017-02-15Surround ipv6 with [], and properly cleanup otherwise invalid domainslouiz’
fix #2694 (yeah, it was closed, but it was badly fixed)
2017-02-15Little scopeguard cleanup, and add a testlouiz’
2017-02-13Add a e2e test for the previous 2 commitslouiz’
ref #3231
2017-02-13Fix the previous commitlouiz’
fix #3231
2017-02-13Do not send a not-connected error, on "unavailable" presenceslouiz’
fix #3231
2017-02-12e2e: add tests for the linger time optionlouiz’
2017-02-12ci: run apt update before apt install in packaging:deblouiz’
2017-02-12The form fields in the Configure ad-hoc commands are not requiredlouiz’
2017-02-01Change de dependency from c-ares to udnslouiz’
2017-02-01Remove everything related to botan 1.10louiz’
Because biboumi doesn’t work at all with botan 1.10. Only botan 1.11.x and 2.x are supported. Until one of these version is packaged in debian, biboumi doesn’t support TLS.
2017-02-01ci: packaging:deb try move the build artifacts into the build directorylouiz’
2017-02-01ci: packaging:deb, build for debian branch, include built .deb filelouiz’
2017-02-01ci: in packaging:deb, override the before_scriptlouiz’
2017-02-01Properly destroy the dns_handler socket when first start failslouiz’
To correctly exit the process
2017-02-01Actually, just use the C locale for the date formatslouiz’
We don’t need any UTF-8 support here, and it’s more portable
2017-02-01Only use the C.UTF-8 LANG valuelouiz’
2017-02-01ci: add a packaging:debian job, based on the debian branchlouiz’
2017-02-01Revert "Add patch 2002 to fix use C.UTF-8 as hardcoded internal locale."louiz’
This is fixed upstream This reverts commit 111e446d1d57ccc47b35f7c6fbf8bd5575d5a0a1.
2017-02-01Merge branch 'master' into debianlouiz’
2017-02-01Merge remote-tracking branch 'debian/master' into debianlouiz’
2017-01-31Add some missing ifndef for udnslouiz’
2017-01-25Cancel the IRC server linger timer when we try to-rejoin a channel on itlouiz’
2017-01-22grammar: than <-> aslouiz’