log mod_mam/mod_mam.lua @ 822:1f45cef9e5c7

age author description
2012-08-27 Kim Alvefur mod_mam: Fix variable name, blame autocomplete
2012-08-16 Kim Alvefur mod_mam: Report id of first item and number of items sent.
2012-08-16 Kim Alvefur mod_mam: Change storage format to store bare JID + resource.
2012-08-16 Kim Alvefur mod_mam: remove useless check
2012-07-27 Kim Alvefur mod_mam: Stricter validation, reject invalid timestamps, jids.
2012-06-11 Kim Alvefur mod_mam: Enforce max results even if RSM isn't used.
2012-06-08 Kim Alvefur mod_mam: Fix typo
2012-06-08 Kim Alvefur mod_mam: Enforce a max number of items returned, with a default.
2012-06-08 Kim Alvefur mod_mam: Move RSM pointer to last message into a MAM-namespaced child
2012-06-08 Kim Alvefur mod_mam: Fix issue with get_text() and clean some unneeded variables.
2012-06-08 Kim Alvefur mod_mam: Implement support for Result Set Management in queries.
2012-05-24 Kim Alvefur mod_mam: Put name of store in a single variable
2012-05-24 Kim Alvefur mod_mam: Remove unused local
2012-05-24 Kim Alvefur mod_mam: Break when the message is more recent than the range requested
2012-05-24 Kim Alvefur mod_mam: local tostring and some comments
2012-05-24 Thijs Alkemade mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag.
2012-05-21 Thijs Alkemade mod_mam: Add the UID to the <result> when sending an archived message back.
2012-04-22 Kim Alvefur mod_mam: Update header
2012-04-19 Kim Alvefur mod_mam: Remove archived tag, as this was dropped from the submitted spec
2012-02-28 Kim Alvefur mod_mam: Bumb priority up above carbons, so that archive ids are included
2012-02-28 Kim Alvefur mod_mam: Add missing up()
2012-02-28 Kim Alvefur mod_mam: Try to not bork when sending a message to your bare jid
2012-01-15 Kim Alvefur mod_mam: Store the message id more accessible.
2012-01-15 Kim Alvefur mod_mam: Implement archiving preferences.
2012-01-06 Kim Alvefur mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP