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
/
src
/
network
/
tcp_socket_handler.cpp
Age
Commit message (
Expand
)
Author
2018-01-17
Use our botan gh#1276 workaround only for botan < 2.4
louiz’
2017-10-26
Add a workaround for https://github.com/randombit/botan/issues/1276
louiz’
2017-10-04
Explicitely include all needed botan headers
louiz’
2017-07-20
Drop support for botan < 2.0
louiz’
2017-05-09
Avoid any potential int overflow
louiz’
2017-04-30
Make botan’s policy configurable from a file
louiz’
2017-04-20
Better way to init the msghdr fields
louiz’
2017-04-20
Explicitely init the msghdr fields, to be compatible with any implementation
louiz’
2017-04-07
Apply all the clang-tidy misc-* fixes
louiz’
2017-04-07
Apply all the clang-tidy modernize-* fixes
louiz’
2017-03-14
Refactoring louloulibs and cmake
louiz’
2015-02-27
Remove all the libs that are now in louloulibs
Florent Le Coz
2015-02-23
Implement async DNS resolution using c-ares
Florent Le Coz
2015-02-21
Use a timer to try reconnecting to the XMPP server only each 2 seconds
Florent Le Coz
2014-07-15
Merge branch 'v1'
Florent Le Coz
2014-07-15
Send the reason of the connection close to the user
Florent Le Coz
2014-07-03
Move some members of TCPSocketHandler into the SocketHandler class
Florent Le Coz
2014-07-02
Add a level of inheritance above SocketHandler
Florent Le Coz