| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Why do we ignore unused secondaries?
|
| |
|
| |
|
|
|
|
|
|
| |
This is also a noop in server_event. Supposedly meant to prevent
buffered writes from being sent to the socket, but that path becomes
unreachable when net.adns replaces the public send method
|
|
|
|
|
| |
Since state->err is a set of all watched FDs, this mistake caused all
sockets to appear to have errors.
|
|
|
|
| |
It is only used in this if block anyways
|
|
|
|
| |
Maybe this meant the version of the OS, but it's still confusing.
|
|
|
|
|
|
| |
Many event handlers start with
local origin, stanza = event.origin, event.stanza;
|
| |
|
| |
|
|
|
|
| |
It throws if given an invalid TLS context
|
|
|
|
| |
handshake
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
same name on some shells/platforms
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with 'hosts' arguments [luacheck]
|
|
|
|
| |
[luacheck]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for __tostring
|
|
|
|
| |
The default port must be configured separately to enable this behavior
|
| |
|
|
|
|
|
|
| |
RFC2782 states:
> A Target of "." means that the service is decidedly not available at
> this domain.
|