| Commit message (Expand) | Author | Age | Files | Lines |
* | prosody: Get net.server via requre to avoid relying on globals | Kim Alvefur | 2018-04-05 | 1 | -0/+1 |
* | prosody: Use prosody.log instead of _G.log because it looks nicer | Kim Alvefur | 2018-04-05 | 1 | -5/+5 |
* | prosody, util.startup: Switch from async.once() to long-lived thread, to avoi... | Matthew Wild | 2018-03-23 | 1 | -2/+7 |
* | prosody, prosodyctl, util.startup: Finally factor out startup-related and com... | Matthew Wild | 2018-03-20 | 1 | -349/+4 |
* | Merge 0.10->trunk | Kim Alvefur | 2017-09-29 | 1 | -2/+2 |
|\ |
|
| * | prosody, prosodyctl: Print the actual config file name used when a problem lo... | Kim Alvefur | 2017-09-27 | 1 | -2/+2 |
* | | Merge 0.10->trunk | Matthew Wild | 2017-09-26 | 1 | -2/+2 |
|\| |
|
| * | prosody: Tiny whitespace fix | Kim Alvefur | 2017-09-24 | 1 | -2/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-08-29 | 1 | -1/+1 |
|\| |
|
| * | prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe a... | Kim Alvefur | 2017-08-29 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-08-28 | 1 | -1/+5 |
|\| |
|
| * | prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part... | Kim Alvefur | 2017-07-07 | 1 | -1/+5 |
* | | configmanager: Remove support for multiple parsers, fixes #852. | Emmanuel Gil Peyrot | 2017-05-27 | 1 | -3/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-01-29 | 1 | -19/+20 |
|\| |
|
| * | prosody: Silence warnings about setting the globals 'server' and 'socket' [lu... | Kim Alvefur | 2017-01-29 | 1 | -0/+1 |
| * | prosody: Trim trailing whitespace | Kim Alvefur | 2017-01-29 | 1 | -19/+19 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-01-02 | 1 | -1/+1 |
|\| |
|
| * | prosody: Fix typo | Kim Alvefur | 2017-01-02 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-11-21 | 1 | -8/+16 |
|\| |
|
| * | prosody: Add annotations to ignore various globals and unused arguments [luac... | Kim Alvefur | 2016-11-20 | 1 | -1/+9 |
| * | prosody: Set session tables on the 'prosody' global first, then export them a... | Kim Alvefur | 2016-11-20 | 1 | -7/+7 |
* | | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -1/+1 |
|/ |
|
* | prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before... | Matthew Wild | 2016-03-18 | 1 | -4/+4 |
* | prosody: Allow prosody.shutdown() to take an exit code for the process (thank... | Matthew Wild | 2016-01-15 | 1 | -2/+7 |
* | prosody: Don't silently ignore unknown command-line options | Matthew Wild | 2015-12-10 | 1 | -0/+6 |
* | prosody: Fix sleep call that relied on the no longer existing socket global | Kim Alvefur | 2015-11-16 | 1 | -1/+3 |
* | prosody: Set a luasocket global, fixes undefined global access in loop() (pen... | Kim Alvefur | 2015-09-02 | 1 | -0/+1 |
* | statsmanager, prosody: New core module and API for gathering statistics about... | Matthew Wild | 2015-01-20 | 1 | -0/+1 |
* | prosody: Make getfenv() replacement for require() sandboxing local to avoid p... | Kim Alvefur | 2014-10-13 | 1 | -6/+4 |
* | prosody: Fix getfenv replacement for Lua 5.2 | Kim Alvefur | 2014-09-17 | 1 | -1/+6 |
* | Merge 0.9->0.10 | Kim Alvefur | 2014-04-10 | 1 | -3/+7 |
|\ |
|
| * | prosody: Check dependencies later in the startup sequence | Kim Alvefur | 2014-04-09 | 1 | -3/+7 |
* | | Merge 0.9->0.10 | Matthew Wild | 2013-12-13 | 1 | -1/+2 |
|\| |
|
| * | prosody: Store the config file name so the same file can be used when reloading | Kim Alvefur | 2013-12-13 | 1 | -1/+2 |
* | | prosody: Remove global ssl context, no longer used | Kim Alvefur | 2013-06-13 | 1 | -6/+0 |
|/ |
|
* | prosody: load rostermanager after usermanager during environment initialization. | Marco Cirillo | 2013-04-05 | 1 | -1/+1 |
* | prosody, prosodyctl: Remove last trace of "core" \o/ | Kim Alvefur | 2013-03-23 | 1 | -2/+2 |
* | prosody: Add COMPAT note about globals | Matthew Wild | 2013-03-22 | 1 | -0/+1 |
* | configmanager, hostmanager, prosody: Almost complete removal of section-relat... | Matthew Wild | 2013-03-22 | 1 | -2/+2 |
* | prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody | Kim Alvefur | 2013-01-09 | 1 | -0/+2 |
* | prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective... | Kim Alvefur | 2012-12-28 | 1 | -37/+0 |
* | prosody, prosodyctl: chdir() to data directory on startup | Matthew Wild | 2012-09-19 | 1 | -0/+5 |
* | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -1/+1 |
* | prosody: Define a getfenv() replacement for Lua 5.2 | Florian Zeitz | 2012-06-09 | 1 | -1/+5 |
* | prosody, stanza_router: Load stanza_router earlier. Put routing functions in ... | Kim Alvefur | 2012-05-14 | 1 | -1/+1 |
* | prosody: Load portmanager at startup, to ensure it is ready to receive item-a... | Matthew Wild | 2012-04-24 | 1 | -0/+1 |
* | prosody: Don't require net.httpserver now | Matthew Wild | 2012-04-21 | 1 | -2/+0 |
* | prosody: sandboxed require(): Point __index of _G at current env for modules ... | Matthew Wild | 2012-01-23 | 1 | -1/+5 |
* | prosody: Remove connlisteners, and net_activate_ports | Matthew Wild | 2012-01-23 | 1 | -72/+0 |
* | prosody: Ensure prosody.paths.config is never nil (certmanager.create_context... | Waqas Hussain | 2011-11-02 | 1 | -1/+1 |