Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
And add tests for all the mode changes
|
|
As the doc says, the nick changes must be explicit in an already joined
room, and not when joining a room.
|
|
fix #3211
|
|
fix #3171
|
|
|
|
|
|
ref #2948
|
|
|
|
|
|
|
|
|
|
This should fix #3205
|
|
|
|
It’s now easier to use. The distinction between a nick and a channel name is
based on the first character (by default it's '#' and '&'). The user doesn’t
have to worry about which separator to use anymore.
fix #3066
|
|
It’s $CURRENT_YEAR
|
|
|
|
|
|
|
|
For example if we are talking in private with nick Joe from
room #foo, and then we leave that room, we start receiving Joe’s
message from the server-wide JID
e2e tests included!!!
|
|
ref #2556
|
|
|
|
|
|
|
|
Move all constructors at the top of classes
|
|
fix #2
|
|
|
|
In Bridge and IrcClient
|
|
fix #3077
|
|
When set to true, the realname and username are extracted (by default) from
the user’s JID
fix #3136
|
|
|
|
Instead of ignoring the stanza, we send back an error of type
remote-server-not-found each time it's possible.
Also avoid having to do if (!irc) return; everytime.
fix #3045
|
|
Messages received on an IRC server JID are forwarded as raw IRC messages.
fix #2486
|
|
|
|
ref #2472
|
|
fix #2946
|
|
|
|
|
|
|
|
fix #2575
|
|
ref #2575
|
|
ref #2757
|
|
|
|
|
|
|
|
A result or an error, depending on the type of message
|
|
|
|
For example, both JID #chan%server@biboumi/Toto and toto!server@biboumi are
equivalent, except that if you send a message to the first one, subsequent
messages coming from the user toto will come from that same JID. This is
done to be consistent for the XMPP user, and respond from the same JID than
the 'to' of the first message.
fix #2468
|