Log

prosody @ 8732:863f66cdd1df

description author age
prosody: Get net.server via requre to avoid relying on globals Kim Alvefur 2018-04-05
prosody: Use prosody.log instead of _G.log because it looks nicer Kim Alvefur 2018-04-05
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC Matthew Wild 2018-03-23
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module Matthew Wild 2018-03-20
Merge 0.10->trunk Kim Alvefur 2017-09-29
prosody, prosodyctl: Print the actual config file name used when a problem loading it was encountered (see #990) Kim Alvefur 2017-09-27
Merge 0.10->trunk Matthew Wild 2017-09-26
prosody: Tiny whitespace fix Kim Alvefur 2017-09-24
Merge 0.10->trunk Kim Alvefur 2017-08-29
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol) Kim Alvefur 2017-08-29
Merge 0.10->trunk Kim Alvefur 2017-08-28
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659) Kim Alvefur 2017-07-07
configmanager: Remove support for multiple parsers, fixes #852. Emmanuel Gil Peyrot 2017-05-27
Merge 0.10->trunk Kim Alvefur 2017-01-29
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck] Kim Alvefur 2017-01-29
prosody: Trim trailing whitespace Kim Alvefur 2017-01-29
Merge 0.10->trunk Kim Alvefur 2017-01-02
prosody: Fix typo Kim Alvefur 2017-01-02
Merge 0.10->trunk Kim Alvefur 2016-11-21
prosody: Add annotations to ignore various globals and unused arguments [luacheck] Kim Alvefur 2016-11-20
prosody: Set session tables on the 'prosody' global first, then export them as globals Kim Alvefur 2016-11-20
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot 2016-04-16
prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before loading Prosody. Fixes #308. Matthew Wild 2016-03-18
prosody: Allow prosody.shutdown() to take an exit code for the process (thanks daurnimator) Matthew Wild 2016-01-15
prosody: Don't silently ignore unknown command-line options Matthew Wild 2015-12-10
prosody: Fix sleep call that relied on the no longer existing socket global Kim Alvefur 2015-11-16
prosody: Set a luasocket global, fixes undefined global access in loop() (pending util.startup) Kim Alvefur 2015-09-02
statsmanager, prosody: New core module and API for gathering statistics about the running server Matthew Wild 2015-01-20
prosody: Make getfenv() replacement for require() sandboxing local to avoid polluting the globals table Kim Alvefur 2014-10-13
prosody: Fix getfenv replacement for Lua 5.2 Kim Alvefur 2014-09-17
Merge 0.9->0.10 Kim Alvefur 2014-04-10
prosody: Check dependencies later in the startup sequence Kim Alvefur 2014-04-09
Merge 0.9->0.10 Matthew Wild 2013-12-13
prosody: Store the config file name so the same file can be used when reloading Kim Alvefur 2013-12-13
Merge Tobias SCRAM-PLUS work Kim Alvefur 2013-09-21
Backout ae48bf828f21 Kim Alvefur 2013-09-21
Run with own LuaSec. Tobias Markmann 2011-01-17
prosody: Remove global ssl context, no longer used Kim Alvefur 2013-06-13
prosody: load rostermanager after usermanager during environment initialization. Marco Cirillo 2013-04-05
prosody, prosodyctl: Remove last trace of "core" \o/ Kim Alvefur 2013-03-23
prosody: Add COMPAT note about globals Matthew Wild 2013-03-22
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users. Matthew Wild 2013-03-22
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody Kim Alvefur 2013-01-09
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins Kim Alvefur 2012-12-28
prosody, prosodyctl: chdir() to data directory on startup Matthew Wild 2012-09-19
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals Florian Zeitz 2012-06-09
prosody: Define a getfenv() replacement for Lua 5.2 Florian Zeitz 2012-06-08
prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send() Kim Alvefur 2012-05-14
prosody: Load portmanager at startup, to ensure it is ready to receive item-added events when modules are loaded Matthew Wild 2012-04-24
prosody: Don't require net.httpserver now Matthew Wild 2012-04-21
prosody: sandboxed require(): Point __index of _G at current env for modules that need to reference globals they already set Matthew Wild 2012-01-23
prosody: Remove connlisteners, and net_activate_ports Matthew Wild 2012-01-23
prosody: Ensure prosody.paths.config is never nil (certmanager.create_context fails otherwise). Waqas Hussain 2011-11-01
prosody: Invalid escape sequence in componentmanager deprecation warning (can cause luajit to throw). Waqas Hussain 2011-09-20
connlistener, server_select, prosody: Add support for binding to multiple addresses Florian Zeitz 2011-06-15
prosody: Add sanity_check() to startup sequence. Check that we have at least one vhost enabled to avoid Bad Things. Matthew Wild 2011-04-14
prosody: Load net.httpserver at startup, to avoid creating a global later. Waqas Hussain 2011-03-02
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path Matthew Wild 2011-02-24
prosody: Change plugin_path -> plugin_paths and make it an array instead of a string Matthew Wild 2011-02-22
prosody: Add config option plugin_path to allow overriding plugin directories. Waqas Hussain 2011-01-20