Age | Commit message (Expand) | Author |
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’ |
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-12 | On EINPROGRESS, we need to also check for read events (because openBSD lies) | louiz’ |
2016-10-12 | Fix an off-by-one issue in the POLL code | louiz’ |
2016-10-11 | Conditionally use strptime if we don’t have std::get_time | louiz’ |
2016-10-11 | Include a private and no-copy nodes in private <message/> to avoid carbon dup... | louiz’ |
2016-10-11 | Parse the timezone myself, instead of using the broken strptime | louiz’ |
2016-10-07 | Correctly set status="110" in the presence for the target of a kick | louiz’ |
2016-10-06 | Fix the argument of strerror after bind() | louiz’ |
2016-10-06 | Remove a branch that execute identical code in both cases | louiz’ |
2016-10-04 | Respond to muc#traffic requests | louiz’ |
2016-10-03 | Avoid an exception due to some bad logic in the DNS resolution mechanic | louiz’ |
2016-10-03 | Fix some compilation warning/errors that appear on FreeBSD | louiz’ |
2016-10-03 | Fix parse_datetime by always using a 'z' as the timezone | louiz’ |
2016-10-03 | Implement result-set-management for LIST queries | louiz’ |
2016-09-29 | Re-add the ad-hoc command the was removed by mistake in the previous commit | louiz’ |
2016-09-29 | Add AdhocCommandHandlers::add_command to simplify the usage of this class | louiz’ |
2016-09-29 | Look for uuid/uuid.h instead of just uuid.h | louiz’ |
2016-09-28 | Remove unused code in sha1 module | louiz’ |
2016-09-17 | Fix the parse_datetime by using %Z instead of %z | louiz’ |
2016-09-04 | MAM results can be filtered by start and end dates | louiz’ |