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
/
poller.cpp
Age
Commit message (
Expand
)
Author
2014-05-27
SocketHandlers own the poller and add themself into it only when the socket i...
Florent Le Coz
2014-05-26
If both write and read events are available on a socket, only do the read
Florent Le Coz
2014-02-22
Connection to servers does not block the process anymore
Florent Le Coz
2014-02-19
Send unavailable presence to all muc when the IRC server closes the connection
Florent Le Coz
2014-02-08
Add missing logger include
Florent Le Coz
2014-02-08
Use strerror and log_error instead of perrror
Florent Le Coz
2014-01-13
Add missing stdexcept includes
Florent Le Coz
2014-01-04
Add missing errno.h includes
Florent Le Coz
2014-01-04
Shutdown cleanly on SIGINT
Florent Le Coz
2013-12-03
Use the logger everywhere
Florent Le Coz
2013-11-21
Use epoll
Florent Le Coz
2013-11-10
Add include for perror
Florent Le Coz
2013-11-03
Exit the poller when it handles no connection at all
Florent Le Coz
2013-11-02
Basic IRC message parsing/sending
Florent Le Coz
2013-11-02
First step of the connection skeleton
Florent Le Coz