Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -3/+3 |
| | |||||
* | Merge 0.12->trunk | Kim Alvefur | 2023-02-16 | 1 | -1/+6 |
|\ | |||||
| * | mod_admin_socket: Return error on unhandled input to prevent apparent freeze | Kim Alvefur | 2023-02-16 | 1 | -1/+6 |
| | | | | | | | | | | | | When mod_admin_socket is loaded without mod_admin_shell, attempt to use `prosodyctl shell` will appear to freeze after any input, since no response is returned. | ||||
* | | mod_admin_socket: Fix typo in comments | Kim Alvefur | 2023-01-20 | 1 | -1/+1 |
|/ | | | | Introduced in 6966026262f4 | ||||
* | mod_admin_socket: Improve error reporting when socket can't be created ↵ | Matthew Wild | 2022-03-19 | 1 | -2/+10 |
| | | | | (fixes #1719) | ||||
* | 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 | ||||
* | mod_admin_socket: Use module API meant for file paths | Kim Alvefur | 2020-06-01 | 1 | -1/+1 |
| | | | | | Makes it so that a relative path in the config becomes relative to the data directory. | ||||
* | mod_admin_socket: Use wrapserver if available | Kim Alvefur | 2020-06-01 | 1 | -1/+5 |
| | | | | | Why have a custom accept function when this is net.server's entire thing? | ||||
* | mod_admin_socket, util.adminstream: New module to manage a local unix domain ↵ | Matthew Wild | 2020-06-01 | 1 | -0/+69 |
socket for admin functionality |