Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_net_multiplex: Silence luacheck warnings | Kim Alvefur | 2018-10-10 | 1 | -6/+6 |
| | |||||
* | Merge 0.9->0.10 | Kim Alvefur | 2017-01-04 | 1 | -0/+1 |
|\ | |||||
| * | mod_net_multiplex: Enable SSL on the SSL port (fixes #803) | Kim Alvefur | 2016-12-21 | 1 | -0/+1 |
| | | |||||
* | | mod_net_multiplex: remove unused one-letter loop variable [luacheck] | Anton Shestakov | 2016-07-14 | 1 | -1/+1 |
|/ | |||||
* | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, ↵ | Matthew Wild | 2014-08-29 | 1 | -1/+2 |
| | | | | mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) | ||||
* | mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use ↵ | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
| | | | | module:provides() instead of module:add_item(). | ||||
* | mod_net_multiplex: Port multiplexing (run multiple different services on a ↵ | Matthew Wild | 2012-03-15 | 1 | -0/+70 |
the same port(s))... now pluggable for use with any net plugin |