~singpolyma/biboumi

142516a6 — Florent Le Coz 8 years ago
Fix some trivial issues reported by cppcheck
0fcba76c — Florent Le Coz 8 years ago
Fix a build issue when compiling without cares
e43ca29e — Florent Le Coz 8 years ago
Fix the jidprep tests when built without libidn
d799dc10 — Florent Le Coz 8 years ago
Test a different way to do our CI

Introduce a script, which is called with different parameters, to have a
number of builds done with a different configuration, without repeating
things too much.
c8606e18 — Florent Le Coz 8 years ago
Remove a unused_parameter warning
f57a43f3 — Florent Le Coz 8 years ago
Remove some more debug thing
42a743fa — Florent Le Coz 8 years ago
Introduce a basic .gitlab-ci.yml file
ec53fc93 — Florent Le Coz 8 years ago
Remove some debug thing that should not have been committed
e46b9cfc — Florent Le Coz 8 years ago
Display a success message at the end of the test suite
e7a91bad — Florent Le Coz 8 years ago
Use “using” instead of typedef
2c89b9f1 — Florent Le Coz 8 years ago
Remove an unused include
83bd57b1 — Florent Le Coz 8 years ago
Some little fixes in test.cpp
74c73799 — Florent Le Coz 8 years ago
Only compile database.cpp if configured with litesql
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
Next