log mod_mam/mod_mam.lua @ 1632:050d101af207

age author description
2014-12-18 Kim Alvefur mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)
2014-08-15 Kim Alvefur mod_mam: Update to version 0.3 of XEP-0313
2014-04-30 Kim Alvefur mod_mam: Mirror to and from attributes from iq on result messages
2014-04-30 Kim Alvefur mod_mam: Update copyright header
2014-04-30 Kim Alvefur mod_mam: Shuffle imports
2014-03-23 Kim Alvefur mod_mam, mod_mam_muc: Check that storagemanager didn't return an instance of the null storage method (Thanks Jonathan)
2014-02-28 Kim Alvefur Backed out changeset 853a382c9bd6
2014-02-28 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
2013-09-05 Kim Alvefur mod_mam: Stamp outgoing messages with <archived> as well, but remove it after they should have passed through mod_carbons
2013-09-05 Kim Alvefur mod_mam: Include textual error if archive query failed
2013-09-05 Kim Alvefur mod_mam: Log error message if unable to open archive storage
2013-08-11 Kim Alvefur mod_mam: Remove unused table, it was moved to one of the libs
2013-08-11 Kim Alvefur mod_mam: Add support for XEP-0334: Message Processing Hints
2013-08-11 Kim Alvefur mod_mam: Clean up and explain the code that determines who's archive we put the message in
2013-08-10 Kim Alvefur mod_mam: Break out routines for converting prefs between XML and our internal representation into a library
2013-07-13 Kim Alvefur mod_mam: Update to use 'archive' storage type. Note: this breaks support with 0.9 and older.
2013-07-13 Kim Alvefur mod_mam: Swap first and last first for a simpler argument to RSM in reverse queries
2013-07-12 Kim Alvefur mod_mam: Neater reply building
2013-07-12 Kim Alvefur mod_mam: Use more specific hook
2013-07-12 Kim Alvefur mod_mam: Split out preference functions into a lib for easy reuse
2013-06-29 Kim Alvefur mod_mam: Stamp <archived> on incoming stanzas after archiving them
2013-06-29 Kim Alvefur mod_mam: The forwarded message should be a child of the MAM result element
2013-04-11 Kim Alvefur mod_mam: Report the total number of messages, not how many messages were sent during the query
2013-01-27 Thijs Alkemade mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
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.