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)
Tue, 22 Nov 2016 18:19:55 +0100 Kim Alvefur mod_mam: If archive:delete() gives a number, this should be the number of deleted items
Tue, 22 Nov 2016 18:13:21 +0100 Kim Alvefur mod_storage_sql: Return number of affected items from archive:delete
Sat, 19 Nov 2016 18:29:08 +0100 Kim Alvefur mod_mam: Add XEP-0359 tag
Sat, 19 Nov 2016 18:28:59 +0100 Kim Alvefur mod_mam: Filter out spoofed XEP-0359 tags
Sat, 19 Nov 2016 18:28:28 +0100 Kim Alvefur mod_mam: Find out which party is the user and which is the 'with' earlier
Sat, 19 Nov 2016 18:27:28 +0100 Kim Alvefur mod_mam: Alter hints processing
Sat, 19 Nov 2016 18:26:09 +0100 Kim Alvefur mod_mam: Add some comments explaining archive expiry
Fri, 18 Nov 2016 10:44:56 +0100 Kim Alvefur mod_mam: Remove legacy feature advertising
Fri, 18 Nov 2016 10:44:27 +0100 Kim Alvefur mod_mam: Decrease priority to zero
Fri, 04 Nov 2016 13:59:49 +0100 Kim Alvefur mod_mam: Update to XEP-0313 v0.5.1
Mon, 28 Nov 2016 07:35:49 +0100 Kim Alvefur mod_mam: Use is_stanza from util.stanza
Sat, 26 Nov 2016 21:50:06 +0100 Kim Alvefur util.rsm: Move out from mod_mam directory
Fri, 04 Nov 2016 13:48:21 +0100 Kim Alvefur mod_mam: Import from prosody-modules
Mon, 23 Jan 2017 18:33:35 +0100 Kim Alvefur util-src/*.c: Squeeze repeated blank lines
Mon, 23 Jan 2017 10:46:42 +0100 Kim Alvefur mod_tls: Verify that TLS is available before proceeding
Mon, 23 Jan 2017 10:45:20 +0100 Kim Alvefur mod_tls: Only accept <proceed> on outgoing s2s connections
Sun, 22 Jan 2017 09:55:52 +0100 Kim Alvefur util.crand: TODOs
Sun, 22 Jan 2017 09:55:44 +0100 Kim Alvefur util.crand: Comment about getrandom
Sun, 22 Jan 2017 09:32:33 +0100 Kim Alvefur util.crand: Add comment describing purpose of module
Sun, 22 Jan 2017 09:31:56 +0100 Kim Alvefur util.crand: Update copyright header
Sun, 22 Jan 2017 09:23:10 +0100 Kim Alvefur util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single allocation, no need for __gc)
Sun, 22 Jan 2017 04:05:41 +0100 Kim Alvefur util.ringbuffer: Remove unused macros
Fri, 20 Jan 2017 12:23:55 +0100 Kim Alvefur util.crand: Raise hard errors
Fri, 20 Jan 2017 11:33:31 +0100 Kim Alvefur util.crand: Remove seeding
Fri, 20 Jan 2017 11:52:46 +0100 Kim Alvefur util.crand: Let Lua handle allocation, freeing and error handling for buffer
Fri, 20 Jan 2017 11:41:07 +0100 Kim Alvefur util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3
Fri, 13 Jan 2017 18:30:18 +0100 Kim Alvefur Merge 0.10->trunk
Fri, 13 Jan 2017 18:29:30 +0100 Kim Alvefur CHANGES: Mention removal of mod_compression
Mon, 09 Jan 2017 10:17:39 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 09 Jan 2017 10:17:09 +0100 Kim Alvefur tools/erlparse: Remove use of deprecated module() function
Sun, 08 Jan 2017 14:21:08 +0100 Kim Alvefur util-src: Make C modules assert that the Lua runtime matches what it was compiled for
Fri, 06 Jan 2017 17:01:48 +0100 Kim Alvefur net.server_epoll: Reuse interface metatable for event compat layer
Fri, 06 Jan 2017 13:14:17 +0100 Kim Alvefur mod_register: Fix syntax errors
Fri, 06 Jan 2017 13:09:09 +0100 Kim Alvefur mod_register: Verify that fields are known to prevent traceback
Fri, 06 Jan 2017 13:07:22 +0100 Kim Alvefur mod_register: Strip '+' char from field names without using length
Fri, 06 Jan 2017 11:10:24 +0100 Kim Alvefur util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib transition
Thu, 05 Jan 2017 17:39:15 +0100 Kim Alvefur mod_register: Allow 'title' and 'instructions' fields to be customized
Thu, 05 Jan 2017 06:21:31 +0100 Kim Alvefur net.server_epoll: Fix traceback if wrapclient called without a pattern or parent server
Wed, 04 Jan 2017 13:18:06 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 04 Jan 2017 11:24:48 +0100 Kim Alvefur net.server_event: Also replace 'ondrain' when setting new listeners (thanks Ge0rG)
Wed, 04 Jan 2017 10:53:16 +0100 Kim Alvefur Merge 0.10->trunk
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip