Commit graph

14 commits

Author SHA1 Message Date
Kim Alvefur
71ad48095d plugins: Use integer config API with interval specification where sensible
Many of these fall into a few categories:
- util.cache size, must be >= 1
- byte or item counts that logically can't be negative
- port numbers that should be in 1..0xffff
2023-07-17 01:38:54 +02:00
Kim Alvefur
98922d54b1 plugins: Prefix module imports with prosody namespace 2023-03-24 13:15:28 +01:00
Kim Alvefur
7acd3092ec mod_net_multiplex: Set read size/mode to that of the target listener
Otherwise it would use the configured buffer size, or previously '*a'.
Using the read size set by the listener seems more sensible.
2020-08-02 00:24:54 +02:00
Kim Alvefur
8fae7acf31 mod_net_multiplex: Read no more than the max buffer size setting
Otherwise the '*a' read mode applies, which under certain circumstances
can read infinite amounts of data into memory.
2020-08-02 00:22:57 +02:00
Kim Alvefur
62b9a7f53f mod_net_multiplex: Remove debug message
This was something I added during development and set to info level for
visibility.
2019-12-01 02:04:24 +01:00
Kim Alvefur
a95af210d1 mod_net_multiplex: Tweak debug logging for ALPN case 2019-11-29 23:41:41 +01:00
Kim Alvefur
0fdb85997a mod_net_multiplex: Add support for using ALPN
Potentially a bit more efficient since it can jump to the selected
protocol on connect instead of waiting for some data to look at.

Adds a 'protocol' field to net providers for this purpose.
2019-11-29 23:27:51 +01:00
Kim Alvefur
044da0478a mod_net_multiplex: Silence luacheck warnings 2018-10-10 21:56:47 +02:00
Kim Alvefur
f5f1dd31ef Merge 0.9->0.10 2017-01-04 10:53:12 +01:00
Kim Alvefur
05077e583b mod_net_multiplex: Enable SSL on the SSL port (fixes #803) 2016-12-21 11:02:17 +01:00
Anton Shestakov
37e7fd37da mod_net_multiplex: remove unused one-letter loop variable [luacheck] 2016-07-14 18:51:22 +08:00
Matthew Wild
899b6d53ae 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) 2014-08-29 11:54:34 +01:00
Waqas Hussain
d9d38ef125 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 2012-09-12 22:22:31 +05:00
Matthew Wild
46ae484971 mod_net_multiplex: Port multiplexing (run multiple different services on a the same port(s))... now pluggable for use with any net plugin 2012-03-15 03:05:02 +00:00