Age | Commit message (Collapse) | Author |
|
duplication
|
|
|
|
fix #3205
|
|
fix #3210
|
|
|
|
|
|
ref #2948
|
|
|
|
|
|
fix #3209
|
|
|
|
|
|
Not messages coming from the room, for example
|
|
|
|
|
|
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
|
|
The list would keep the previous results in memory, forever, and the list
would grow each time a new request was made (even with results from
unrelated servers)…
|
|
|
|
|
|
|
|
|
|
|
|
This allows the user to join channels containing forbidden characters
in the local part, like #r&d or #group/project.
|
|
|
|
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
|
|
See https://kiwiirc.com/docs/webirc
fix #3135
|
|
|
|
|
|
When set to true, the realname and username are extracted (by default) from
the user’s JID
fix #3136
|
|
|
|
Also fix some constness things
|
|
Remove the close() method and closed attribute. Remove all the calls to
close(). (Save one bool per XmlNode, yay, and save a few ifs and some
useless function calls. At best it should be unnoticeably faster and lighter
and save a few keystrokes in the future)
|
|
The server will respond with the current channel mode, in private or
something
|
|
ref #2472
|