Age | Commit message (Collapse) | Author |
|
|
|
We still split the JOINs with a key and the ones without
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
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
|