Software /
code /
prosody
Graph
-
util.startup: Initialize logging immediately after configuration is read (which is how it used to work)2018-04-10, by Matthew Wild
-
mod_bosh: Improve connection robustness with better handling of unexpected rids2018-04-10, by Matthew Wild
-
mod_bosh: Some additonal comments to improve code readability2018-04-10, by Matthew Wild
-
mod_bosh: Whitespace2018-04-10, by Matthew Wild
-
mod_bosh: Improve logging - parse errors will now log through the session logger if possible2018-04-10, by Matthew Wild
-
mod_bosh: Improve logging on session close (reason may be a table with params)2018-04-10, by Matthew Wild
-
Merge 0.10->trunk2018-04-10, by Kim Alvefur
-
mod_register_limits: Promote log message about inability to apply black/whitelists to a warning2018-04-09, by Kim Alvefur
-
mod_register_limits: Change debug message wording, there's no user yet2018-04-09, by Kim Alvefur
-
mod_register_limits: Use existing local variable2018-04-09, by Kim Alvefur
-
mod_register_ibr: Return a textual error to the user for problems with parsing form data2018-04-09, by Kim Alvefur
-
mod_register_ibr: Reshape the code using early returns to reduce needless indentation2018-04-07, by Kim Alvefur
-
util.ringbuffer: Fix typo in comment [codespell]2018-04-06, by Kim Alvefur
-
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR)2018-04-06, by Kim Alvefur
-
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset2018-04-06, by Kim Alvefur
-
net.connlisteners: Remove duplicated field in exports [luacheck]2018-04-05, by Kim Alvefur
-
Merge 0.10->trunk2018-04-05, by Kim Alvefur
-
net.http: Import setmetatable into local scope (fixes #1125)2018-04-05, by Kim Alvefur
-
mod_ping: Ignore unused arguments [luacheck]2018-04-05, by Kim Alvefur
-
Fix spelling throughout the codebase [codespell]2018-02-04, by Kim Alvefur
-
luacheckrc: No longer ignore use of the global 'server' (net.server)2018-04-05, by Kim Alvefur
-
prosody: Get net.server via requre to avoid relying on globals2018-04-05, by Kim Alvefur
-
mod_muc_mam: Save the MUC <x> on recorded join stanzas2018-03-24, by Kim Alvefur
-
mod_muc_mam: Let muc/history.lib decide which messages to store2018-03-24, by Kim Alvefur
-
mod_muc_mam: Remove 0.10 compat code2017-12-12, by Kim Alvefur
-
mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa68232018-04-02, by Kim Alvefur
-
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies2018-04-05, by Kim Alvefur
-
util.startup: Initialize logging earlier, so that messages from eg net.server are shown2018-04-05, by Kim Alvefur
-
prosodyctl: Use prosody.hosts instead of _G.hosts2018-03-29, by Kim Alvefur
-
core: Use prosody.hosts instead of _G.hosts for consistency2018-03-29, by Kim Alvefur
-
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts2018-03-29, by Kim Alvefur
-
util.startup: Access the hosts table via the prosody global for consistency2018-03-29, by Kim Alvefur
-
prosody: Use prosody.log instead of _G.log because it looks nicer2018-04-05, by Kim Alvefur
-
util.startup: Use own logger instead of the possibly not available yet _G.log2018-04-05, by Kim Alvefur
-
luacheckrc: Remove allowance for the global log() since it may not exist as early as before2018-04-05, by Kim Alvefur
-
Merge 0.10 -> trunk2018-04-04, by Matthew Wild
-
CHANGES: Normalize syntax2018-04-02, by Kim Alvefur
-
Merge 0.10 -> trunk2018-04-04, by Matthew Wild
-
net.http: Fix parameter order to http request callbacks2018-04-04, by Matthew Wild
-
MUC: Don't reply to errors with more errors (fixes #1122)2018-03-28, by Kim Alvefur
-
MUC: Say something about storage failure before aborting (see #1091)2018-03-12, by Kim Alvefur
-
MUC: Prevent creation of room that could not be loaded from storage (see #1091)2018-03-09, by Kim Alvefur
-
MUC: Abort module loading if unable to get list of persistent rooms from storage (fixes #1091)2018-03-07, by Kim Alvefur
-
prosodyctl: Increase robustness in luarocks version detection (fixes #1003)2018-03-30, by Kim Alvefur
-
Backed out changeset a0f728c3aa69 in favor of 580c13ed0ca12018-03-29, by Kim Alvefur
-
util.startup: Initialize the 'prosody' global earlier (various things needs the global util.events instance)2018-03-29, by Kim Alvefur
-
util.startup: Factor out processing of plugin and data paths into a separate functions2018-03-29, by Kim Alvefur
-
util.json: Unescape surrogate pairs2018-03-27, by Matthew Wild
-
mod_pep_plus: Validate items here too (thanks Link Mauve)2018-03-25, by Kim Alvefur
-
mod_pubsub: Reject publishing of non-items2018-03-21, by Kim Alvefur
-
util.pubsub: Allow setting a callback for validating items to be published2018-03-21, by Kim Alvefur
-
loggingmanager: Hook event for reopening log files instead of config reloaded2018-03-25, by Kim Alvefur
-
configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)2018-03-25, by Kim Alvefur
-
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
-
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module2018-03-20, by Matthew Wild
-
util.prosodyctl: Fix getpass() for new return values of os.execute() in Lua 5.22018-03-20, by Matthew Wild
-
util.async: tests: more code re-use2018-03-19, by Matthew Wild
-
util.async: tests: luacheck-clean, fixes some actual issues2018-03-19, by Matthew Wild
-
util.async: tests: remove obsolete code and comments2018-03-19, by Matthew Wild
-
util.async: tests: slight modifications to allow more code reuse in tests2018-03-19, by Matthew Wild
-
util.async: Bump log warnings to error level2018-03-19, by Matthew Wild
Scroll all the way down to load more.