aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_net_multiplex.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Use integer config API with interval specification where sensibleKim Alvefur2023-07-171-2/+2
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-2/+2
* mod_net_multiplex: Set read size/mode to that of the target listenerKim Alvefur2020-08-021-0/+3
* mod_net_multiplex: Read no more than the max buffer size settingKim Alvefur2020-08-021-1/+1
* mod_net_multiplex: Remove debug messageKim Alvefur2019-12-011-1/+0
* mod_net_multiplex: Tweak debug logging for ALPN caseKim Alvefur2019-11-291-2/+1
* mod_net_multiplex: Add support for using ALPNKim Alvefur2019-11-291-3/+37
* mod_net_multiplex: Silence luacheck warningsKim Alvefur2018-10-101-6/+6
* Merge 0.9->0.10Kim Alvefur2017-01-041-0/+1
|\
| * mod_net_multiplex: Enable SSL on the SSL port (fixes #803)Kim Alvefur2016-12-211-0/+1
* | mod_net_multiplex: remove unused one-letter loop variable [luacheck]Anton Shestakov2016-07-141-1/+1
|/
* net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,...Matthew Wild2014-08-291-1/+2
* mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides(...Waqas Hussain2012-09-121-1/+1
* mod_net_multiplex: Port multiplexing (run multiple different services on a th...Matthew Wild2012-03-151-0/+70