Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.adminstream: Prevent closure on read timeout | Kim Alvefur | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | util.adminstream: Set a read timeout handler | Kim Alvefur | 2020-06-04 | 1 | -0/+9 |
| | | | | So that net.server doesn't close the connection on inactivity. | ||||
* | util.adminstream: Fire event based on stanza name too for convenience | Matthew Wild | 2020-06-03 | 1 | -1/+3 |
| | |||||
* | util.adminstream: Import net.server [luacheck] | Matthew Wild | 2020-06-02 | 1 | -0/+1 |
| | |||||
* | util.prosodyctl.shell, util.adminstream: Move connection logic into ↵ | Matthew Wild | 2020-06-02 | 1 | -0/+39 |
| | | | | adminstream for easier reuse | ||||
* | mod_admin_socket, util.adminstream: New module to manage a local unix domain ↵ | Matthew Wild | 2020-06-01 | 1 | -0/+285 |
socket for admin functionality |