Commit graph

58 commits

Author SHA1 Message Date
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Matthew Wild
5bc8b2a379 Merge 0.11->trunk 2021-05-13 11:17:13 +01:00
Kim Alvefur
f1fcdfc246 mod_proxy65: Limit dump of invalid data to 300 bytes (like mod_c2s) 2020-07-17 08:29:03 +02:00
Kim Alvefur
d89a99eb43 mod_proxy65: Log invalid greetings escaped instead of as base64
Makes it easier to see human-readable parts and thus identifying the
garbage. Also consistent with mod_c2s and others.
2020-07-16 10:26:36 +02:00
Matthew Wild
0d3dc2e522 mod_proxy65: Restrict access to local c2s connections by default
Previously no 'proxy65_acl' option would allow unrestricted access by local or
remote JIDs.
2021-05-12 13:59:49 +01:00
Kim Alvefur
6f941bbc64 Merge 0.10->0.11 2018-11-26 19:48:07 +01:00
Kim Alvefur
7093d062f7 mod_proxy65: Check what port is used at the time of the query
Could have changed between startup and time of request
2018-11-25 13:16:17 +01:00
Kim Alvefur
25b9a621a3 mod_proxy65: Return an error if no port is open (fixes #1240) 2018-11-25 13:14:05 +01:00
Kim Alvefur
40b1e3e0ed plugins: Remove tostring call from logging
Taken care of by loggingmanager now

Mass-rewrite using lua pattern like `tostring%b()`
2019-07-30 02:29:36 +02:00
Matthew Wild
3d1ebe5a9c mod_proxy65: Split module:shared() into multiple calls, multiple params may be deprecated soon 2018-08-07 21:14:43 +01:00
Kim Alvefur
3ec060fc0c Fix spelling throughout the codebase [codespell] 2018-02-04 01:51:25 +01:00
Matthew Wild
1b20db5bd0 mod_proxy65: Fix all warnings from luacheck 2018-03-21 22:13:11 +00:00
Matthew Wild
8a86a05126 mod_proxy65: Fix passing number to stanza API (thanks mimi89999) 2018-03-21 22:10:24 +00:00
Kim Alvefur
a62c6fb6b9 mod_proxy65: Use typed config API (fix issues when options are set to unexpected types) 2015-12-03 15:27:09 +01:00
Florian Zeitz
0213c9ded3 mod_proxy65: Use mod_disco 2014-02-19 20:13:35 +01:00
Florian Zeitz
1d833bb807 Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
Kim Alvefur
aaf84ae073 mod_proxy65: Fix typo in comment 2013-03-23 01:42:48 +01:00
Waqas Hussain
7ef80d7a4c mod_proxy65: Only handle service discovery requests when no node is present in the request. 2013-02-26 23:57:44 +05:00
Kim Alvefur
375db8a3fb mod_proxy65: Fix ACL 2012-05-29 17:20:02 +02:00
Kim Alvefur
3203fc6967 mod_proxy65: Add missing import of portmanager 2012-05-27 01:22:02 +02:00
Kim Alvefur
0667924a0b mod_proxy65: Warn about pre-0.9 config style (per host proxy65_port) 2012-05-27 01:17:59 +02:00
Matthew Wild
5542ce387f mod_proxy65: Fix traceback when proxy65 service fails to bind a port 2012-04-27 22:18:20 +01:00
Waqas Hussain
abcb8d02e5 mod_proxy65: Add multiplex pattern. 2012-04-25 07:55:13 +05:00
Matthew Wild
6f6e05cf74 mod_proxy65: Port to portmanager, make a shared module 2012-04-24 18:50:22 +01:00
Waqas Hussain
63a19cdde4 mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness. 2011-11-06 00:51:39 +05:00
Waqas Hussain
25f647c874 mod_proxy65: Apply stringprep to activation target JID. 2011-09-03 01:07:35 +05:00
Waqas Hussain
827d473985 mod_proxy65: Some more cleanup. 2011-09-03 00:37:37 +05:00
Waqas Hussain
9baee6217e mod_proxy65: Cleanup. 2011-09-02 23:50:34 +05:00
Waqas Hussain
77ea58af5a mod_proxy65: Add service discovery identity and feature, to help out mod_disco when loaded on a normal host. 2010-12-03 00:29:44 +05:00
Waqas Hussain
22067acd98 mod_proxy65: Cleaned up stanza processing a little. 2010-12-03 00:22:11 +05:00
Waqas Hussain
1710b207c0 mod_proxy65: s:len() -> #s. 2010-12-03 00:21:49 +05:00
Waqas Hussain
64312580ca mod_proxy65: Make some globals local. 2010-12-03 00:13:30 +05:00
Waqas Hussain
e2416dd1e1 mod_proxy65: :sub(n):byte() -> :byte(n). 2010-12-03 00:12:55 +05:00
Waqas Hussain
77f3114a09 mod_proxy65: Allow loading on normal hosts. 2010-12-03 00:04:32 +05:00
Waqas Hussain
ca6a09b5da mod_proxy65: Updated to use sub-events. Now only hooks what it needs to. 2010-12-03 00:02:53 +05:00
Waqas Hussain
63ef5a507e mod_proxy65: Give the 'iq/host' stanza handler a negative priority, to allow mod_iq to process the events first. 2010-12-02 16:17:44 +05:00
Waqas Hussain
70a1720215 mod_proxy65: Use module:get_option() instead of configmanager. 2010-11-10 22:02:28 +05:00
Waqas Hussain
d38fc9dce0 prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. 2010-11-10 20:59:16 +05:00
Waqas Hussain
bac978fe60 mod_proxy65: Removed useless checks from the event handler. 2010-11-04 19:26:04 +05:00
Waqas Hussain
1337bc1996 mod_proxy65: Use "iq/host" event for hooking stanzas instead of the component stanza handler. 2010-11-04 19:18:32 +05:00
Kim Alvefur
8abb723d49 mod_proxy65: Use util.jid.compare() and remove some clutter 2010-07-16 16:12:18 +02:00
Matthew Wild
ec60bf9e1b mod_proxy65: Send error reply to activation stanza if one or both parties were not connected to the proxy 2010-05-05 15:33:29 +01:00
Matthew Wild
5492f0aebd mod_proxy65: Return service-unavailable error when receiving an iq we didn't understand 2010-05-05 15:32:16 +01:00
Matthew Wild
f0ff564c36 mod_proxy65: Use new server.link to link proxied connections, now works with either connection backend 2010-05-05 15:31:18 +01:00
Matthew Wild
8db085eb29 mod_proxy65: Fix for old-style closing of connections (another source of tracebacks with libevent enabled) 2010-03-01 18:07:37 +00:00
Matthew Wild
3b8737814d mod_proxy65: Strip trailing whitespace 2009-12-04 14:41:53 +00:00
Sjoerd Simons
29fce4bb4b mod_proxy65: Don't read data from the connection untill the proxying is activated 2009-12-03 17:07:37 +01:00
Sjoerd Simons
339c16a46f mod_proxy65: Make the proxying bidirectional 2009-12-03 17:05:35 +01:00
Sjoerd Simons
d43c929cda mod_proxy65: Use a bigger buffer for data we're proxying
A slightly larger buffer seems to preform a lot better
2009-12-03 17:04:54 +01:00
Sjoerd Simons
241f1dc323 mod_proxy65: Only lock the reading side when throttling 2009-12-03 17:02:38 +01:00