Age | Commit message (Collapse) | Author |
|
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
|
|
Provides two options for now, and they have no effect yet
|
|
Also fix some constness things
|
|
Remove the close() method and closed attribute. Remove all the calls to
close(). (Save one bool per XmlNode, yay, and save a few ifs and some
useless function calls. At best it should be unnoticeably faster and lighter
and save a few keystrokes in the future)
|
|
Only keep some biboumi-specific commands into biboumi_adhoc_commands.hpp/cpp
|