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.