Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_debug_reset: Remove now unused import of util.time (thanks luacheck) | Matthew Wild | 2023-04-06 | 1 | -2/+0 |
| | |||||
* | mod_debug_reset: Don't delay operations until next tick | Matthew Wild | 2023-04-06 | 1 | -6/+4 |
| | | | | | | | | For some unknown reason, this was required with the old mock util.time functions prior to 012d6e7b723a. After 012d6e7b723a, it breaks. So I'm happy to revert to not delaying anything. This makes tests pass again. | ||||
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -2/+2 |
| | |||||
* | mod_debug_reset: Remove unused import | Matthew Wild | 2023-03-23 | 1 | -1/+0 |
| | |||||
* | mod_debug_reset: New module to "reset" a running server (e.g. for testing) | Matthew Wild | 2023-03-23 | 1 | -0/+41 |
Plan to use this for integration tests. |