net.connlisteners: Remove duplicated field in exports [luacheck]
|
Kim Alvefur |
Fri, 06 Apr 2018 01:46:14 +0200 |
Merge 0.10->trunk
|
Kim Alvefur |
Fri, 06 Apr 2018 01:43:44 +0200 |
net.http: Import setmetatable into local scope (fixes #1125)
|
Kim Alvefur |
Fri, 06 Apr 2018 01:42:35 +0200 |
mod_ping: Ignore unused arguments [luacheck]
|
Kim Alvefur |
Fri, 06 Apr 2018 01:32:28 +0200 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
Sun, 04 Feb 2018 01:51:25 +0100 |
luacheckrc: No longer ignore use of the global 'server' (net.server)
|
Kim Alvefur |
Thu, 05 Apr 2018 19:37:32 +0200 |
prosody: Get net.server via requre to avoid relying on globals
|
Kim Alvefur |
Thu, 05 Apr 2018 19:34:51 +0200 |
mod_muc_mam: Save the MUC <x> on recorded join stanzas
|
Kim Alvefur |
Sat, 24 Mar 2018 18:27:34 +0100 |
mod_muc_mam: Let muc/history.lib decide which messages to store
|
Kim Alvefur |
Sat, 24 Mar 2018 18:16:08 +0100 |
mod_muc_mam: Remove 0.10 compat code
|
Kim Alvefur |
Tue, 12 Dec 2017 20:25:56 +0100 |
mod_muc_mam: Import mod_mam_muc from prosody-modules ba6466fa6823
|
Kim Alvefur |
Mon, 02 Apr 2018 19:44:44 +0200 |
util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies
|
Kim Alvefur |
Thu, 05 Apr 2018 17:53:51 +0200 |
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies
|
Kim Alvefur |
Thu, 05 Apr 2018 17:52:37 +0200 |
util.startup: Initialize logging earlier, so that messages from eg net.server are shown
|
Kim Alvefur |
Thu, 05 Apr 2018 17:41:00 +0200 |
prosodyctl: Use prosody.hosts instead of _G.hosts
|
Kim Alvefur |
Thu, 29 Mar 2018 20:51:16 +0200 |
core: Use prosody.hosts instead of _G.hosts for consistency
|
Kim Alvefur |
Thu, 29 Mar 2018 16:58:06 +0200 |
luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts
|
Kim Alvefur |
Thu, 29 Mar 2018 16:42:24 +0200 |
util.startup: Access the hosts table via the prosody global for consistency
|
Kim Alvefur |
Thu, 29 Mar 2018 16:38:35 +0200 |
prosody: Use prosody.log instead of _G.log because it looks nicer
|
Kim Alvefur |
Thu, 05 Apr 2018 16:00:00 +0200 |
util.startup: Use own logger instead of the possibly not available yet _G.log
|
Kim Alvefur |
Thu, 05 Apr 2018 16:01:10 +0200 |
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
|
Kim Alvefur |
Thu, 05 Apr 2018 16:00:27 +0200 |
net.server: Init a local logger (fixes traceback on attempt to warn about missing luaevent due to later loggingmanager initialization)
|
Kim Alvefur |
Thu, 05 Apr 2018 15:58:08 +0200 |
luacheckrc: Remove allowance for the global log() since it may not exist as early as before
|
Kim Alvefur |
Thu, 05 Apr 2018 15:56:47 +0200 |
Merge 0.10 -> trunk
|
Matthew Wild |
Wed, 04 Apr 2018 18:42:32 +0100 |
CHANGES: Normalize syntax
|
Kim Alvefur |
Tue, 03 Apr 2018 00:08:30 +0200 |
Merge 0.10 -> trunk
|
Matthew Wild |
Wed, 04 Apr 2018 18:42:05 +0100 |
net.http: Fix parameter order to http request callbacks
|
Matthew Wild |
Wed, 04 Apr 2018 18:27:44 +0100 |
MUC: Don't reply to errors with more errors (fixes #1122)
|
Kim Alvefur |
Wed, 28 Mar 2018 18:11:09 +0200 |
MUC: Say something about storage failure before aborting (see #1091)
|
Kim Alvefur |
Mon, 12 Mar 2018 16:05:08 +0100 |
MUC: Prevent creation of room that could not be loaded from storage (see #1091)
|
Kim Alvefur |
Fri, 09 Mar 2018 02:10:44 +0100 |