log

age author description
Mon, 20 Feb 2017 01:26:48 +0100 Kim Alvefur mod_mam: Fix to treat first return value from archive:append as assigned ID
Mon, 20 Feb 2017 01:26:03 +0100 Kim Alvefur mod_storage_sql: Make archive:append() to return the id (or key) as first return value
Mon, 20 Feb 2017 00:51:12 +0100 Kim Alvefur mod_mam: Remove repeated blank line
Mon, 20 Feb 2017 00:38:32 +0100 Kim Alvefur mod_mam: Fix typo in comment
Mon, 20 Feb 2017 00:37:46 +0100 Kim Alvefur mod_mam: Add missing wrapping <query> element when returning the query form
Mon, 20 Feb 2017 00:32:59 +0100 Kim Alvefur mod_mam: Update namespace to XEP-0313 v0.6
Sun, 19 Feb 2017 23:39:53 +0100 Kim Alvefur mod_mam: Strip stanza-id tags after carbons
Sun, 19 Feb 2017 13:44:47 +0100 Kim Alvefur mod_mam: Fix wording of comment
Wed, 15 Feb 2017 23:05:03 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 15 Feb 2017 23:04:44 +0100 Kim Alvefur mod_saslauth: Ignore shadowing of logger [luacheck]
Wed, 15 Feb 2017 23:03:22 +0100 Kim Alvefur mod_tls: Log reasons for not being able to do TLS
Wed, 15 Feb 2017 23:00:03 +0100 Kim Alvefur mod_saslauth: Improve logging as to why when SASL is not offered
Wed, 15 Feb 2017 22:59:19 +0100 Kim Alvefur mod_saslauth: Cache logger in local for less typing
Wed, 15 Feb 2017 15:30:34 +0100 Kim Alvefur migrator: Fix missing word
Wed, 15 Feb 2017 15:30:19 +0100 Kim Alvefur migrator: Fix argument parsing
Wed, 15 Feb 2017 15:29:37 +0100 Kim Alvefur migrator: Unexpand whitespace
Tue, 14 Feb 2017 23:42:11 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 14 Feb 2017 18:51:41 +0100 Kim Alvefur mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)
Tue, 14 Feb 2017 18:51:20 +0100 Kim Alvefur mod_mam: Move stanza ID namespace to a common variable
Sun, 12 Feb 2017 16:42:29 +0100 Kim Alvefur util-src/*.c: Attach pointer * to name instead of type
Sun, 12 Feb 2017 15:51:32 +0100 Kim Alvefur util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct
Fri, 10 Feb 2017 21:34:16 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 10 Feb 2017 21:25:12 +0100 Kim Alvefur mod_component: Add read timeout handler (same behaviour as c2s and s2s)
Sat, 04 Feb 2017 01:08:27 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 04 Feb 2017 00:59:10 +0100 Kim Alvefur mod_mam: Ignore "indirectly mutating read-only global variable prosody" warning [luacheck]
Sat, 04 Feb 2017 00:58:48 +0100 Kim Alvefur mod_mam/mamprefs: Use 'prosody.hosts' instead of '_G.hosts' in case we ever deprecate the later
Sat, 04 Feb 2017 00:57:34 +0100 Kim Alvefur mod_mam: Correct import of util.rsm
Thu, 02 Feb 2017 20:49:09 +0100 Kim Alvefur tools/migration/migrator/*: Remove use of module()
Thu, 02 Feb 2017 20:11:25 +0100 Kim Alvefur migrator: Remove wrapper around envloadfile since envloadfile does the right thing in a compatible way
Tue, 31 Jan 2017 22:49:09 +0100 Kim Alvefur Makefile: Install mod_mam (fixes #825)
Sun, 29 Jan 2017 22:32:03 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 29 Jan 2017 22:31:34 +0100 Kim Alvefur prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]
Sun, 29 Jan 2017 22:26:38 +0100 Kim Alvefur prosody: Trim trailing whitespace
Sat, 28 Jan 2017 21:43:38 +0100 Kim Alvefur util.dependencies: Normalize whitespace
Sat, 28 Jan 2017 21:39:14 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 28 Jan 2017 21:38:47 +0100 Kim Alvefur mod_component: Trim trailing whitespace
Sat, 28 Jan 2017 17:02:28 +0100 Kim Alvefur luacheckrc: Allow mutating the global prosody and hosts tables in core/ (luacheck 0.18 adds detection of indirect mutation)
Sat, 28 Jan 2017 15:31:57 +0100 Kim Alvefur mod_pep: Add some additional debug logging
Fri, 27 Jan 2017 12:23:19 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 27 Jan 2017 12:21:09 +0100 Kim Alvefur mod_tls: Check that connection has starttls method first to prevent offering starttls over tls (thanks Remko and Tobias)
Thu, 26 Jan 2017 19:47:33 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 26 Jan 2017 14:18:30 +0100 Kim Alvefur util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options
Wed, 25 Jan 2017 11:18:00 +0100 Kim Alvefur mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8
Wed, 25 Jan 2017 11:13:40 +0100 Kim Alvefur mod_s2s: Clarify that it is stream features that can't be offered (here too)
Wed, 25 Jan 2017 11:12:43 +0100 Kim Alvefur mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check
Wed, 25 Jan 2017 11:06:30 +0100 Kim Alvefur mod_tls: Add debug logging for when TLS should be doable but no ssl context was set
Wed, 25 Jan 2017 10:47:31 +0100 Kim Alvefur mod_c2s: Clarify that there were no *stream* features to offer
Tue, 24 Jan 2017 21:24:03 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 24 Jan 2017 21:13:23 +0100 mathieui mod_watchregistrations: add a "registration_from" option
Tue, 24 Jan 2017 19:27:17 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 24 Jan 2017 19:26:40 +0100 Kim Alvefur mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
Mon, 23 Jan 2017 19:34:14 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 23 Jan 2017 19:32:07 +0100 Kim Alvefur mod_mam: Use correct local name for util.jid.prepped_split
Mon, 23 Jan 2017 19:31:30 +0100 Kim Alvefur mod_mam: Silence warning about unused table used to describe data format [luacheck]
Mon, 23 Jan 2017 19:31:03 +0100 Kim Alvefur mod_mam: Remove unused variables [luacheck]
Mon, 23 Jan 2017 19:24:16 +0100 Kim Alvefur CHANGES: Add mod_mam
Mon, 23 Jan 2017 19:18:41 +0100 Kim Alvefur util.rsm: Add copyright header
Mon, 23 Jan 2017 19:18:15 +0100 Kim Alvefur mod_mam: Normalize copyright headers
Wed, 11 Jan 2017 13:08:50 +0100 Kim Alvefur mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2"
Mon, 19 Dec 2016 08:44:56 +0100 Kim Alvefur mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763)