summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-04In the docker images, use port 1113 for charybdis’ identd connectionlouiz’
2016-12-04Update the verify_certificate_chain code to work with botan >= 1.11.34 as welllouiz’
2016-12-04Add a missing ifdef botanlouiz’
2016-12-04Add some missing botan includeslouiz’
2016-12-04Clean a few more thingslouiz’
2016-12-02Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones)louiz’
2016-12-02TLS: Enable ecc point compressionlouiz’
If available in Botan. There is an issue where, if botan supports it but we don’t enable it, then the TLS handshake may fail with some servers
2016-11-25Do not fail to build if litesql is not therelouiz’
2016-11-16move is_connecting outside of an ifdeflouiz’
2016-11-16Remove some useless virtual method from SocketHandlerlouiz’
2016-11-16fix an “unused parameter” warninglouiz’
2016-11-16Fix an error on gcc 4.9, because it is so stupid it can’t find operator""slouiz’
2016-11-16e2e tests that the IRC server received an ident responselouiz’
2016-11-16Trivial include cleanuplouiz’
2016-11-16Remove an unused variablelouiz’
2016-11-15Fix some little compilation errors with some configs, from last commitlouiz’
2016-11-15Support the ident protocollouiz’
fix #3211
2016-11-11Add missing cstring include for strerrorlouiz’
2016-11-11Move all the connect() logic from TCPSocketHandler into a subclasslouiz’
This way, TCPSocketHandler only deal with the message sending/receiving, not the connect() or anything else. This will be used for implementing servers (because when a client is accepted, we don’t need all the connect() and dns resolution stuff).
2016-11-10Update the doc to say that we support xep 0059louiz’
2016-11-09Start version 5.0louiz’
2016-11-09Release version 4.04.0louiz’
2016-11-09Little update to the changeloglouiz’
2016-11-07Remove a never reached (and non-sensical) errorlouiz’
2016-11-07Test the error on joining invalid roomlouiz’
2016-11-07Workaround for debian and other old OS that do not have std::put_timelouiz’
2016-11-07Add <algorithm> backlouiz’
2016-11-07Add a missing <chrono> includelouiz’
2016-11-07Trivial refactor of get_user_bridge functionlouiz’
2016-11-07Add get-irc-connection-info adhoc commandlouiz’
fix #3171
2016-11-03Test the global and IRC server configure commandslouiz’
2016-11-02Fix the presences sent, when multiple resources join the virtual channellouiz’
fix #3216
2016-11-01Refactor load_certs()louiz’
2016-11-01Disable e2e tests on openbsdlouiz’
2016-11-01And fix the bw-output path…louiz’
[skip-ci]
2016-11-01Fix the sonar-qube submissionlouiz’
2016-10-31Fix the openbsd test, againlouiz’
2016-10-31Automate the sonar-qube scanner submission in the ci processlouiz’
2016-10-31Fix the openbsd test, do not use coverage on itlouiz’
2016-10-31Revert the whole nproc thinglouiz’
2016-10-31Coin coinlouiz’
2016-10-31ci: Fix the nproc thingylouiz’
2016-10-31Some cleanupslouiz’
2016-10-31Remove unused roster codelouiz’
2016-10-31Actually run all the e2e scenario if nothing is specifiedlouiz’
2016-10-31Test successful invite of an other userlouiz’
2016-10-31Handle IRC message 341 (invite confirmation)louiz’
2016-10-31Use ensure_future if available, otherwise use asyncio.asynclouiz’
2016-10-31Test self discolouiz’
2016-10-31e2e: add the possibility to launch a specific list of scenarios onlylouiz’