mod_pep: Add some additional debug logging
|
Kim Alvefur |
Sat, 28 Jan 2017 15:31:57 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Fri, 27 Jan 2017 12:23:19 +0100 |
mod_tls: Check that connection has starttls method first to prevent offering starttls over tls (thanks Remko and Tobias)
|
Kim Alvefur |
Fri, 27 Jan 2017 12:21:09 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Thu, 26 Jan 2017 19:47:33 +0100 |
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options
|
Kim Alvefur |
Thu, 26 Jan 2017 14:18:30 +0100 |
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c8
|
Kim Alvefur |
Wed, 25 Jan 2017 11:18:00 +0100 |
mod_s2s: Clarify that it is stream features that can't be offered (here too)
|
Kim Alvefur |
Wed, 25 Jan 2017 11:13:40 +0100 |
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check
|
Kim Alvefur |
Wed, 25 Jan 2017 11:12:43 +0100 |
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set
|
Kim Alvefur |
Wed, 25 Jan 2017 11:06:30 +0100 |
mod_c2s: Clarify that there were no *stream* features to offer
|
Kim Alvefur |
Wed, 25 Jan 2017 10:47:31 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Tue, 24 Jan 2017 21:24:03 +0100 |
mod_watchregistrations: add a "registration_from" option
|
mathieui |
Tue, 24 Jan 2017 21:13:23 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Tue, 24 Jan 2017 19:27:17 +0100 |
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)
|
Kim Alvefur |
Tue, 24 Jan 2017 19:26:40 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Mon, 23 Jan 2017 19:34:14 +0100 |
mod_mam: Use correct local name for util.jid.prepped_split
|
Kim Alvefur |
Mon, 23 Jan 2017 19:32:07 +0100 |
mod_mam: Silence warning about unused table used to describe data format [luacheck]
|
Kim Alvefur |
Mon, 23 Jan 2017 19:31:30 +0100 |
mod_mam: Remove unused variables [luacheck]
|
Kim Alvefur |
Mon, 23 Jan 2017 19:31:03 +0100 |
CHANGES: Add mod_mam
|
Kim Alvefur |
Mon, 23 Jan 2017 19:24:16 +0100 |
util.rsm: Add copyright header
|
Kim Alvefur |
Mon, 23 Jan 2017 19:18:41 +0100 |
mod_mam: Normalize copyright headers
|
Kim Alvefur |
Mon, 23 Jan 2017 19:18:15 +0100 |
mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2"
|
Kim Alvefur |
Wed, 11 Jan 2017 13:08:50 +0100 |
mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763)
|
Kim Alvefur |
Mon, 19 Dec 2016 08:44:56 +0100 |
mod_mam: If archive:delete() gives a number, this should be the number of deleted items
|
Kim Alvefur |
Tue, 22 Nov 2016 18:19:55 +0100 |
mod_storage_sql: Return number of affected items from archive:delete
|
Kim Alvefur |
Tue, 22 Nov 2016 18:13:21 +0100 |
mod_mam: Add XEP-0359 tag
|
Kim Alvefur |
Sat, 19 Nov 2016 18:29:08 +0100 |
mod_mam: Filter out spoofed XEP-0359 tags
|
Kim Alvefur |
Sat, 19 Nov 2016 18:28:59 +0100 |
mod_mam: Find out which party is the user and which is the 'with' earlier
|
Kim Alvefur |
Sat, 19 Nov 2016 18:28:28 +0100 |
mod_mam: Alter hints processing
|
Kim Alvefur |
Sat, 19 Nov 2016 18:27:28 +0100 |
mod_mam: Add some comments explaining archive expiry
|
Kim Alvefur |
Sat, 19 Nov 2016 18:26:09 +0100 |