Software /
code /
prosody
Graph
-
storagemanager: Default storage_async_check to false for a while2018-03-25, by Matthew Wild
-
net.http: Allow enabling/disabling error suppression, useful for tests2018-03-24, by Matthew Wild
-
net.http: Fix for Lua 5.2: return error from error handler (xpcall changed)2018-03-24, by Matthew Wild
-
util.startup: Read version for prosodyctl (restores version in 'about' command)2018-03-24, by Kim Alvefur
-
net.http.server: Prevent loading of net.server in tests (breaks unrelated tests for some reason)2018-03-23, by Kim Alvefur
-
util.timer: Move sleep() here from util.async2018-03-23, by Kim Alvefur
-
util.async: Remove last trace of async.once [luacheck]2018-03-23, by Kim Alvefur
-
util.async: Remove async.once(), can now be replaced by runner():run(func)2018-03-23, by Matthew Wild
-
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC2018-03-23, by Matthew Wild
-
util.async: Make parameters to async.runner() optional2018-03-23, by Matthew Wild
-
mod_announce: Remove unreachable return statement [luacheck]2018-03-23, by Kim Alvefur
-
net.httpserver: Make function local, fixes loading since there is no environment [luacheck]2018-03-23, by Kim Alvefur
-
luacheckrc: Allow top level variables in prosodyctl (eg CFG_*) [luacheck]2018-03-23, by Kim Alvefur
-
luacheckrc: Let luacheck know about the log and server globals2018-03-23, by Kim Alvefur
-
stanza_router: Limit scope of deprecated warning function since it is not used anywhere else [luacheck]2018-03-23, by Kim Alvefur
-
s2smanager: Explicitly export the incoming_s2s table [luacheck]2018-03-23, by Kim Alvefur
-
luacheckrc: Only allow top level declarations in the main prosody executable2018-03-23, by Kim Alvefur
-
util.startup: Expose make_host() function2018-03-22, by Matthew Wild
-
util.startup: Expose user switching information via prosody global object2018-03-22, by Matthew Wild
-
prosodyctl: Large number of changes to satisfy [luacheck], includes bug fixes2018-03-22, by Matthew Wild
-
storagemanager: Remove unused variable [luacheck]2018-03-22, by Kim Alvefur
-
util.async: Use wrapper for once runner (thanks luacheck)2018-03-22, by Kim Alvefur
-
prosodyctl, util.prosodyctl: Pass source path as a parameter instead of global variable2018-03-22, by Matthew Wild
-
util.startup: Fix variable usage [luacheck]2018-03-22, by Matthew Wild
-
util.startup: Move original_logging_config to a local variable2018-03-22, by Matthew Wild
-
util.startup: Restore user switching2018-03-22, by Matthew Wild
-
util.startup: Fix chdir() to use correct path variable2018-03-22, by Matthew Wild
-
mod_posix: Delay setting signal handlers until in the main thread2018-03-22, by Matthew Wild
-
MUC: Catch and log error in case of storage failure in iterator over rooms2018-03-15, by Kim Alvefur
-
MUC: Override methods on broken rooms to return internal-server-error instead2018-03-22, by Kim Alvefur
-
MUC: Return error if unable to keep track of room due to storage failure2018-03-07, by Kim Alvefur
-
MUC: Log failure to load room state2018-03-16, by Kim Alvefur
-
MUC: Only fetch stored room state if room config is loaded without error2018-03-16, by Kim Alvefur
-
MUC: Prevent room eviction on storage failure2018-03-07, by Kim Alvefur
-
MUC: Produce an untracked, locked room on failure to read room from storage (#1091)2018-03-12, by Kim Alvefur
-
util.async: Allow nil as a guard key2018-03-22, by Matthew Wild
-
storagemanager: Log warning on storage access outside of async contexts2018-03-22, by Matthew Wild
-
util.startup: Execute startup routine inside async context2018-03-22, by Matthew Wild
-
prosodyctl: Run commands inside async context2018-03-22, by Matthew Wild
-
util.async: Add sleep() method2018-03-22, by Matthew Wild
-
util.async: tests: ensure async.once() propagates errors2018-03-22, by Matthew Wild
-
util.async: Add once() to create temporary runners2018-03-22, by Matthew Wild
-
util.async: Add ready() to check whether running in async context2018-03-22, by Matthew Wild
-
util.pubsub: Add simple test covering publishing and retrieving an item2018-03-21, by Kim Alvefur
-
mod_roster: Use new :text_tag()2018-03-21, by Kim Alvefur
-
util.stanza: Add :text_tag(), a shortcut for adding nodes with text2018-03-21, by Kim Alvefur
-
mod_roster: Iterate over roster group items in more modern manner2018-03-21, by Kim Alvefur
-
mod_proxy65: Fix all warnings from luacheck2018-03-21, by Matthew Wild
-
mod_proxy65: Fix passing number to stanza API (thanks mimi89999)2018-03-21, by Matthew Wild
-
util.stanza: tests: Add more invalid data types and update for :text(nil) and :text("")2018-03-21, by Matthew Wild
-
util.stanza: Allow :text(nil) and :text("") as harmless nops2018-03-21, by Matthew Wild
-
util.startup: Remove unused loop variable [luacheck]2018-03-21, by Kim Alvefur
-
util.startup: Ignore various globals being read and written as part of startup [luacheck]2018-03-21, by Kim Alvefur
-
util.startup: Trim trailing whitespace [luacheck]2018-03-21, by Kim Alvefur
-
util.startup: Oops, uncomment accidentally-commented code2018-03-20, by Matthew Wild
Scroll all the way down to load more.