Age | Commit message (Collapse) | Author |
|
|
|
ref #3228
|
|
fix #2886
|
|
|
|
This way, TCPSocketHandler only deal with the message sending/receiving, not
the connect() or anything else. This will be used for implementing servers
(because when a client is accepted, we don’t need all the connect() and dns
resolution stuff).
|
|
|
|
|
|
|
|
|
|
|
|
fix #3205
|
|
|
|
Also add a e2e test for the list query
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
This allows the user to join channels containing forbidden characters
in the local part, like #r&d or #group/project.
|
|
|
|
fix #3067
|
|
|
|
ref #3067
|
|
|
|
|
|
ref #2556
|
|
|
|
|
|
Move all constructors at the top of classes
|
|
fix #2
|
|
|
|
|
|
|
|
See http://ircv3.net/specs/extensions/multi-prefix-3.1.html
ref #3103
|
|
In Bridge and IrcClient
|
|
fix #3077
|
|
Lets the admin choose a local address to bind each outgoing (IRC) socket.
|
|
|
|
|
|
|
|
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
|
|
ref #3136
|
|
|