~singpolyma/biboumi

3c1889fb — Florent Le Coz 7 years ago
Use Catch for our test suite

`make check` is also added to compile and run the tests
Catch is fetched with cmake automatically into the build directory when needed
4e32fe21 — Florent Le Coz 7 years ago
Refactor XmppParser::end_element to make it clearer

Both for me, and apparently for clang static analyzer, who reported a (imo)
false positive.
450de4c3 — Florent Le Coz 7 years ago
Style, add a few “this->”
142516a6 — Florent Le Coz 7 years ago
Fix some trivial issues reported by cppcheck
0fcba76c — Florent Le Coz 7 years ago
Fix a build issue when compiling without cares
e43ca29e — Florent Le Coz 7 years ago
Fix the jidprep tests when built without libidn
d799dc10 — Florent Le Coz 7 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 7 years ago
Remove a unused_parameter warning
f57a43f3 — Florent Le Coz 7 years ago
Remove some more debug thing
42a743fa — Florent Le Coz 7 years ago
Introduce a basic .gitlab-ci.yml file
ec53fc93 — Florent Le Coz 7 years ago
Remove some debug thing that should not have been committed
e46b9cfc — Florent Le Coz 7 years ago
Display a success message at the end of the test suite
e7a91bad — Florent Le Coz 7 years ago
Use “using” instead of typedef
2c89b9f1 — Florent Le Coz 7 years ago
Remove an unused include
83bd57b1 — Florent Le Coz 7 years ago
Some little fixes in test.cpp
74c73799 — Florent Le Coz 7 years ago
Only compile database.cpp if configured with litesql
bf30b449 — Florent Le Coz 7 years ago
Add the network module to the test_suite

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

fix #3137
1aa2c2d8 — Florent Le Coz 7 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 7 years ago
Provide the “realname_customization” option

ref #3136
Next