log

age author description
Wed, 15 Nov 2017 22:21:14 +0100 Kim Alvefur mod_storage_muc_log: Signal store being empty correctly
Wed, 15 Nov 2017 21:08:53 +0100 Kim Alvefur mod_migrate: Fix missing mod_ prefix in invocation example (thanks asterix)
Wed, 15 Nov 2017 17:29:55 +0100 Jonas Wielicki mod_http_upload_external: add Python service implementation
Wed, 15 Nov 2017 16:26:56 +0100 Kim Alvefur mod_storage_muc_log: Tweak README
Wed, 15 Nov 2017 16:21:27 +0100 Kim Alvefur mod_storage_muc_log: Ignore setting the global 'open', it's part of the storage API
Wed, 15 Nov 2017 16:21:18 +0100 Kim Alvefur mod_storage_muc_log: Trim trailing whitespace [luacheck]
Tue, 17 Oct 2017 12:42:20 +0200 Kim Alvefur mod_mam: Load archiving preferes for offline users (fixes #1024)
Fri, 10 Nov 2017 05:33:28 +0100 Kim Alvefur Various READMEs: s/eg/e.g.g/
Thu, 09 Nov 2017 14:24:42 +0100 Kim Alvefur mod_storage_xmlarchive/README: Minor tweak
Thu, 09 Nov 2017 14:24:16 +0100 Kim Alvefur mod_migrate: Remove unused locals
Thu, 09 Nov 2017 13:42:35 +0100 Kim Alvefur mod_storage_xmlarchive: Add a prosodyctl command for migrating to/from the internal storage format
Thu, 09 Nov 2017 13:41:36 +0100 Kim Alvefur mod_storage_xmlarchive: Add a sanity check to prevent reading from internal storage archives
Thu, 09 Nov 2017 13:34:05 +0100 Kim Alvefur mod_storage_xmlarchive: Pass the hostname into the archive object to make it more self-contained
Wed, 01 Nov 2017 22:12:09 +0100 Kim Alvefur mod_migrate: Catch failure to use user listing API and suggest the alternative
Tue, 31 Oct 2017 19:31:54 +0100 Kim Alvefur mod_auth_http_async: Allow LuaSocket to pollute the global scope (fixes #1033)
Sat, 28 Oct 2017 17:17:59 +0200 Michel Le Bihan mod_watchuntrusted send SHA256 by default
Mon, 23 Oct 2017 17:22:27 +0200 Kim Alvefur Backed out changeset 6d72c5172c74
Fri, 20 Oct 2017 02:53:12 +0200 Kim Alvefur mod_firewall/test: Move session variable to avoid warning about it being shadowed [luacheck]
Fri, 20 Oct 2017 02:52:58 +0200 Kim Alvefur mod_firewall/test: Trim trailing whitespace [luacheck]
Fri, 20 Oct 2017 02:51:38 +0200 Kim Alvefur mod_firewall/test: Use session passed as argument instead of upvalue
Fri, 20 Oct 2017 02:49:34 +0200 Kim Alvefur mod_firewall/test: Import the ltn12 module [luacheck]
Fri, 20 Oct 2017 02:49:10 +0200 Kim Alvefur mod_firewall/test: Declare globals from mod_firewall that are used [luacheck]
Wed, 18 Oct 2017 20:25:48 +0200 Kim Alvefur mod_storage_memory: Allow archive items to be overwritten by id
Wed, 18 Oct 2017 20:24:47 +0200 Kim Alvefur mod_storage_memory: Serialize stanzas on save (was delayed until query)
Wed, 18 Oct 2017 09:56:29 +0200 Kim Alvefur mod_pep_plus: Snapshot from Prosody trunk 910d3c3f60a6 including dependencies
Tue, 17 Oct 2017 22:39:37 +0200 Kim Alvefur mod_http_upload: Only try to create a randomly named directory once.
Sun, 15 Oct 2017 11:10:37 +0200 Kim Alvefur mod_traceback: Add a brief README
Sat, 14 Oct 2017 23:04:02 -0400 Waqas Hussain mod_auth_dovecot: Support new luasocket unix domain socket API (fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852250 in Debian Stretch)
Sat, 14 Oct 2017 18:43:23 +0200 Kim Alvefur mod_server_contact_info/README: Fix example
Fri, 13 Oct 2017 00:31:40 +0200 Kim Alvefur mod_storage_appendmap: Factor out serialization into reusable functions