Age | Commit message (Expand) | Author |
2013-11-14 | Fix a warning | Florent Le Coz |
2013-11-14 | Link with pthread, required by cryptopp | Florent Le Coz |
2013-11-14 | Fix JID parsing | Emmanuel Gil Peyrot |
2013-11-13 | Include stdlib.h for atoi | Florent Le Coz |
2013-11-13 | Do not crash on special chars in the content of message | Florent Le Coz |
2013-11-13 | Handle KICK in irc channel, both ways | Florent Le Coz |
2013-11-12 | Map irc commands to callbacks, in a clean way | Florent Le Coz |
2013-11-12 | Basic handling of modes, both ways | Florent Le Coz |
2013-11-12 | Read the served hostname from the config file | Florent Le Coz |
2013-11-11 | Unescape XML before sending messages over IRC | Florent Le Coz |
2013-11-11 | Handle nick changes, both ways | Florent Le Coz |
2013-11-10 | Add a Config module, and use it to get the password from a file | Florent Le Coz |
2013-11-10 | Handle private messages, both ways | Florent Le Coz |
2013-11-10 | Handle the ACTION (/me) IRC command, both ways | Florent Le Coz |
2013-11-10 | Connect to localhost instead of the served hostname | Florent Le Coz |
2013-11-10 | Handle IRC QUIT command | Florent Le Coz |
2013-11-10 | Fix the include of the config.h | Florent Le Coz |
2013-11-10 | And actually use the values found by cmake | Florent Le Coz |
2013-11-10 | Properly detect iconv features to compile | Florent Le Coz |
2013-11-10 | Add include for perror | Florent Le Coz |
2013-11-10 | Use the Expat library directly instead of relying on expatpp | Florent Le Coz |
2013-11-09 | Aaaand, I forgot to add files | Florent Le Coz |
2013-11-09 | Implement part and join, both ways | Florent Le Coz |
2013-11-09 | Remove IRC colors from the body when forwarding it to XMPP | Florent Le Coz |
2013-11-09 | Cosmetic | Florent Le Coz |
2013-11-09 | Check UTF-8 encoding, and convert strings to UTF-8 | Florent Le Coz |
2013-11-07 | Send and receive messages | Florent Le Coz |
2013-11-06 | Add make_unique.hpp and split.hpp | Florent Le Coz |
2013-11-06 | Implement the Bridge class to translate between the two protocols | Florent Le Coz |
2013-11-03 | Add FindCryptoPP to the cmake search stuf | Florent Le Coz |
2013-11-03 | Exit the poller when it handles no connection at all | Florent Le Coz |
2013-11-03 | Add a basic XMPP component implementation, doing the authentication | Florent Le Coz |
2013-11-03 | Add an XmppParser, and Stanza classes | Florent Le Coz |
2013-11-03 | Rename libirc and libxmpp to irc and xmpp | Florent Le Coz |
2013-11-02 | Add initial CMakeLists.txt that compiles the current code | Florent Le Coz |
2013-11-02 | Move the basic socket implementation into the SocketHandler class | Florent Le Coz |
2013-11-02 | Add irc_message.hpp | Florent Le Coz |
2013-11-02 | Basic IRC message parsing/sending | Florent Le Coz |
2013-11-02 | Add some dummy main | Florent Le Coz |
2013-11-02 | First step of the connection skeleton | Florent Le Coz |