~singpolyma/biboumi

a0d24b48 — louiz’ 3 years ago
add CAP_NET_BIND_SERVICE in biboumi.service to be able to bind on port 113

fix #3419
fc22e063 — louiz’ 3 years ago
Fix a type stable-id -> stanza-id, and add a test case to be exhaustive
40d2168a — louiz’ 3 years ago
Announce the urn:xmpp:sid:0 NS in MUC's disco#info

As required by XEP 0359

Should fix #3369
e9670889 — louiz’ 3 years ago
Make sure we keep the stable-id and origin-id nodes when required

See https://xmpp.org/extensions/xep-0359.html
49a39317 — louiz’ 3 years ago
Add a test to check that XEP-45 stable ID thing is respected

See https://xmpp.org/extensions/xep-0045.html#message
fd98e60a — louiz’ 3 years ago
Avoid nick changes when joining a room that was already joined

By an other resource, or anything

fix #3423
77c134a4 — louiz’ 3 years ago
Demonstrate issue #3423 with e2e tests
3584979c — louiz’ 3 years ago
e2e: fix the timeout code for expect_unordered
76b81cec — louiz’ 3 years ago
Small trivial readability improvement
f06fac2a — louiz’ 3 years ago
Rename the e2e nicks to make things easier to debug
38fbca5b — louiz’ 3 years ago
Merge branch 'v8'
f6dd3c46 — louiz’ 3 years ago
Release version 8.4
c35e1aaa — louiz’ 3 years ago
Merge branch 'v8'
4b0fb8b3 — louiz’ 3 years ago
Remove all identd sockets on exit signal

fix #3420
99135181 — louiz’ 3 years ago
Add an error message for udns error DNS_E_NODATA (cherry-picked from master)

In cases where the DNS server does not respond “domain not found” but
“domain found, but no IP for that record type”, we just say “domain not
found” too (instead of nothing, previously).
5fbd900f — louiz’ 3 years ago
Ignore malformed identd queries

fix #3422
23f3f48b — louiz’ 3 years ago
Only consider sockets that are in valid states as identd candidates

When an identd query happens, we check all the connected sockets for their
local and remote ports, to compare them with the query.  But we MUST only
consider the connected ones because:

- It doesn’t make sense to answer for a connection that has just been closed
- A non-connected sockets is not in a valid state for this (specifically
  here: its ::port attribute is empty)

fix #3421
b18d81ae — louiz’ 3 years ago
Fix a typo in a function name (match_pairt)

It’s totally harmless
440e04c6 — louiz’ 3 years ago
e2e: Add a 10s timeout for expect_stanza

Otherwise, if we expect a stanza and biboumi never sends it, we just hang
here.

Now, we display a nice error after 10 seconds, and move on to the next test,
as other failures (xpath doesn’t match) do
0cb62d99 — louiz’ 3 years ago
Rename the build directory in the e2e docker doc

To avoid conflicting with the “host” build/ directory. This way we don’t
need to remove/empty the build/ directory beforehand, etc.
Next