~singpolyma/biboumi

358b53fa — Florent Le Coz 10 years ago
Move the basic socket implementation into the SocketHandler class

(that is, the read/write/connect/etc)
Because this code is actually common for both the IrcClient and
XmppComponent class. These two classes have to implement some higher level
callbacks (parsing the data provided in the buffers, doing stuff when the
connection is done) instead of doing the read/write/connect low level
things.
7f580dbc — Florent Le Coz 10 years ago
Add irc_message.hpp
4027ef8c — Florent Le Coz 10 years ago
Basic IRC message parsing/sending
64c1b28c — Florent Le Coz 10 years ago
Add some dummy main
7869ef2a — Florent Le Coz 10 years ago
First step of the connection skeleton

Basic connect, socket creating, polling, recving, etc.