Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.