Age | Commit message (Collapse) | Author |
|
ref #2948
|
|
Thank you, e2e tests
|
|
And make things a little bit clearer
|
|
Avoids a conflict between /usr/include/uuid.h and
/usr/local/include/uuid/uuid.h on freebsd
|
|
This makes it possible to execute an ad-hoc command on a server, with
clients like Gajim, for example.
|
|
|
|
|
|
|
|
At the moment, result-set-management is not implemented, the whole history
(well, at most 1024 messages) is returned.
|
|
|
|
|
|
|
|
|
|
This should fix #3205
|
|
|
|
|
|
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
|
|
|
|
|
|
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
|
|
I think it was a UB
|
|
fix #3151
|
|
|
|
|
|
Include encodingIn and encodingOut options, unused at the moment
|
|
|
|
In Bridge and IrcClient
|
|
fix #3077
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Provides two options for now, and they have no effect yet
|
|
|
|
Also fix some constness things
|