Age | Commit message (Expand) | Author |
2016-12-08 | Don’t use global static members but functions that return a reference to an... | louiz’ |
2016-12-04 | Update the verify_certificate_chain code to work with botan >= 1.11.34 as well | 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-11 | Move all the connect() logic from TCPSocketHandler into a subclass | louiz’ |
2016-11-07 | Add get-irc-connection-info adhoc command | louiz’ |
2016-10-31 | Trivial cleanup | louiz’ |
2016-10-27 | Directly use Botan::byte instead of char, to avoid an unnecessary cast | louiz’ |
2016-10-20 | Optimize tcp_socket::on_send by using vector::erase() only once per call | louiz’ |
2016-10-20 | Very little optimization by using a simpler scope_guard when possible | louiz’ |
2016-10-06 | Fix the argument of strerror after bind() | louiz’ |
2016-06-13 | Show off, with some variadic templates, for the logger module | louiz’ |
2016-01-13 | Quiet a warning | Florent Le Coz |
2015-12-03 | Do not forget to call freeaddrinfo, fix a memleak | Florent Le Coz |
2015-12-01 | Display a better error when connection fails | Florent Le Coz |
2015-12-01 | Add the outgoing_bind option | Florent Le Coz |
2015-11-30 | Do not segfault when trying to send TLS data over a not-yet connected socket | Florent Le Coz |
2015-11-07 | Avoid leaking socket filedescriptors | Florent Le Coz |
2015-11-05 | Provide an adhoc option to let user pass the cert verif for some IRC servers | Florent Le Coz |
2015-11-02 | Verify the remote TLS certificates using the system-wide trusted CAs | Florent Le Coz |
2015-10-26 | Fix some trivial issues reported by cppcheck | Florent Le Coz |
2015-10-15 | Separate the DNS resolution logic from the TCP communication logic | Florent Le Coz |
2015-09-22 | Catch TLS exceptions, close the connection and inform the user of the error | Florent Le Coz |
2015-07-09 | Display the resolved IP in debug logs | Florent Le Coz |
2015-07-09 | If hostname resolution fails, do not try all possible ports | Florent Le Coz |
2015-07-09 | Send the cares error message before cleaning it | Florent Le Coz |
2015-05-28 | louloulibs is directly included, instead of being a submodule | Florent Le Coz |
2015-05-27 | Avoid some potential race conditions by blocking the signals we manage | Florent Le Coz |
2015-05-13 | Update to latest louloulibs revision, and add test for hostname validity | Florent Le Coz |
2015-05-07 | Update to latest louloulibs | Florent Le Coz |
2015-04-21 | Properly check for connecting or connected status before reconnecting | Florent Le Coz |
2015-04-20 | Update louloulibs submodule to the correct revision | Florent Le Coz |
2015-04-20 | Decode incoming JIDs local part according to xep 0106 | Florent Le Coz |
2015-03-04 | Update to latest louloulibs revision | Florent Le Coz |
2015-03-02 | Update to latest louloulibs revision | Florent Le Coz |
2015-03-02 | Update louloulibs to last revision | Florent Le Coz |
2015-02-27 | Only use include_directory() if the directory path is defined | Florent Le Coz |
2015-02-27 | Add louloulibs as a submodule | Florent Le Coz |