Commit Graph

55 Commits (vault/master)

Author SHA1 Message Date
Kim Alvefur 5b9261dab6 mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s) 6 years ago
Kim Alvefur c64ae5fb65 mod_proxy65: Log invalid greetings escaped instead of as base64 6 years ago
Kim Alvefur fad6681278 mod_proxy65: Check what port is used at the time of the query 7 years ago
Kim Alvefur b312803ef5 mod_proxy65: Return an error if no port is open (fixes #1240) 7 years ago
Kim Alvefur 2b8caf8dac plugins: Remove tostring call from logging 7 years ago
Matthew Wild c3d3145d09 mod_proxy65: Split module:shared() into multiple calls, multiple params may be deprecated soon 8 years ago
Kim Alvefur b1235c60a7 Fix spelling throughout the codebase [codespell] 8 years ago
Matthew Wild 3b1d53bb78 mod_proxy65: Fix all warnings from luacheck 8 years ago
Matthew Wild a8767a8d3d mod_proxy65: Fix passing number to stanza API (thanks mimi89999) 8 years ago
Kim Alvefur 1f7a51cd5e mod_proxy65: Use typed config API (fix issues when options are set to unexpected types) 10 years ago
Florian Zeitz 09eda513a8 mod_proxy65: Use mod_disco 12 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Kim Alvefur 378055f9c1 mod_proxy65: Fix typo in comment 13 years ago
Waqas Hussain 9e06c3bd5c mod_proxy65: Only handle service discovery requests when no node is present in the request. 13 years ago
Kim Alvefur 2ea18c22dc mod_proxy65: Fix ACL 14 years ago
Kim Alvefur 4b23b574a0 mod_proxy65: Add missing import of portmanager 14 years ago
Kim Alvefur e88240211b mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port) 14 years ago
Matthew Wild 8aaef8d056 mod_proxy65: Fix traceback when proxy65 service fails to bind a port 14 years ago
Waqas Hussain 6cfc7eb6bb mod_proxy65: Add multiplex pattern. 14 years ago
Matthew Wild 370f288504 mod_proxy65: Port to portmanager, make a shared module 14 years ago
Waqas Hussain bb2da0e81b mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness. 14 years ago
Waqas Hussain 1f1b812dc9 mod_proxy65: Apply stringprep to activation target JID. 15 years ago
Waqas Hussain 3a5a99edeb mod_proxy65: Some more cleanup. 15 years ago
Waqas Hussain 8e484a1b57 mod_proxy65: Cleanup. 15 years ago
Waqas Hussain 77ea58af5a mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host. 15 years ago
Waqas Hussain 8101afcd52 mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host. 15 years ago
Waqas Hussain 22067acd98 mod_proxy65: Cleaned up stanza processing a little. 15 years ago
Waqas Hussain c7a7538ac0 mod_proxy65: Cleaned up stanza processing a little. 15 years ago
Waqas Hussain 1710b207c0 mod_proxy65: s:len() -> #s. 15 years ago
Waqas Hussain 21e7290e01 mod_proxy65: s:len() -> #s. 15 years ago
Waqas Hussain 64312580ca mod_proxy65: Make some globals local. 15 years ago
Waqas Hussain d6c3755d2c mod_proxy65: Make some globals local. 15 years ago
Waqas Hussain e2416dd1e1 mod_proxy65: :sub(n):byte() -> :byte(n). 15 years ago
Waqas Hussain aa5e2b22d4 mod_proxy65: :sub(n):byte() -> :byte(n). 15 years ago
Waqas Hussain 77f3114a09 mod_proxy65: Allow loading on normal hosts. 15 years ago
Waqas Hussain 0751cb3e19 mod_proxy65: Allow loading on normal hosts. 15 years ago
Waqas Hussain ca6a09b5da mod_proxy65: Updated to use sub-events. Now only hooks what it needs to. 15 years ago
Waqas Hussain 2273dfebc7 mod_proxy65: Updated to use sub-events. Now only hooks what it needs to. 15 years ago
Waqas Hussain 517deefe97 mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first. 15 years ago
Waqas Hussain 63ef5a507e mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first. 15 years ago
Waqas Hussain 70a1720215 mod_proxy65: Use module:get_option() instead of configmanager. 15 years ago
Waqas Hussain d38fc9dce0 prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. 15 years ago
Waqas Hussain bac978fe60 mod_proxy65: Removed useless checks from the event handler. 15 years ago
Waqas Hussain 1337bc1996 mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component stanza handler. 15 years ago
Kim Alvefur 8abb723d49 mod_proxy65: Use util.jid.compare() and remove some clutter 16 years ago
Matthew Wild ec60bf9e1b mod_proxy65: Send error reply to activation stanza if one or both parties were not connected to the proxy 16 years ago
Matthew Wild 5492f0aebd mod_proxy65: Return service-unavailable error when receiving an iq we didn't understand 16 years ago
Matthew Wild f0ff564c36 mod_proxy65: Use new server.link to link proxied connections, now works with either connection backend 16 years ago
Matthew Wild 8db085eb29 mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled) 16 years ago
Matthew Wild 3b8737814d mod_proxy65: Strip trailing whitespace 16 years ago