Age | Commit message (Collapse) | Author |
|
|
|
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
|