log mod_archive/mod_archive.lua @ 903:8a1beff848c1

age author description
2012-07-27 Matthew Wild Merge with Oliver Gerlich
2012-06-11 Oliver Gerlich mod_archive: cope with <list> requests which don't have a <set> tag
2012-07-04 Olivier Goffart mod_archive: switch from/to
2012-07-04 Olivier Goffart mod_archive: Fix duplicate messages stored
2012-07-04 Olivier Goffart mod_archive: Fix hour offset in stored message date
2012-03-29 shinysky mod_archive: applied patch from stephen.weber@gswot.org to fix issue 6 and 7; need fully test.
2010-08-13 shinysky mod_archive: added some config options.
2010-08-10 shinysky mod_archive: use usermanager to check if some user exists
2010-08-09 shinysky mod_archive: minor fix;
2010-08-04 shinysky mod_archive: fixed some serious bugs.
2010-07-29 shinysky mod_archive: make sure result set are sorted in chronological order.
2010-07-29 shinysky mod_archive: refactor
2010-07-29 shinysky mod_archive: exit for loop as soon as possible.
2010-07-29 shinysky mod_archive: keep collections in REVERSE chronological order(not tested).
2010-07-26 shinysky mod_archive: keep collections in chronological order.
2010-07-25 shinysky mod_archive: Mapping an message to some collection based on timestamp
2010-07-25 shinysky mod_archive: minor fix.
2010-07-24 shinysky mod_archive: interpret preferences when do auto archiving.
2010-07-14 shinysky mod_archive: Replication is done!
2010-07-13 shinysky mod_archive: added a 'access' attribute to the chat element, representing the time last accessed.
2010-07-08 shinysky mod_archive: '7.3 Removing a Collection' is DONE, so '7. Archive Management' is DONE.
2010-07-07 shinysky mod_archive: XEP-0059 Result Set Management for Retrieving a Collection is DONE
2010-07-07 shinysky mod_archive: XEP-0059 Result Set Management for Retrieving a List of Collections is DONE
2010-07-05 shinysky mod_archive: XEP-0059: Result Set Management - Limiting the Number of Items; Paging Forwards Through a Result Set; Getting the Item Count
2010-07-05 shinysky mod_archive: Archive Management - Retrieving a List of Collections
2010-06-27 shinysky mod_archive: there can be only one note/previous/next/x element in a collection.
2010-06-27 shinysky mod_archive: first commit for manual archiving, need polishing
2010-06-21 shinysky mod_archive: now auto archiving is almost done.
2010-06-14 shinysky mod_archive: Now we can archive messages, even though not in organized way.
2010-06-13 shinysky mod_archive: The element auto MAY include a 'scope' attribute; Added message hook.
2010-06-05 shinysky mod_archive: preference handling is done.
2010-05-29 shinysky mod_archive: Added features: Determining Server Support & Determining Preferences
2010-05-24 shinysky initial commitment of mod_archive