log mod_http_muc_log/mod_http_muc_log.lua @ 2826:ed26608920d4

age author description
Fri, 17 Nov 2017 16:30:53 +0100 Kim Alvefur mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view
Mon, 04 Sep 2017 14:49:37 +0200 Kim Alvefur mod_http_muc_log: Ignore 'logging' room option, it's no longer set by mod_mam_muc
Thu, 13 Apr 2017 22:47:09 +0200 Kim Alvefur mod_http_muc_log: Remove caching
Wed, 01 Mar 2017 20:34:17 +0100 Kim Alvefur mod_http_muc_log: Fix prev/next date finding
Wed, 01 Mar 2017 20:33:58 +0100 Kim Alvefur mod_http_muc_log: Rename loop variable to avoid name clash
Wed, 01 Mar 2017 20:31:08 +0100 Kim Alvefur mod_http_muc_log: Move scope of variables into loop
Wed, 01 Mar 2017 20:29:40 +0100 Kim Alvefur mod_http_muc_log: Add some comments
Fri, 08 Jul 2016 22:40:30 +0200 Kim Alvefur mod_http_muc_log: Find next and previous date with date index if this is supported by the storage driver
Fri, 08 Jul 2016 22:39:41 +0200 Kim Alvefur mod_http_muc_log: Link to next day with content, regardless of type (simplifes)
Mon, 07 Sep 2015 16:27:26 +0200 Kim Alvefur mod_http_muc_log: If archive driver provides the dates method, use it
Tue, 19 May 2015 16:13:00 +0200 Kim Alvefur mod_http_muc_log: Template engine thing moved into util.interpolation
Sat, 11 Apr 2015 21:43:32 +0200 Kim Alvefur mod_http_muc_log: Fix passing dates trough util.datetime twice;
Tue, 07 Apr 2015 18:12:40 +0200 Kim Alvefur mod_http_muc_log: Cleanup [luacheck]
Wed, 11 Mar 2015 13:29:23 +0100 Kim Alvefur mod_http_muc_log: Alter template language to more simply allow optional bits in templates
Tue, 10 Feb 2015 15:00:10 +0100 Kim Alvefur mod_http_muc_log: Switch to a calendar view for selecting dates