log mod_archive/mod_archive.lua @ 737:e4ea03b060ed

age author description
Wed, 04 Jul 2012 14:08:43 +0200 Olivier Goffart mod_archive: switch from/to
Wed, 04 Jul 2012 13:58:31 +0200 Olivier Goffart mod_archive: Fix duplicate messages stored
Wed, 04 Jul 2012 13:49:57 +0200 Olivier Goffart mod_archive: Fix hour offset in stored message date
Thu, 29 Mar 2012 10:32:40 +0800 shinysky mod_archive: applied patch from stephen.weber@gswot.org to fix issue 6 and 7; need fully test.
Fri, 13 Aug 2010 20:21:39 +0800 shinysky mod_archive: added some config options.
Tue, 10 Aug 2010 09:26:52 +0800 shinysky mod_archive: use usermanager to check if some user exists
Mon, 09 Aug 2010 18:45:51 +0800 shinysky mod_archive: minor fix;
Wed, 04 Aug 2010 12:36:27 +0800 shinysky mod_archive: fixed some serious bugs.
Thu, 29 Jul 2010 17:39:28 +0800 shinysky mod_archive: make sure result set are sorted in chronological order.
Thu, 29 Jul 2010 17:12:55 +0800 shinysky mod_archive: refactor
Thu, 29 Jul 2010 17:05:23 +0800 shinysky mod_archive: exit for loop as soon as possible.
Thu, 29 Jul 2010 14:36:41 +0800 shinysky mod_archive: keep collections in REVERSE chronological order(not tested).
Mon, 26 Jul 2010 21:15:41 +0800 shinysky mod_archive: keep collections in chronological order.
Sun, 25 Jul 2010 20:55:04 +0800 shinysky mod_archive: Mapping an message to some collection based on timestamp
Sun, 25 Jul 2010 18:18:26 +0800 shinysky mod_archive: minor fix.
Sun, 25 Jul 2010 01:44:57 +0800 shinysky mod_archive: interpret preferences when do auto archiving.
Wed, 14 Jul 2010 16:49:38 +0800 shinysky mod_archive: Replication is done!
Tue, 13 Jul 2010 23:24:49 +0800 shinysky mod_archive: added a 'access' attribute to the chat element, representing the time last accessed.
Thu, 08 Jul 2010 13:46:04 +0800 shinysky mod_archive: '7.3 Removing a Collection' is DONE, so '7. Archive Management' is DONE.
Wed, 07 Jul 2010 22:07:36 +0800 shinysky mod_archive: XEP-0059 Result Set Management for Retrieving a Collection is DONE
Wed, 07 Jul 2010 17:31:31 +0800 shinysky mod_archive: XEP-0059 Result Set Management for Retrieving a List of Collections is DONE
Tue, 06 Jul 2010 00:18:12 +0800 shinysky mod_archive: XEP-0059: Result Set Management - Limiting the Number of Items; Paging Forwards Through a Result Set; Getting the Item Count
Mon, 05 Jul 2010 14:27:39 +0800 shinysky mod_archive: Archive Management - Retrieving a List of Collections
Sun, 27 Jun 2010 15:04:24 +0800 shinysky mod_archive: there can be only one note/previous/next/x element in a collection.
Sun, 27 Jun 2010 14:03:56 +0800 shinysky mod_archive: first commit for manual archiving, need polishing
Mon, 21 Jun 2010 15:28:57 +0800 shinysky mod_archive: now auto archiving is almost done.
Mon, 14 Jun 2010 22:13:33 +0800 shinysky mod_archive: Now we can archive messages, even though not in organized way.
Sun, 13 Jun 2010 23:47:50 +0800 shinysky mod_archive: The element auto MAY include a 'scope' attribute; Added message hook.
Sun, 06 Jun 2010 00:04:04 +0800 shinysky mod_archive: preference handling is done.
Sat, 29 May 2010 22:02:36 +0800 shinysky mod_archive: Added features: Determining Server Support & Determining Preferences
Mon, 24 May 2010 09:08:06 +0800 shinysky initial commitment of mod_archive