Age | Commit message (Collapse) | Author |
|
fix #2
|
|
|
|
|
|
I think it was a UB
|
|
fix #3151
|
|
|
|
See http://ircv3.net/specs/extensions/multi-prefix-3.1.html
ref #3103
|
|
|
|
|
|
Include encodingIn and encodingOut options, unused at the moment
|
|
And a way to retrieve its values, defaulting on the ServerOptions for unset
values.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
`make check` is also added to compile and run the tests
Catch is fetched with cmake automatically into the build directory when needed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3137
|
|
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
|
|
Provides two options for now, and they have no effect yet
|
|
|
|
|
|
Uses litesql
|
|
|