Commit Graph

8677 Commits (b341b118ae1b2fbcb754bc855daaeb96e871d4a6)
 

Author SHA1 Message Date
Kim Alvefur b341b118ae stanza_router: Limit scope of deprecated warning function since it is not used anywhere else [luacheck] 8 years ago
Kim Alvefur fd8059c114 s2smanager: Explicitly export the incoming_s2s table [luacheck] 8 years ago
Kim Alvefur 3263d4b390 luacheckrc: Only allow top level declarations in the main prosody executable 8 years ago
Matthew Wild adc3b72672 util.startup: Expose make_host() function 8 years ago
Matthew Wild d93d78a56b util.startup: Expose user switching information via prosody global object 8 years ago
Matthew Wild bcfd829b6d prosodyctl: Large number of changes to satisfy [luacheck], includes bug fixes 8 years ago
Kim Alvefur 7ba7fd140b storagemanager: Remove unused variable [luacheck] 8 years ago
Kim Alvefur 98482848ca util.async: Use wrapper for once runner (thanks luacheck) 8 years ago
Matthew Wild b0d2e9a3de prosodyctl, util.prosodyctl: Pass source path as a parameter instead of global variable 8 years ago
Matthew Wild 7f6635523c util.startup: Fix variable usage [luacheck] 8 years ago
Matthew Wild 944d37eaa9 util.startup: Move original_logging_config to a local variable 8 years ago
Matthew Wild 218854117a util.startup: Restore user switching 8 years ago
Matthew Wild fd412010f4 util.startup: Fix chdir() to use correct path variable 8 years ago
Matthew Wild 3422903267 mod_posix: Delay setting signal handlers until in the main thread 8 years ago
Kim Alvefur 9589a0588e MUC: Catch and log error in case of storage failure in iterator over rooms 8 years ago
Kim Alvefur 65cbf15f6b MUC: Override methods on broken rooms to return internal-server-error instead 8 years ago
Kim Alvefur 843370587d MUC: Return error if unable to keep track of room due to storage failure 8 years ago
Kim Alvefur 907b1523fd MUC: Log failure to load room state 8 years ago
Kim Alvefur 3546afb558 MUC: Only fetch stored room state if room config is loaded without error 8 years ago
Kim Alvefur 9f859ecd6c MUC: Prevent room eviction on storage failure 8 years ago
Kim Alvefur 8cb68bfe7e MUC: Produce an untracked, locked room on failure to read room from storage (#1091) 8 years ago
Matthew Wild d99a87a40c util.async: Allow nil as a guard key 8 years ago
Matthew Wild d0eea7794a storagemanager: Log warning on storage access outside of async contexts 8 years ago
Matthew Wild 791c1f87fd util.startup: Execute startup routine inside async context 8 years ago
Matthew Wild 5ff19eaa6f prosodyctl: Run commands inside async context 8 years ago
Matthew Wild 6a62730359 util.async: Add sleep() method 8 years ago
Matthew Wild caab5a40c2 util.async: tests: ensure async.once() propagates errors 8 years ago
Matthew Wild c600e0f6f6 util.async: Add once() to create temporary runners 8 years ago
Matthew Wild 430eef8420 util.async: Add ready() to check whether running in async context 8 years ago
Kim Alvefur 8e469e0a76 util.pubsub: Add simple test covering publishing and retrieving an item 8 years ago
Kim Alvefur 83f7f40ea2 mod_roster: Use new :text_tag() 8 years ago
Kim Alvefur 1158e80471 util.stanza: Add :text_tag(), a shortcut for adding nodes with text 8 years ago
Kim Alvefur 1bddd78cbd mod_roster: Iterate over roster group items in more modern manner 8 years ago
Matthew Wild 3b1d53bb78 mod_proxy65: Fix all warnings from luacheck 8 years ago
Matthew Wild a8767a8d3d mod_proxy65: Fix passing number to stanza API (thanks mimi89999) 8 years ago
Matthew Wild b05ae66934 util.stanza: tests: Add more invalid data types and update for :text(nil) and :text("") 8 years ago
Matthew Wild 9306e1a074 util.stanza: Allow :text(nil) and :text("") as harmless nops 8 years ago
Kim Alvefur d0d92da7fa util.startup: Remove unused loop variable [luacheck] 8 years ago
Kim Alvefur 877efb6230 util.startup: Ignore various globals being read and written as part of startup [luacheck] 8 years ago
Kim Alvefur 34be60a40b util.startup: Trim trailing whitespace [luacheck] 8 years ago
Matthew Wild a4816b74d3 util.startup: Oops, uncomment accidentally-commented code 8 years ago
Matthew Wild 102268b8e6 prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module 8 years ago
Matthew Wild da2030e5ad util.prosodyctl: Fix getpass() for new return values of os.execute() in Lua 5.2 8 years ago
Matthew Wild d176928882 util.async: tests: more code re-use 8 years ago
Matthew Wild f4887f8564 util.async: tests: luacheck-clean, fixes some actual issues 8 years ago
Matthew Wild f172b0b10d util.async: tests: remove obsolete code and comments 8 years ago
Matthew Wild 3f856fe199 util.async: tests: slight modifications to allow more code reuse in tests 8 years ago
Matthew Wild 6191ad50b7 util.async: Bump log warnings to error level 8 years ago
Matthew Wild 081be0d0ed util.async: Add some more tests for wait/done 8 years ago
Matthew Wild 8713a96ea6 util.async: Split runner_continue into smaller functions for easier testing and safety 8 years ago