Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -9/+9 |
| | |||||
* | mod_admin_socket: Fix typo in comments | Kim Alvefur | 2023-01-20 | 1 | -1/+1 |
| | | | | Introduced in 6966026262f4 | ||||
* | mod_admin_socket: Comment on LuaSocket UNIX compat code | Kim Alvefur | 2022-03-16 | 1 | -0/+6 |
| | | | | Ref #1717 | ||||
* | mod_admin_socket: Compat for luasocket prior to unix datagram support | Kim Alvefur | 2022-03-15 | 1 | -0/+3 |
| | | | | | | | | | | The "socket.unix" module exported only a function before https://github.com/lunarmodules/luasocket/commit/aa1b8cc9bc35e56de15eeb153c899e4c51de82a8 when datagram support was added. Fixes #1717 Thanks rsc and lucas for reporting and testing | ||||
* | adminstream: fire disconnected event on lower layer disconnect | Jonas Schäfer | 2021-12-21 | 1 | -0/+1 |
| | | | | | | | | | | | This may in theory cause multiple disconnect events for the adminstream client, if the only code using that wasn't calling os.exit right away. Hence, this should be a good enough partial fix for #1671. It is not a full fix, because the shell will only notice the disconnect after one has hit enter in the input; until then, it is stuck in a read() call to stdin and completely oblivious to the disconnect. | ||||
* | 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 |