util.async: Remove sleep function
|
Kim Alvefur |
2018-08-12 |
util.{async,timer}: Move sleep() to reduce dependencies of util.timer
|
Kim Alvefur |
2018-07-07 |
MUC: Add config option to allow members to invite other members to the room (previously only owners/admins could do this)
|
Matthew Wild |
2018-07-06 |
util.async: Copy hooks from main thread into coroutines
|
Matthew Wild |
2018-06-25 |
util.async: Move runner id into log tag
|
Kim Alvefur |
2018-05-03 |
util.async: Add helper methods for setting watchers
|
Matthew Wild |
2018-04-30 |
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 |
util.async: Make parameters to async.runner() optional
|
Matthew Wild |
2018-03-23 |
util.async: Use wrapper for once runner (thanks luacheck)
|
Kim Alvefur |
2018-03-22 |
util.async: Allow nil as a guard key
|
Matthew Wild |
2018-03-22 |
util.async: Add sleep() method
|
Matthew Wild |
2018-03-22 |
util.async: Add once() to create temporary runners
|
Matthew Wild |
2018-03-22 |
util.async: Add ready() to check whether running in async context
|
Matthew Wild |
2018-03-22 |
util.async: Bump log warnings to error level
|
Matthew Wild |
2018-03-19 |
util.async: Split runner_continue into smaller functions for easier testing and safety
|
Matthew Wild |
2018-03-18 |
util.async: Remove redundant line committed by mistake (Zash, luacheck)
|
Matthew Wild |
2018-03-17 |
util.async: ensure change in e77b37de482e applies after out-of-loop resume also
|
Matthew Wild |
2018-03-17 |
util.async: Behaviour change: continue to process queued items after errors
|
Matthew Wild |
2018-03-17 |
util.async: Convert asserts to a return false (same as other unexpected behaviour)
|
Matthew Wild |
2018-03-17 |
util.async: Add comment
|
Matthew Wild |
2018-03-16 |
util.async: You can never have too many asserts!
|
Matthew Wild |
2018-03-16 |
util.async: Ensure runner is left in correct state after out-of-main-loop error (+tests)
|
Matthew Wild |
2018-03-16 |
util.async: Log the non-error state as well when there is an error being processed
|
Matthew Wild |
2018-03-16 |
util.async: Bugfix, don't continue main loop while there is a pending error
|
Matthew Wild |
2018-03-16 |
util.async: Fix order of statements so queue count makes more sense
|
Matthew Wild |
2018-03-16 |
util.async: Log warning when unexpected state is reached
|
Matthew Wild |
2018-03-16 |