Age | Commit message (Collapse) | Author |
|
|
|
See http://ircv3.net/specs/extensions/multi-prefix-3.1.html
ref #3103
|
|
Since “!” is also the separator between the nickname and the user hostname,
having “!” as the user mode (e.g. !nick!~some@host.bla) would cause the nick
to be empty. Now we skip it if it is a valid user mode indicator.
|
|
|
|
Also remove the duplicate send_self_join methods, user only send_user_join
|
|
|
|
|
|
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.
|