mod_mam: Include 'w' (week) in pattern for "archive_expires_after" option (fixes #627)
|
Kim Alvefur |
2016-02-15 |
mod_mam: Add some debug logging
|
Kim Alvefur |
2016-02-04 |
mod_mam: Add a bit of randomness to cleanup intervals to keep some time between multiple instances
|
Kim Alvefur |
2016-02-02 |
mod_mam: Compensate for small change in mod_disco between 0.9 and 0.10
|
Kim Alvefur |
2016-01-24 |
mod_mam: This was meant to be a debug message
|
Kim Alvefur |
2016-01-22 |
mod_mam: Fix Top Level Error from string[table] = nil instead of table[string] = nil
|
Kim Alvefur |
2016-01-19 |
mod_mam: Use the fallback driver if either the null driver or a driver that does not implement the archive api is returned
|
Kim Alvefur |
2016-01-19 |
mod_mam: Include an in-memory fallback driver
|
Kim Alvefur |
2016-01-19 |
mod_mam: Allow interval between archive cleanup to be changed
|
Kim Alvefur |
2016-01-19 |
mod_mam: Merge identical conditional blocks
|
Kim Alvefur |
2016-01-19 |
mod_mam: Bit of spacing between blocks of code
|
Kim Alvefur |
2016-01-19 |
mod_mam: Always convert 'total' to a number
|
Kim Alvefur |
2016-01-19 |
mod_mam: Fix order of arguments to archive append
|
Kim Alvefur |
2016-01-19 |
mod_mam: Enable archiving by default, less of a privacy issue if messages expire
|
Kim Alvefur |
2016-01-19 |
mod_mam: Add support for trimming old archived messages
|
Kim Alvefur |
2016-01-19 |
mod_mam: Fix accidental global access
|
Kim Alvefur |
2016-01-09 |
mod_mam: Improve error messages when failed to open storage
|
Kim Alvefur |
2016-01-09 |
mod_mam: Clarify condition presendence
|
Kim Alvefur |
2015-12-09 |
mod_mam: Store chat messages and normal messages with a body
|
Kim Alvefur |
2015-08-26 |
mod_mam: Unindent 'else' block
|
Kim Alvefur |
2015-08-26 |
mod_mam: Support both spellings of XEP-0334 processing hints until XEP is clarified
|
Kim Alvefur |
2015-07-18 |
mod_mam: Same with no-storage, not no-store
|
Kim Alvefur |
2015-07-02 |
mod_mam: Fix message hints, it's no-permanent-*storage*, not ..-store
|
Kim Alvefur |
2015-07-02 |
mod_mam: Fire event on successful storage of message
|
Kim Alvefur |
2015-05-18 |
mod_mam: There are other storage backends that support archives now
|
Kim Alvefur |
2015-05-17 |
mod_mam: Semicolons!
|
Kim Alvefur |
2015-05-05 |
mod_mam: Reverse the order of reversed queries back to chronological order
|
Kim Alvefur |
2015-05-03 |
mod_mam: Move variable into loop scope
|
Kim Alvefur |
2015-05-03 |
mod_mam: Rename variable
|
Kim Alvefur |
2015-05-03 |
mod_mam: Support the mandatory 'complete' attribute by requesting one extra item from storage
|
Kim Alvefur |
2015-05-03 |
mod_mam: Always return true when a stanza event has been handled
|
Kim Alvefur |
2015-05-03 |
mod_mam: Advertise feature in disco#info for account as per XEP-0313 >= 0.2
|
Kim Alvefur |
2015-04-25 |
mod_mam: Make sure default_archive_policy is a boolean or "roster" (thanks souliane)
|
Kim Alvefur |
2014-12-18 |
mod_mam: Update to version 0.3 of XEP-0313
|
Kim Alvefur |
2014-08-15 |
mod_mam: Mirror to and from attributes from iq on result messages
|
Kim Alvefur |
2014-04-30 |
mod_mam: Update copyright header
|
Kim Alvefur |
2014-04-30 |
mod_mam: Shuffle imports
|
Kim Alvefur |
2014-04-30 |
mod_mam, mod_mam_muc: Check that storagemanager didn't return an instance of the null storage method (Thanks Jonathan)
|
Kim Alvefur |
2014-03-23 |
Backed out changeset 853a382c9bd6
|
Kim Alvefur |
2014-02-28 |
mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
|
Kim Alvefur |
2014-02-28 |
mod_mam: Stamp outgoing messages with <archived> as well, but remove it after they should have passed through mod_carbons
|
Kim Alvefur |
2013-09-05 |
mod_mam: Include textual error if archive query failed
|
Kim Alvefur |
2013-09-05 |
mod_mam: Log error message if unable to open archive storage
|
Kim Alvefur |
2013-09-05 |
mod_mam: Remove unused table, it was moved to one of the libs
|
Kim Alvefur |
2013-08-11 |
mod_mam: Add support for XEP-0334: Message Processing Hints
|
Kim Alvefur |
2013-08-11 |
mod_mam: Clean up and explain the code that determines who's archive we put the message in
|
Kim Alvefur |
2013-08-11 |
mod_mam: Break out routines for converting prefs between XML and our internal representation into a library
|
Kim Alvefur |
2013-08-10 |
mod_mam: Update to use 'archive' storage type. Note: this breaks support with 0.9 and older.
|
Kim Alvefur |
2013-07-13 |
mod_mam: Swap first and last first for a simpler argument to RSM in reverse queries
|
Kim Alvefur |
2013-07-13 |
mod_mam: Neater reply building
|
Kim Alvefur |
2013-07-12 |
mod_mam: Use more specific hook
|
Kim Alvefur |
2013-07-12 |
mod_mam: Split out preference functions into a lib for easy reuse
|
Kim Alvefur |
2013-07-12 |
mod_mam: Stamp <archived> on incoming stanzas after archiving them
|
Kim Alvefur |
2013-06-29 |
mod_mam: The forwarded message should be a child of the MAM result element
|
Kim Alvefur |
2013-06-29 |
mod_mam: Report the total number of messages, not how many messages were sent during the query
|
Kim Alvefur |
2013-04-11 |
mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
|
Thijs Alkemade |
2013-01-27 |
mod_mam: Fix variable name, blame autocomplete
|
Kim Alvefur |
2012-08-27 |
mod_mam: Report id of first item and number of items sent.
|
Kim Alvefur |
2012-08-16 |
mod_mam: Change storage format to store bare JID + resource.
|
Kim Alvefur |
2012-08-16 |
mod_mam: remove useless check
|
Kim Alvefur |
2012-08-16 |
mod_mam: Stricter validation, reject invalid timestamps, jids.
|
Kim Alvefur |
2012-07-27 |
mod_mam: Enforce max results even if RSM isn't used.
|
Kim Alvefur |
2012-06-11 |
mod_mam: Fix typo
|
Kim Alvefur |
2012-06-08 |
mod_mam: Enforce a max number of items returned, with a default.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Move RSM pointer to last message into a MAM-namespaced child
|
Kim Alvefur |
2012-06-08 |
mod_mam: Fix issue with get_text() and clean some unneeded variables.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Implement support for Result Set Management in queries.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Put name of store in a single variable
|
Kim Alvefur |
2012-05-24 |
mod_mam: Remove unused local
|
Kim Alvefur |
2012-05-24 |
mod_mam: Break when the message is more recent than the range requested
|
Kim Alvefur |
2012-05-24 |
mod_mam: local tostring and some comments
|
Kim Alvefur |
2012-05-24 |
mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag.
|
Thijs Alkemade |
2012-05-24 |
mod_mam: Add the UID to the <result> when sending an archived message back.
|
Thijs Alkemade |
2012-05-21 |
mod_mam: Update header
|
Kim Alvefur |
2012-04-22 |
mod_mam: Remove archived tag, as this was dropped from the submitted spec
|
Kim Alvefur |
2012-04-19 |
mod_mam: Bumb priority up above carbons, so that archive ids are included
|
Kim Alvefur |
2012-02-28 |
mod_mam: Add missing up()
|
Kim Alvefur |
2012-02-28 |
mod_mam: Try to not bork when sending a message to your bare jid
|
Kim Alvefur |
2012-02-28 |
mod_mam: Store the message id more accessible.
|
Kim Alvefur |
2012-01-15 |
mod_mam: Implement archiving preferences.
|
Kim Alvefur |
2012-01-15 |
mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP
|
Kim Alvefur |
2012-01-06 |