~singpolyma/biboumi

ref: acf769d83a40e971ccc1346225688841465b36ee biboumi/src/irc/irc_channel.hpp -rw-r--r-- 945 bytes
acf769d8 — Florent Le Coz 9 years ago
Use isupport informations to know the user modes when joining

Also remove the duplicate send_self_join methods, user only send_user_join
5817a95b — Florent Le Coz 9 years ago
Basic handling of modes, both ways
7c671499 — Florent Le Coz 9 years ago
Implement part and join, both ways
bf7b05ef — Florent Le Coz 9 years ago
Implement the Bridge class to translate between the two protocols

Add all useful classes as well: Jid, Iid, IrcChannel, IrcUser etc to
properly keep the informations about what we receive from the IRC server.

Only handle the MUC join stanza, and send the list of users in the IRC
channel to the XMPP user, and the IRC channel’s topic, for now.