index
:
biboumi
3429-not-compliant-presence
async_sql
c++17
ci-arch
copr
debian
debug_coverage
e2e-doc
feature/fix-adhoc-command-descriptions
getdns
master
refactor-resources
roster-server-jid
sphinx-manpage
srcip
test_cmake3_11_2
v1
v2
v3
v4
v5
v6
v7
v8
v9
XMPP to IRC gateway, in C++.
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
louloulibs
/
network
/
tcp_socket_handler.hpp
Age
Commit message (
Expand
)
Author
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-11
Move all the connect() logic from TCPSocketHandler into a subclass
louiz’
2016-11-07
Add a missing <chrono> include
louiz’
2016-11-07
Add get-irc-connection-info adhoc command
louiz’
2016-10-27
Directly use Botan::byte instead of char, to avoid an unnecessary cast
louiz’
2016-07-04
Replace all include guards by #pragma once
louiz’
2016-06-08
Add a missing vector include
louiz’
2016-06-08
Remove all usage of std::list
louiz’
2016-05-04
Style fix
louiz’
2016-02-10
Rename BasicCredentialManager
Florent Le Coz
2016-01-04
Support a trusted SHA1 fingerprint to be configured for each IRC server
Florent Le Coz
2015-12-01
Add the outgoing_bind option
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-15
Separate the DNS resolution logic from the TCP communication logic
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-08
Minor comment typo
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