aboutsummaryrefslogtreecommitdiffstats
path: root/prosody (follow)
Commit message (Expand)AuthorAgeFilesLines
* prosody/util.startup: Switch to parse_args() for --root and --configMatthew Wild2020-01-191-5/+1
* prosody: Get net.server via requre to avoid relying on globalsKim Alvefur2018-04-051-0/+1
* prosody: Use prosody.log instead of _G.log because it looks nicerKim Alvefur2018-04-051-5/+5
* prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GCMatthew Wild2018-03-231-2/+7
* prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate moduleMatthew Wild2018-03-201-349/+4
* Merge 0.10->trunkKim Alvefur2017-09-291-2/+2
|\
| * prosody, prosodyctl: Print the actual config file name used when a problem loading it was encountered (see #990)Kim Alvefur2017-09-271-2/+2
* | Merge 0.10->trunkMatthew Wild2017-09-261-2/+2
|\|
| * prosody: Tiny whitespace fixKim Alvefur2017-09-241-2/+2
* | Merge 0.10->trunkKim Alvefur2017-08-291-1/+1
|\|
| * prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol)Kim Alvefur2017-08-291-1/+1
* | Merge 0.10->trunkKim Alvefur2017-08-281-1/+5
|\|
| * prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659)Kim Alvefur2017-07-071-1/+5
* | configmanager: Remove support for multiple parsers, fixes #852.Emmanuel Gil Peyrot2017-05-271-3/+1
* | Merge 0.10->trunkKim Alvefur2017-01-291-19/+20
|\|
| * prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]Kim Alvefur2017-01-291-0/+1
| * prosody: Trim trailing whitespaceKim Alvefur2017-01-291-19/+19
* | Merge 0.10->trunkKim Alvefur2017-01-021-1/+1
|\|
| * prosody: Fix typoKim Alvefur2017-01-021-1/+1
* | Merge 0.10->trunkKim Alvefur2016-11-211-8/+16
|\|
| * prosody: Add annotations to ignore various globals and unused arguments [luacheck]Kim Alvefur2016-11-201-1/+9
| * prosody: Set session tables on the 'prosody' global first, then export them as globalsKim Alvefur2016-11-201-7/+7
* | Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-161-1/+1
|/
* prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before loading Prosody. Fixes #308.Matthew Wild2016-03-181-4/+4
* prosody: Allow prosody.shutdown() to take an exit code for the process (thanks daurnimator)Matthew Wild2016-01-151-2/+7
* prosody: Don't silently ignore unknown command-line optionsMatthew Wild2015-12-101-0/+6
* prosody: Fix sleep call that relied on the no longer existing socket globalKim Alvefur2015-11-161-1/+3
* prosody: Set a luasocket global, fixes undefined global access in loop() (pending util.startup)Kim Alvefur2015-09-021-0/+1
* statsmanager, prosody: New core module and API for gathering statistics about the running serverMatthew Wild2015-01-201-0/+1
* prosody: Make getfenv() replacement for require() sandboxing local to avoid polluting the globals tableKim Alvefur2014-10-131-6/+4
* prosody: Fix getfenv replacement for Lua 5.2Kim Alvefur2014-09-171-1/+6
* Merge 0.9->0.10Kim Alvefur2014-04-101-3/+7
|\
| * prosody: Check dependencies later in the startup sequenceKim Alvefur2014-04-091-3/+7
* | Merge 0.9->0.10Matthew Wild2013-12-131-1/+2
|\|
| * prosody: Store the config file name so the same file can be used when reloadingKim Alvefur2013-12-131-1/+2
* | prosody: Remove global ssl context, no longer usedKim Alvefur2013-06-131-6/+0
|/
* prosody: load rostermanager after usermanager during environment initialization.Marco Cirillo2013-04-051-1/+1
* prosody, prosodyctl: Remove last trace of "core" \o/Kim Alvefur2013-03-231-2/+2
* prosody: Add COMPAT note about globalsMatthew Wild2013-03-221-0/+1
* configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users.Matthew Wild2013-03-221-2/+2
* prosodyctl, prosody: Pass the selected config file from prosodyctl to prosodyKim Alvefur2013-01-091-0/+2
* prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective pluginsKim Alvefur2012-12-281-37/+0
* prosody, prosodyctl: chdir() to data directory on startupMatthew Wild2012-09-191-0/+5
* mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globalsFlorian Zeitz2012-06-091-1/+1
* prosody: Define a getfenv() replacement for Lua 5.2Florian Zeitz2012-06-091-1/+5
* prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send()Kim Alvefur2012-05-141-1/+1
* prosody: Load portmanager at startup, to ensure it is ready to receive item-added events when modules are loadedMatthew Wild2012-04-241-0/+1
* prosody: Don't require net.httpserver nowMatthew Wild2012-04-211-2/+0
* prosody: sandboxed require(): Point __index of _G at current env for modules that need to reference globals they already setMatthew Wild2012-01-231-1/+5
* prosody: Remove connlisteners, and net_activate_portsMatthew Wild2012-01-231-72/+0