Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This allows the user to join channels containing forbidden characters
in the local part, like #r&d or #group/project.
|
|
|
|
|
|
fix #3067
|
|
|
|
ref #3067
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
ref #2556
|
|
|
|
Move all constructors at the top of classes
|
|
Because a jid like “freenode.example.org” is both the JID for the configured
IRC server, and biboumi’s JID.
fix #3175
|
|
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
|
|
|
|
|