Commit Graph

159 Commits (f0d34acdccd0d9d20ae1571d3e9894de03e22ffe)

Author SHA1 Message Date
Matthew Wild 63252575df mod_s2s: Use a separate resolver object for each outgoing session 9 years ago
Kim Alvefur f36218aed8 mod_component, mod_s2s: Iterate over child tags instead of child nodes (can include text) in stream error (same as 176b7f4e4ac9) 9 years ago
Kim Alvefur 428d7cda1a mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8 9 years ago
Kim Alvefur 32061a5408 mod_s2s: Clarify that it is stream features that can't be offered (here too) 9 years ago
Kim Alvefur 92730073ce mod_s2s: Log error message from DNS lookup 10 years ago
Matthew Wild 56cff1b448 mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 10 years ago
Kim Alvefur ab34bf8a93 mod_c2s, mod_s2s: Switch connection counting to 'amount' type and enumerate once per statistics interval 10 years ago
Matthew Wild 7fbe7a6a2f Backed out changeset a23b5cb8c22b 10 years ago
Matthew Wild 21b40df00e mod_s2s: Fire event when s2s connection fails 10 years ago
Kim Alvefur 3429c471cf mod_s2s: Set read mode for s2sout sockets to the same as s2sins 10 years ago
Kim Alvefur abb6df1c2b mod_s2s: Index session after checking if it exists (fixes traceback in case of a connection without a session having a read timeout) 10 years ago
Kim Alvefur a18479bd70 mod_c2s, mod_s2s: Bootstrap connection count statistic on module load 10 years ago
Kim Alvefur aa3b112b30 mod_s2s: Add util.async support 10 years ago
Kim Alvefur fac7477aad mod_s2s: Remove compat with namespace issue from Prosody pre-0.6.2 10 years ago
Emmanuel Gil Peyrot bbf1653e04 Update every link to the documentation to use HTTPS 10 years ago
Kim Alvefur 676efc69a2 mod_s2s: Include name of remote server when it's missing the stream ID (thanks Ge0rG) 10 years ago
Kim Alvefur a5ed824a00 mod_c2s, mod_s2s: Lower priority of session shutdown to negative, so that plugins hooking at the default priority run first (fixes #601) 10 years ago
Kim Alvefur 3a1841b57c Backout 63f5870f9afe, no longer needed since Windows is currently unsupported 10 years ago
Kim Alvefur 1ebbd945a4 mod_s2s/s2sout: Keep SRV lookup response around even if it's empty 11 years ago
Kim Alvefur 9203db9b4f mod_s2s: Fire global event for stream features where the remote server has not sent the 'to' stream attribute 11 years ago
Kim Alvefur 01d663a30c mod_s2s: Account for connections that time out in connection count measure 11 years ago
Kim Alvefur fabb7c0561 mod_c2s, mod_s2s: Close incoming connections if there are no features to offer on incomplete streams (fixes #285) 11 years ago
Kim Alvefur bbdd807af4 mod_s2s: Mark stream as opened directly after opening stream, prevents session.close opening it again 11 years ago
Kim Alvefur edfc34c0fb mod_s2s: Don't cache session.sends2s (or do it later), prevents sending data after session was closed 11 years ago
Kim Alvefur 8057766c7f mod_s2s/s2sout: Use the local address assigned to UDP sockets instead of util.net to enumerate possible source addresses 11 years ago
Kim Alvefur 250115f542 mod_s2s/s2sout: Remove now unused config option dns_max_depth 11 years ago
Kim Alvefur d67ec1537b mod_s2s: Fire read timeout event on correct virtualhost for incoming connections 11 years ago
Kim Alvefur b028ed1fee mod_c2s, mod_s2s: Collect statistics on number of connections 11 years ago
Kim Alvefur f458d7b46d net.dns, mod_s2s: Add chasing of CNAMEs to net.dns and remove it from mod_s2s 11 years ago
Kim Alvefur ca21267fc0 mod_s2s: Catch attempt to close dummy origin of s2s error replies (fixes a top level error) 11 years ago
Matthew Wild c8cfb78d7e mod_s2s: to/from attributes are required on s2s stream headers. Set them to '' when not available. Fixes #468. 11 years ago
Kim Alvefur aa9e7abd10 mod_s2s: Capitalize log message 12 years ago
Kim Alvefur c95613de57 mod_s2s: Close s2s connections that can not proceed due to mod_dialback not being present 12 years ago
Kim Alvefur 4faf29b155 core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router 12 years ago
Matthew Wild 58edf57b1f net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) 12 years ago
Kim Alvefur 84a056c50b mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream error instead of throwing an unhandled error 12 years ago
Matthew Wild d2e9a31bf5 mod_c2s, mod_s2s: Log received invalid stream headers 12 years ago
Kim Alvefur 9736855cd3 mod_s2s: Reset stream ID when resetting stream [compliance] 12 years ago
Kim Alvefur cab2148453 mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double stream headers on policy failures 12 years ago
Kim Alvefur 1566993112 mod_s2s: Remove unused locals 12 years ago
Kim Alvefur a2718c16c6 mod_s2s: Remove unused locals 12 years ago
Kim Alvefur 79cad06d97 mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into new plugin 12 years ago
Kim Alvefur 5abddcbf78 mod_dialback: Short-circuit dialback auth if certificate is considered valid 12 years ago
Kim Alvefur 332ebb57f7 mod_s2s: Fire a 's2s-created' event when new s2s connections are initialized 12 years ago
Kim Alvefur 55756cdd3c mod_s2s: Remove redundant setting of session.direction 12 years ago
Kim Alvefur 5ae109b0da mod_s2s: Move filter initialization to common place 12 years ago
Kim Alvefur c9cd737d87 mod_s2s: Decide on log function once 12 years ago
Kim Alvefur c0b1478433 mod_s2s: Follow XMPP Core on when a stream is to be considered ready 12 years ago
Kim Alvefur eabebea148 mod_s2s: Replace open_stream() with function that only adds s2s/dialback attributes to stream header 12 years ago
Kim Alvefur 793af56308 mod_s2s: Revert e626ee2fe106 change, it broke Dialback 12 years ago