log mod_mam/mod_mam.lua @ 1758:7ba877e2d660

age author description
2015-05-18 Kim Alvefur mod_mam: Fire event on successful storage of message
2015-05-17 Kim Alvefur mod_mam: There are other storage backends that support archives now
2015-05-05 Kim Alvefur mod_mam: Semicolons!
2015-05-03 Kim Alvefur mod_mam: Reverse the order of reversed queries back to chronological order
2015-05-03 Kim Alvefur mod_mam: Move variable into loop scope
2015-05-03 Kim Alvefur mod_mam: Rename variable
2015-05-03 Kim Alvefur mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage
2015-05-03 Kim Alvefur mod_mam: Always return true when a stanza event has been handled
2015-04-25 Kim Alvefur mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2
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