Age | Commit message (Expand) | Author |
2017-05-09 | Avoid any potential int overflow | louiz’ |
2017-04-07 | Apply a few clang-tidy cppcoreguidelines-* 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-21 | Use a timer to try reconnecting to the XMPP server only each 2 seconds | Florent Le Coz |
2014-12-17 | Fix a few issues reported by static analyzers | Florent Le Coz |
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 |