~singpolyma/biboumi

dfc0793e — louiz’ 7 years ago
Include a private and no-copy nodes in private <message/> to avoid carbon duplication
548e4ad4 — louiz’ 7 years ago
Parse the timezone myself, instead of using the broken strptime

See

https://lab.louiz.org/louiz/biboumi/issues/3215
https://github.com/andikleen/glibc/blob/master/time/strptime_l.c#L746-L747

for why strptime() sucks

We use std::get_time now, to parse the date and time. And we parse the
timezone by hand.

fix #3215
11647292 — louiz’ 7 years ago
Fix the muc#traffic response

Was completely broken, and the test was just useless
8ac8d2b2 — louiz’ 7 years ago
Correctly set status="110" in the presence for the target of a kick
8cf292fa — louiz’ 7 years ago
e2e: add expec_unordered to be able to test things even if the arrive in a different order

Also, some tests that were raising some exception and thus were not ran at all

fix #3213
6ca8cd50 — louiz’ 7 years ago
Cleanup __main__.py a little bit
b7f02f79 — louiz’ 7 years ago
Add a coverity badge to the readme
0049b3e3 — louiz’ 7 years ago
Remove a potential nullptr dereference, on mam queryid

fix coverity CID 153376
5477db79 — louiz’ 7 years ago
Add a coverity job that runs cov-build and submit the archive to coverity.com
954d271d — louiz’ 7 years ago
Fix the argument of strerror after bind()

fix coverity CID 134470
92c99bb9 — louiz’ 7 years ago
Remove a branch that execute identical code in both cases

fix coverity CID 134469
3620d533 — louiz’ 7 years ago
Avoid sending PART command for unjoined channels

fix #3205
55daa3e6 — louiz’ 7 years ago
Update the changelog
1d197ff2 — louiz’ 7 years ago
Respond to muc#traffic requests

fix #3069
28f1dd76 — louiz’ 7 years ago
Make version requests work with global user JIDs as well

fix #3210
45aebb8d — louiz’ 7 years ago
Avoid an exception due to some bad logic in the DNS resolution mechanic

fix #3207
b2922560 — louiz’ 7 years ago
Fix some compilation warning/errors that appear on FreeBSD
e5b392ec — louiz’ 7 years ago
Fix parse_datetime by always using a 'z' as the timezone

Because some plateform accept Z and z, but some only accept z…
fca25b77 — louiz’ 7 years ago
Remove build/* from the coverage, because that code isn’t part of biboumi
729078a2 — louiz’ 7 years ago
Add missing include file
Next