Log

prosody @ 7894:217412da818f

description author age
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck] Kim Alvefur Sun, 29 Jan 2017 22:31:34 +0100
prosody: Trim trailing whitespace Kim Alvefur Sun, 29 Jan 2017 22:26:38 +0100
Merge 0.10->trunk Kim Alvefur Mon, 02 Jan 2017 03:06:51 +0100
prosody: Fix typo Kim Alvefur Mon, 02 Jan 2017 01:51:39 +0100
Merge 0.10->trunk Kim Alvefur Mon, 21 Nov 2016 02:40:47 +0100
prosody: Add annotations to ignore various globals and unused arguments [luacheck] Kim Alvefur Sun, 20 Nov 2016 11:32:05 +0100
prosody: Set session tables on the 'prosody' global first, then export them as globals Kim Alvefur Sun, 20 Nov 2016 11:30:26 +0100
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot Sat, 16 Apr 2016 21:08:05 +0100
prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before loading Prosody. Fixes #308. Matthew Wild Fri, 18 Mar 2016 10:24:46 +0000
prosody: Allow prosody.shutdown() to take an exit code for the process (thanks daurnimator) Matthew Wild Fri, 15 Jan 2016 00:51:01 +0000
prosody: Don't silently ignore unknown command-line options Matthew Wild Thu, 10 Dec 2015 13:33:14 +0000
prosody: Fix sleep call that relied on the no longer existing socket global Kim Alvefur Mon, 16 Nov 2015 15:24:36 +0100
prosody: Set a luasocket global, fixes undefined global access in loop() (pending util.startup) Kim Alvefur Wed, 02 Sep 2015 14:25:30 +0200
statsmanager, prosody: New core module and API for gathering statistics about the running server Matthew Wild Tue, 20 Jan 2015 12:33:20 +0000
prosody: Make getfenv() replacement for require() sandboxing local to avoid polluting the globals table Kim Alvefur Mon, 13 Oct 2014 21:02:04 +0200
prosody: Fix getfenv replacement for Lua 5.2 Kim Alvefur Wed, 17 Sep 2014 14:50:00 +0200
Merge 0.9->0.10 Kim Alvefur Thu, 10 Apr 2014 13:15:11 +0200
prosody: Check dependencies later in the startup sequence Kim Alvefur Wed, 09 Apr 2014 20:46:39 +0200
Merge 0.9->0.10 Matthew Wild Fri, 13 Dec 2013 12:52:39 +0000
prosody: Store the config file name so the same file can be used when reloading Kim Alvefur Fri, 13 Dec 2013 10:25:40 +0100
Merge Tobias SCRAM-PLUS work Kim Alvefur Sun, 22 Sep 2013 00:44:20 +0200
Backout ae48bf828f21 Kim Alvefur Sun, 22 Sep 2013 00:37:04 +0200
Run with own LuaSec. Tobias Markmann Mon, 17 Jan 2011 16:50:21 +0100
prosody: Remove global ssl context, no longer used Kim Alvefur Thu, 13 Jun 2013 17:48:09 +0200
prosody: load rostermanager after usermanager during environment initialization. Marco Cirillo Fri, 05 Apr 2013 04:49:32 +0000
prosody, prosodyctl: Remove last trace of "core" \o/ Kim Alvefur Sat, 23 Mar 2013 15:00:49 +0100
prosody: Add COMPAT note about globals Matthew Wild Fri, 22 Mar 2013 11:22:50 +0000
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users. Matthew Wild Fri, 22 Mar 2013 11:21:24 +0000
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody Kim Alvefur Wed, 09 Jan 2013 22:01:52 +0100
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective plugins Kim Alvefur Fri, 28 Dec 2012 14:33:47 +0100
prosody, prosodyctl: chdir() to data directory on startup Matthew Wild Wed, 19 Sep 2012 12:39:21 +0100
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals Florian Zeitz Sat, 09 Jun 2012 02:27:44 +0200
prosody: Define a getfenv() replacement for Lua 5.2 Florian Zeitz Sat, 09 Jun 2012 01:18:21 +0200
prosody, stanza_router: Load stanza_router earlier. Put routing functions in the global prosody table. Fixes module:send() Kim Alvefur Mon, 14 May 2012 17:58:51 +0200
prosody: Load portmanager at startup, to ensure it is ready to receive item-added events when modules are loaded Matthew Wild Tue, 24 Apr 2012 13:37:35 +0100
prosody: Don't require net.httpserver now Matthew Wild Sat, 21 Apr 2012 21:03:57 +0100
prosody: sandboxed require(): Point __index of _G at current env for modules that need to reference globals they already set Matthew Wild Mon, 23 Jan 2012 01:04:15 +0000
prosody: Remove connlisteners, and net_activate_ports Matthew Wild Mon, 23 Jan 2012 00:11:01 +0000
prosody: Ensure prosody.paths.config is never nil (certmanager.create_context fails otherwise). Waqas Hussain Wed, 02 Nov 2011 00:00:42 +0500
prosody: Invalid escape sequence in componentmanager deprecation warning (can cause luajit to throw). Waqas Hussain Wed, 21 Sep 2011 03:23:47 +0500
connlistener, server_select, prosody: Add support for binding to multiple addresses Florian Zeitz Wed, 15 Jun 2011 23:44:18 +0200
prosody: Add sanity_check() to startup sequence. Check that we have at least one vhost enabled to avoid Bad Things. Matthew Wild Thu, 14 Apr 2011 22:40:50 +0100
prosody: Load net.httpserver at startup, to avoid creating a global later. Waqas Hussain Wed, 02 Mar 2011 05:13:51 +0500
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path Matthew Wild Thu, 24 Feb 2011 01:35:33 +0000
prosody: Change plugin_path -> plugin_paths and make it an array instead of a string Matthew Wild Tue, 22 Feb 2011 18:02:23 +0000
prosody: Add config option plugin_path to allow overriding plugin directories. Waqas Hussain Fri, 21 Jan 2011 04:36:31 +0500
prosody: Instead of calling datamanager.set_path(), just ensure prosody.paths.data always contains the correct value (including config) Matthew Wild Fri, 07 Jan 2011 11:56:15 +0000
prosody, prosodyctl: Filter out relative paths from package.(c)path when installed Matthew Wild Tue, 04 Jan 2011 21:19:28 +0000
prosody, prosodyctl: Create prosody object as a local before exporting as a global Matthew Wild Tue, 04 Jan 2011 21:18:35 +0000
prosody: Don't add a datamanager callback when anonymous_login=true (mod_auth_anonymous does this now). Waqas Hussain Tue, 28 Dec 2010 09:59:27 +0500
prosody: Catch a recursive Include error and print a more friendly error Matthew Wild Tue, 21 Dec 2010 22:26:22 +0000
prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded Matthew Wild Mon, 20 Dec 2010 14:06:16 +0000
prosody: Added a comment, to match prosodyctl. Waqas Hussain Sun, 12 Dec 2010 17:15:57 +0500
prosody: Don't attempt to load core.xmlhandlers in the main file. It no longer exists. Waqas Hussain Wed, 08 Dec 2010 02:29:37 +0500
prosody: Added a stub implementation of core.componentmanager to the package.loaded table (re-commiting, as this was accidentally removed). Waqas Hussain Tue, 07 Dec 2010 22:55:28 +0500
prosody, configmanager, certmanager: Relocate prosody.resolve_relative_path() to configmanager, and update certmanager (the only user of this function) Matthew Wild Wed, 10 Nov 2010 19:46:53 +0000
prosody: Added a stub implementation of core.componentmanager to the package.loaded table. Waqas Hussain Wed, 10 Nov 2010 21:47:39 +0500
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. Waqas Hussain Wed, 10 Nov 2010 20:59:16 +0500
prosody: Ensure componentmanager is loaded in the main file. Waqas Hussain Wed, 10 Nov 2010 02:50:35 +0500
prosody: Enable storage manager. Waqas Hussain Sat, 31 Jul 2010 13:29:58 +0500