Age | Commit message (Expand) | Author |
2017-01-19 | Do not require revocation info for a certificate to be valid | louiz’ |
2017-01-10 | Update INSTALL.rst to talk about botan-2, and give priority to 2 over 1.11 | louiz’ |
2017-01-10 | Look for botan-2 in addition to botan-1.11 | louiz’ |
2017-01-06 | Fix some issues found by sonar cube | louiz’ |
2017-01-06 | Add a missing errno include | louiz’ |
2017-01-06 | Fix an use-after-free | louiz’ |
2017-01-06 | Use udns instead of c-ares | louiz’ |
2016-12-14 | Introduce a XmlSubNode class that automatically adds itself into its parent | louiz’ |
2016-12-14 | e2e: test connection failure | louiz’ |
2016-12-13 | Include the <text/> element in stanza error when there IS a text | louiz’ |
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 | Include the optional <text/> node in the send_presence_error | louiz’ |
2016-12-12 | Auto accept presence subscription | 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-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 | 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-07 | Add some missing includes | 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-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 error on gcc 4.9, because it is so stupid it can’t find operator""s | louiz’ |
2016-11-16 | Trivial include cleanup | louiz’ |
2016-11-16 | Remove an unused variable | louiz’ |
2016-11-15 | Fix some little compilation errors with some configs, from last commit | louiz’ |
2016-11-15 | Support the ident protocol | louiz’ |
2016-11-11 | Add missing cstring include for strerror | louiz’ |
2016-11-11 | Move all the connect() logic from TCPSocketHandler into a subclass | louiz’ |
2016-11-07 | Remove a never reached (and non-sensical) error | louiz’ |
2016-11-07 | Workaround for debian and other old OS that do not have std::put_time | louiz’ |
2016-11-07 | Add a missing <chrono> include | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-11-01 | Refactor load_certs() | louiz’ |
2016-10-31 | Some cleanups | louiz’ |
2016-10-31 | Remove unused roster code | louiz’ |
2016-10-31 | Trivial cleanup | louiz’ |
2016-10-31 | Make AddrinfoDeleter a class | louiz’ |
2016-10-31 | Rename a variable that shadows a class member | louiz’ |
2016-10-27 | Refactor remove_invalid_xml_chars to use correct types directly | louiz’ |
2016-10-27 | Directly use Botan::byte instead of char, to avoid an unnecessary cast | louiz’ |
2016-10-26 | Refactor the sha1 digest into its own function, and do not use sprintf | louiz’ |