summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-22grammar: than <-> aslouiz’
2017-01-22Add a linger_time configuration option on IRC serverslouiz’
2017-01-19Do not require revocation info for a certificate to be validlouiz’
2017-01-17Refactor and split the Dockerfiles, to build a base without litesqllouiz’
2017-01-10Update INSTALL.rst to talk about botan-2, and give priority to 2 over 1.11louiz’
2017-01-10Look for botan-2 in addition to botan-1.11louiz’
2017-01-10Add missing <algorithm> include for last commitlouiz’
2017-01-10Only try to join chans only once, even if we received multiple presenceslouiz’
2017-01-06Fix some issues found by sonar cubelouiz’
2017-01-06Add a missing errno includelouiz’
2017-01-06Fix an use-after-freelouiz’
2017-01-06Use udns instead of c-areslouiz’
2017-01-04Add libasan and libubsan in the test docker imageslouiz’
2017-01-04Remove the PrintBuildParameter make targetlouiz’
2017-01-04Use fsanitize=address and undefined in debug builds if ubsan and asan are therelouiz’
2017-01-04The “build” badge links to a more useful URLlouiz’
2016-12-24Update the DockerFiles to include openssllouiz’
2016-12-24Update the doc to avoid using “” or "" and other charslouiz’
2016-12-24CI: Use our own registry for docker imageslouiz’
2016-12-18Send iq error/result when the user changed a MODE command with an iqlouiz’
2016-12-14Use the codecov badge instead of the gitlab coverage onelouiz’
2016-12-14Test the TLS connectionlouiz’
2016-12-14Introduce a XmlSubNode class that automatically adds itself into its parentlouiz’
2016-12-14e2e: test connection failurelouiz’
2016-12-13Include the <text/> element in stanza error when there IS a textlouiz’
2016-12-13Switch back to using std::cout instead of std::cloglouiz’
2016-12-13Remove the useless nullptr argument for the XmlNode constructorlouiz’
2016-12-13Send a presence error from the room, when receiving command ERR_BADCHANNELKEYlouiz’
2016-12-13Include the optional <text/> node in the send_presence_errorlouiz’
2016-12-12Remove a line from a WIP that should not have been addedlouiz’
2016-12-12Do not send an “not-implemented” error when receiving an iq errorlouiz’
2016-12-12Auto accept presence subscriptionlouiz’
2016-12-11ci: make it two uploads and flag them (e2e, and test_suite)louiz’
2016-12-11ci: upload our own total_coverage.info to codecovlouiz’
2016-12-11Run codecov upload from the root directorylouiz’
2016-12-11Do not change the nick when joining a second room with a different nicklouiz’
2016-12-11Add a None type for the Iid class (when the iid is completely empty)louiz’
2016-12-11ci: sonar-qube upload is allowed to faillouiz’
2016-12-10Add a codecov.yml file to ignore the tests/ directorylouiz’
2016-12-10Add a make coverage target to merge all other coverages, and upload to codecovlouiz’
2016-12-10ci: Do not try to gem install coveralls-lcovlouiz’
2016-12-10Upload the coverage results to coverallslouiz’
2016-12-10Do not remove the .info generated by lcovlouiz’
2016-12-10Properly convert the data into a number of seconds by using duration_castlouiz’
2016-12-10The logger writes to std::cloglouiz’
2016-12-10The config module doesn’t use the logger at alllouiz’
2016-12-09Use an other implementation of a null_stream for the loggerlouiz’
2016-12-09e2e: remove the log_message step, because it causes race conditionslouiz’
2016-12-08Don’t use global static members but functions that return a reference to an...louiz’
2016-12-08Init some members of TcpClientSocketHandlerlouiz’