Software /
code /
prosody
Log
description | author | age |
---|---|---|
net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason) | Kim Alvefur | 2018-03-23 |
net.server: Try to require configmanager instead checking for the prosody global which does not yet exist when net.server is loaded now | Kim Alvefur | 2018-03-23 |
util.timer: Move sleep() here from util.async | Kim Alvefur | 2018-03-23 |
util.async: Remove last trace of async.once [luacheck] | Kim Alvefur | 2018-03-23 |
util.async: Remove async.once(), can now be replaced by runner():run(func) | Matthew Wild | 2018-03-23 |
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC | Matthew Wild | 2018-03-23 |
util.async: Make parameters to async.runner() optional | Matthew Wild | 2018-03-23 |
mod_announce: Remove unreachable return statement [luacheck] | Kim Alvefur | 2018-03-23 |