Age | Commit message (Collapse) | Author |
|
fix #3305
|
|
|
|
fix #3317
|
|
fix #3283
|
|
fix #3339
|
|
Supports the "seconds", "maxstanzas", "since" and "maxchars" (but only =0)
attributes.
fix #3270
|
|
|
|
|
|
This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
|
|
on it"
This reverts commit 45f7396c8d30ed37570c4ecdaa886388f9beba3e.
|
|
fix #3243
|
|
fix #3254
|
|
|
|
|
|
fix #3230
|
|
|
|
|
|
|
|
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
|