summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-12Doc: reformulate the signal part, to mention the re-opening of log fileslouiz’
2017-03-12make: trivial quote fixlouiz’
2017-03-12cmake: Correctly use the iconv libraries instead of twice the expat onelouiz’
2017-03-12cmake: Improve the usage of PARENT_SCOPElouiz’
2017-03-10Merge branch 'cmake_remove_libs' into 'master' louiz
2017-03-10cmake: do not use intermediate libraries at all (not even OBJECTS)louiz’
2017-03-10cmake: Remove the intermediate static libslouiz’
2017-03-09Free the result pointer provided by udnslouiz’
2017-03-08Revert "Don’t send the unavailable presence to all resources, in the virtua...louiz’
2017-03-08Don’t send the unavailable presence to all resources, in the virtual channellouiz’
2017-03-08Document the ad-hoc configure formslouiz’
2017-03-08Reduce the scope of a variablelouiz’
2017-03-08Pass the shared_ptr by reference, to avoid useless copieslouiz’
2017-03-07Little refactor in timed_eventslouiz’
2017-03-07Small resolver refactorlouiz’
2017-03-07Replace : with _ in the codecov flaglouiz’
2017-03-07Use CI_BUILD_NAME as the codecov taglouiz’
2017-03-07ci: Use the build:7 artifacts for test:without_udnslouiz’
2017-03-07ci: Run a e2e test without udns (and upload to codecov)louiz’
2017-03-07e2e: Make the tests work without udns toolouiz’
2017-03-07Do not pass the build artifacts to packaging:deb joblouiz’
2017-03-07Improve the make coverage_* commandslouiz’
2017-03-07ci: refactor, comments, use the artifacts from a stage to the nextlouiz’
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’
2017-03-04Fix the order of from and to address in muc traffic info replylouiz’
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’
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’
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’
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’
2017-02-15Little scopeguard cleanup, and add a testlouiz’