Age | Commit message (Collapse) | Author |
|
|
|
|
|
Some template specialization were not found, because they were not declared
at the point they were used.
We moved things around, things are less inter-dependant, and also now it
works.
|
|
|
|
fix #3317
|
|
fix #3275
|
|
This reverts commit ba879a882e031d7b8503f78fe41d1210000c96ca.
|
|
|
|
ref #3273
|
|
ref #3273
|
|
fix #3273
|
|
fix #3293
|
|
|
|
|
|
Otherwise, these fields cannot be emptied by the user
fix #3281
|
|
|
|
|
|
|
|
fix #3269
|
|
Entirely replace LiteSQL
fix #3271
|
|
fix #3250
|
|
This reverts commit 5d801ddcd025f68d2ec91edf0462091a32c779c1.
|
|
|
|
fix #3230
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3171
|
|
|
|
|
|
|
|
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
|
|
Because a jid like “freenode.example.org” is both the JID for the configured
IRC server, and biboumi’s JID.
fix #3175
|
|
|
|
|
|
Include encodingIn and encodingOut options, unused at the moment
|
|
|
|
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
|