Age | Commit message (Expand) | Author |
2016-12-13 | Switch back to using std::cout instead of std::clog | louiz’ |
2016-12-13 | Remove the useless nullptr argument for the XmlNode constructor | louiz’ |
2016-12-13 | Send a presence error from the room, when receiving command ERR_BADCHANNELKEY | louiz’ |
2016-12-13 | Include the optional <text/> node in the send_presence_error | louiz’ |
2016-12-12 | Remove a line from a WIP that should not have been added | louiz’ |
2016-12-12 | Do not send an “not-implemented” error when receiving an iq error | louiz’ |
2016-12-12 | Auto accept presence subscription | louiz’ |
2016-12-11 | ci: make it two uploads and flag them (e2e, and test_suite) | louiz’ |
2016-12-11 | ci: upload our own total_coverage.info to codecov | louiz’ |
2016-12-11 | Run codecov upload from the root directory | louiz’ |
2016-12-11 | Do not change the nick when joining a second room with a different nick | louiz’ |
2016-12-11 | Add a None type for the Iid class (when the iid is completely empty) | louiz’ |
2016-12-11 | ci: sonar-qube upload is allowed to fail | louiz’ |
2016-12-10 | Add a codecov.yml file to ignore the tests/ directory | louiz’ |
2016-12-10 | Add a make coverage target to merge all other coverages, and upload to codecov | louiz’ |
2016-12-10 | ci: Do not try to gem install coveralls-lcov | louiz’ |
2016-12-10 | Upload the coverage results to coveralls | louiz’ |
2016-12-10 | Do not remove the .info generated by lcov | louiz’ |
2016-12-10 | Properly convert the data into a number of seconds by using duration_cast | louiz’ |
2016-12-10 | The logger writes to std::clog | louiz’ |
2016-12-10 | The config module doesn’t use the logger at all | louiz’ |
2016-12-09 | Use an other implementation of a null_stream for the logger | louiz’ |
2016-12-09 | e2e: remove the log_message step, because it causes race conditions | louiz’ |
2016-12-08 | Don’t use global static members but functions that return a reference to an... | louiz’ |
2016-12-08 | Init some members of TcpClientSocketHandler | louiz’ |
2016-12-08 | Fix the locales in the docker test images | louiz’ |
2016-12-08 | In time.cpp, use the en_US.UTF-8 locale, instead of en_US.utf-8 | louiz’ |
2016-12-08 | Use a portable way to get the relative paths into __FILENAME__ | louiz’ |
2016-12-08 | ci: Print the locals before running | louiz’ |
2016-12-08 | ci: Remove openbsd job for now | louiz’ |
2016-12-08 | CI: refactor, and enable some specific test only on the master project | louiz’ |
2016-12-07 | Add some missing includes | louiz’ |
2016-12-08 | Force the freebsd build to use clang++ | louiz’ |
2016-12-08 | ci: Don’t display g++ and clang++ --version | louiz’ |
2016-12-08 | ci: don’t set the locale env variablesx | louiz’ |
2016-12-08 | Add a freebsd ci test | louiz’ |
2016-12-08 | e2e: Accept even more unordered things in the connection sequence | louiz’ |
2016-12-04 | Avoid a potential nullptr dereference | louiz’ |
2016-12-04 | CI: add the docker tag for coverity and sonar-qube jobs | louiz’ |
2016-12-04 | In the docker images, use port 1113 for charybdis’ identd connection | louiz’ |
2016-12-04 | Update the verify_certificate_chain code to work with botan >= 1.11.34 as well | louiz’ |
2016-12-04 | Add a missing ifdef botan | louiz’ |
2016-12-04 | Add some missing botan includes | louiz’ |
2016-12-04 | Clean a few more things | louiz’ |
2016-12-02 | Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones) | louiz’ |
2016-12-02 | TLS: Enable ecc point compression | louiz’ |
2016-11-25 | Do not fail to build if litesql is not there | louiz’ |
2016-11-16 | move is_connecting outside of an ifdef | louiz’ |
2016-11-16 | Remove some useless virtual method from SocketHandler | louiz’ |
2016-11-16 | fix an “unused parameter” warning | louiz’ |