Age | Commit message (Collapse) | Author |
|
fix #3230
|
|
Use OBJECT libraries
Remove the louloulibs directory
Write FOUND variables in the cache
|
|
virtual channel"
This reverts commit 38ff50f5d2ca356f659429ff57546bd2364a0fef.
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
fix #3067
|
|
|
|
ref #3067
|
|
|
|
|
|
ref #2556
|
|
|
|
|
|
fix #2
|
|
|
|
|
|
|
|
See http://ircv3.net/specs/extensions/multi-prefix-3.1.html
ref #3103
|
|
In Bridge and IrcClient
|
|
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
|
|
|
|
Used in the USER command when connecting to the IRC server, instead of the
first nick.
fix #3028
|
|
|
|
|
|
This let any user choose which ports to use when connecting to the IRC
server. This also lets the user choose whether or not to force TLS usage (by
setting no non-TLS port).
fix #2731
|
|
server
fix #3068
|
|
|