~singpolyma/biboumi

bf30b449 — Florent Le Coz 8 years ago
Add the network module to the test_suite

Because we added a network unit test
aa340e1c — Florent Le Coz 8 years ago
Separate the DNS resolution logic from the TCP communication logic

fix #3137
1aa2c2d8 — Florent Le Coz 8 years ago
Introduce the realname_from_jid option

When set to true, the realname and username are extracted (by default) from
the user’s JID

fix #3136
84aafab6 — Florent Le Coz 8 years ago
Provide the “realname_customization” option

ref #3136
6512f830 — Florent Le Coz 8 years ago
The realname is also saved as an IrcClient member
60d340be — Florent Le Coz 8 years ago
TIL std::string::end and std::string::begin…
2380a84b — Florent Le Coz 8 years ago
Make sure the user-provided username does not contain spaces
f904d579 — Florent Le Coz 8 years ago
Provide username and realname IRC server options

Used in the USER command when connecting to the IRC server, instead of the
first nick.

fix #3028
f6d9b7d7 — Florent Le Coz 8 years ago
Fix two small warnings
2928598e — Florent Le Coz 8 years ago
Catch TLS exceptions, close the connection and inform the user of the error
7247228e — Florent Le Coz 8 years ago
Connection may be closed from our side too
ceec9890 — Florent Le Coz 8 years ago
Add a field (in the configure form) to specifiy an after-connect IRC command
890cfe90 — Florent Le Coz 8 years ago
Provide Ports and TLS Ports IRC-server ad-hoc options

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
532228a3 — Florent Le Coz 8 years ago
Send a PASS IRC command if the “pass” config is sot by a user, on an IRC server

fix #3068
1691cf8f — Florent Le Coz 8 years ago
Introduce the configure ad-hoc command on irc servers

Provides two options for now, and they have no effect yet
f1de6d03 — Florent Le Coz 8 years ago
Add Bridge::get_bare_jid
1031989f — Florent Le Coz 8 years ago
XmlNode::add_child can also take a copy of a node
45e8fe56 — Florent Le Coz 8 years ago
Add an AdhocCommandsHandler to store commands specific to IRC servers
19666d2f — Florent Le Coz 8 years ago
Store the target jid in the AdhocSession objects
88ae2599 — Florent Le Coz 8 years ago
Introduce an optional Database module

Uses litesql
Next