Age | Commit message (Collapse) | Author |
|
This allows the user to join channels containing forbidden characters
in the local part, like #r&d or #group/project.
|
|
ref #2556
|
|
Move all constructors at the top of classes
|
|
This reverts commit ad0465b32051e224f6a234f3ed36494905e59cbf.
Conflicts:
louloulibs
|
|
This let users send message to nicks such as Q@CServe.quakenet.org
fix #3047
|
|
Also fix some doc
|
|
This option lets the administrator choose a specific IRC server, and only
that server can be used with this biboumi instance.
In this mode, JIDs to use are changed like this:
- #chan%irc.example.com@biboumi.example.com -> #chan@biboumi.example.com
- user!irc.example.com@biboumi.example.com -> user!@biboumi.example.com
- #chan%irc.example.com@biboumi.example.com/Nick -> #chan@biboumi.example.com/Nick
- %irc.example.com@biboumi.example.com -> no equivalent
- irc.example.com@biboumi.example.com -> no equivalent
|
|
|
|
IRC users and channels are now distinguished by the separator used in the
IID (% or !).
ref #2468
|
|
Also correctly respond to PING with the id, escape some XML content, but not
always
|
|
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.
|