Log

prosody @ 13109:5469045ef7f0

description author age
executables: Prefix module imports with prosody namespace Kim Alvefur Fri, 17 Mar 2023 16:29:54 +0100
executables: Invoke loader to allow mixing of old and new import style Kim Alvefur Fri, 17 Mar 2023 16:29:07 +0100
executables: Reject Lua 5.1 early Kim Alvefur Sat, 02 Jul 2022 17:27:39 +0200
util.startup: Fix async waiting for last shutdown steps 0.12 Kim Alvefur Tue, 14 Jun 2022 16:28:49 +0200
prosody: Expose main thread on the 'prosody' global Kim Alvefur Wed, 06 Oct 2021 14:49:26 +0200
prosody: Run shutdown procedure in async thread Kim Alvefur Tue, 01 Jan 2019 16:43:49 +0100
prosody: Move last cleanup and shutdown code into util.startup Kim Alvefur Tue, 01 Jan 2019 16:42:52 +0100
prosody: Close the state on exit (ie garbage-collect everything) Kim Alvefur Tue, 18 May 2021 20:08:37 +0200
Merge 0.11->trunk Matthew Wild Sun, 19 Jan 2020 15:34:28 +0000
prosody/util.startup: Switch to parse_args() for --root and --config 0.11 Matthew Wild Sun, 19 Jan 2020 15:27:16 +0000
prosody: Also log status code passed to exit() Kim Alvefur Fri, 31 May 2019 18:50:34 +0200
prosody: Log shutdown reason (in past tense) as the very last thing Kim Alvefur Fri, 31 May 2019 18:50:13 +0200
prosody: Log shutdown reason Kim Alvefur Fri, 31 May 2019 17:01:22 +0200
prosody: Get net.server via requre to avoid relying on globals Kim Alvefur Thu, 05 Apr 2018 19:34:51 +0200
prosody: Use prosody.log instead of _G.log because it looks nicer Kim Alvefur Thu, 05 Apr 2018 16:00:00 +0200
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC Matthew Wild Fri, 23 Mar 2018 14:18:27 +0000
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module Matthew Wild Tue, 20 Mar 2018 16:10:37 +0000
Merge 0.10->trunk Kim Alvefur Fri, 29 Sep 2017 13:45:03 +0200
prosody, prosodyctl: Print the actual config file name used when a problem loading it was encountered (see #990) Kim Alvefur Wed, 27 Sep 2017 15:33:29 +0200
Merge 0.10->trunk Matthew Wild Tue, 26 Sep 2017 17:24:25 +0100
prosody: Tiny whitespace fix Kim Alvefur Sun, 24 Sep 2017 05:46:24 +0200
Merge 0.10->trunk Kim Alvefur Tue, 29 Aug 2017 15:24:53 +0200
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol) Kim Alvefur Tue, 29 Aug 2017 15:23:39 +0200
Merge 0.10->trunk Kim Alvefur Mon, 28 Aug 2017 21:05:12 +0200
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659) Kim Alvefur Fri, 07 Jul 2017 20:42:35 +0200
configmanager: Remove support for multiple parsers, fixes #852. Emmanuel Gil Peyrot Sat, 27 May 2017 15:32:28 +0100
Merge 0.10->trunk Kim Alvefur Sun, 29 Jan 2017 22:32:03 +0100
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