~singpolyma/biboumi

732f53d7 — louiz’ 7 years ago
Clean a few more things
3f53db79 — louiz’ 7 years ago
Use the new botan 1.11.32 Tls::Client API (but stay compatible with older ones)
5f9568ca — louiz’ 7 years ago
TLS: Enable ecc point compression

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
ad22be41 — louiz’ 7 years ago
Do not fail to build if litesql is not there
5cb534c9 — louiz’ 7 years ago
move is_connecting outside of an ifdef
42e85d92 — louiz’ 7 years ago
Remove some useless virtual method from SocketHandler
b5a7c66b — louiz’ 7 years ago
fix an “unused parameter” warning
9dd0cf8f — louiz’ 7 years ago
Fix an error on gcc 4.9, because it is so stupid it can’t find operator""s
89868e4c — louiz’ 7 years ago
e2e tests that the IRC server received an ident response
d90f75dc — louiz’ 7 years ago
Trivial include cleanup
ae445f0e — louiz’ 7 years ago
Remove an unused variable
4ab3cd65 — louiz’ 7 years ago
Fix some little compilation errors with some configs, from last commit
d872c2b4 — louiz’ 7 years ago
Support the ident protocol

fix #3211
ed7e6647 — louiz’ 7 years ago
Add missing cstring include for strerror
0c8adc85 — louiz’ 7 years ago
Move all the connect() logic from TCPSocketHandler into a subclass

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).
c41d003c — louiz’ 7 years ago
Update the doc to say that we support xep 0059
085c858c — louiz’ 7 years ago
Start version 5.0
9634cdab — louiz’ 7 years ago
Release version 4.0
009aff52 — louiz’ 7 years ago
Little update to the changelog
b5beb043 — louiz’ 7 years ago
Remove a never reached (and non-sensical) error
Next