Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #3431
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #3431
|
|
This reverts commit 1492eed3c915605b2e5a04b719cf7769bc579f87.
|
|
|
|
Fix #3429
|
|
|
|
|
|
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
|
|
|
Because we actually don’t change the nick, we ignore it, just like in the
case of a normal join (of an other resource, or an other channel on the same
server).
|
|
|
|
|
|
fix #3419
|
|
|
|
As required by XEP 0359
Should fix #3369
|
|
See https://xmpp.org/extensions/xep-0359.html
|
|
See https://xmpp.org/extensions/xep-0045.html#message
|
|
By an other resource, or anything
fix #3423
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3420
|
|
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).
|
|
fix #3422
|
|
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
|
|
It’s totally harmless
|