index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_mam
/
mod_mam.lua
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
mod_mam: Fix word order in log message
Kim Alvefur
2019-01-04
1
-1
/
+1
|
*
|
|
|
mod_mam: Perform message expiry based on building an index by date
Kim Alvefur
2019-01-03
1
-31
/
+39
*
|
|
|
|
mod_mam: Schedule cleanup again if unable to delete messages
Kim Alvefur
2019-12-24
1
-0
/
+1
*
|
|
|
|
mod_mam: Log error when unable to delete old messages (fix #1479) [luacheck]
Kim Alvefur
2019-12-24
1
-0
/
+2
*
|
|
|
|
mod_mam: Log error when unable to store stanza (fix #1478)
Kim Alvefur
2019-12-23
1
-0
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
mod_mam: Add flag to session when it performs a MAM query
Matthew Wild
2019-10-03
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
mod_mam: Cache last date that archive owner has messages to reduce writes (fi...
Kim Alvefur
2019-05-27
1
-1
/
+7
|
|
/
|
/
|
*
|
mod_mam: Perform message expiry based on building an index by date (backport ...
Kim Alvefur
2019-03-22
1
-31
/
+43
|
/
*
mod_mam: Remove embedded fallback archive driver (fixes #972)
Kim Alvefur
2018-10-25
1
-1
/
+0
*
mod_mam: Upgrade case of invalid archive store driver to hard error
Kim Alvefur
2018-10-25
1
-5
/
+2
*
mod_mam: Ignore case of null storage driver
Kim Alvefur
2018-10-25
1
-7
/
+3
*
mod_mam: Add coment on how 'complete' works
Kim Alvefur
2018-06-10
1
-0
/
+2
*
mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128)
Kim Alvefur
2018-06-09
1
-1
/
+1
*
mod_mam: Remove unmatched closing paren
Kim Alvefur
2018-03-09
1
-1
/
+1
*
mod_mam: Add an option for whether to include 'total' counts by default in qu...
Kim Alvefur
2018-03-07
1
-2
/
+2
*
mod_mam: Log a debug message if archive expiry has been disabled
Kim Alvefur
2018-03-07
1
-0
/
+1
*
Backed out changeset 97a094fdf101, interferes with 6ddddfe05a74
Kim Alvefur
2018-03-07
1
-3
/
+1
*
mod_mam: Implement option to enable MAM implicitly when client support is det...
Kim Alvefur
2018-02-21
1
-1
/
+3
*
mod_mam: Also return the preferences on set
Emmanuel Gil Peyrot
2017-09-19
1
-7
/
+5
*
mod_mam: Log a message when not archiving because it only had ignored tags
Kim Alvefur
2017-09-18
1
-0
/
+1
*
mod_mam: Log a message in case archive deletion is not supported by the stora...
Kim Alvefur
2017-09-12
1
-1
/
+3
*
mod_mam: Use a FIFO queue for scheduling archive expiry
Kim Alvefur
2017-09-12
1
-4
/
+11
*
mod_mam: Factor out <stanza-id> stripping so it can be reused in two places
Kim Alvefur
2017-09-03
1
-23
/
+22
*
mod_mam: Clone stanza before stripping stanza id after carbons
Kim Alvefur
2017-09-03
1
-0
/
+1
*
mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961)
Kim Alvefur
2017-07-25
1
-14
/
+23
*
mod_mam: Request a total count if no items are requested
Kim Alvefur
2017-07-05
1
-1
/
+1
*
mod_mam: Attach stanza-id to original stanza (fixes #917)
Kim Alvefur
2017-05-20
1
-1
/
+1
*
mod_mam: Format timestamps in log message
Kim Alvefur
2017-05-07
1
-1
/
+3
*
mod_mam: Use correct variable
Kim Alvefur
2017-04-27
1
-1
/
+1
*
mod_mam: Don't ask the storage backend to count all items when expiry is disa...
Kim Alvefur
2017-04-26
1
-1
/
+7
*
mod_mam: Remove extraneous assert when opening the store
Emmanuel Gil Peyrot
2017-04-02
1
-1
/
+1
*
mod_mam: Remove dead code (default will be filled in by mamprefs.lib)
Kim Alvefur
2017-03-23
1
-8
/
+0
*
mod_mam: Handle default_archive_policy option consistently
Kim Alvefur
2017-03-16
1
-1
/
+1
*
mod_mam: Fix to treat first return value from archive:append as assigned ID
Kim Alvefur
2017-02-20
1
-1
/
+2
*
mod_mam: Remove repeated blank line
Kim Alvefur
2017-02-20
1
-2
/
+0
*
mod_mam: Fix typo in comment
Kim Alvefur
2017-02-20
1
-1
/
+1
*
mod_mam: Add missing wrapping <query> element when returning the query form
Kim Alvefur
2017-02-20
1
-1
/
+1
*
mod_mam: Update namespace to XEP-0313 v0.6
Kim Alvefur
2017-02-20
1
-1
/
+1
*
mod_mam: Strip stanza-id tags after carbons
Kim Alvefur
2017-02-19
1
-0
/
+13
*
mod_mam: Fix wording of comment
Kim Alvefur
2017-02-19
1
-1
/
+1
*
mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)
Kim Alvefur
2017-02-14
1
-0
/
+1
*
mod_mam: Move stanza ID namespace to a common variable
Kim Alvefur
2017-02-14
1
-2
/
+3
*
mod_mam: Correct import of util.rsm
Kim Alvefur
2017-02-04
1
-1
/
+1
*
mod_mam: Use correct local name for util.jid.prepped_split
Kim Alvefur
2017-01-23
1
-1
/
+1
*
mod_mam: Normalize copyright headers
Kim Alvefur
2017-01-23
1
-2
/
+8
*
mod_mam: Change store name to "archive" but make it configurable for people w...
Kim Alvefur
2017-01-11
1
-1
/
+1
*
mod_mam: Allow a set of namespaces to be stripped from stored stanzas, defaul...
Kim Alvefur
2016-12-19
1
-0
/
+15
*
mod_mam: If archive:delete() gives a number, this should be the number of del...
Kim Alvefur
2016-11-22
1
-5
/
+2
*
mod_mam: Add XEP-0359 tag
Kim Alvefur
2016-11-19
1
-0
/
+1
*
mod_mam: Filter out spoofed XEP-0359 tags
Kim Alvefur
2016-11-19
1
-0
/
+12
[prev]
[next]