log mod_http_muc_log/mod_http_muc_log.lua @ 3172:8d2fe3b93c15

age author description
2018-05-29 Kim Alvefur mod_http_muc_log: Handle errors while loading template file in a more graceful manner
2018-05-29 Kim Alvefur mod_http_muc_log: Include URL in disco#info for public rooms
2018-05-28 Kim Alvefur mod_http_muc_log: Use separate variable for filename and file handle
2018-05-28 Kim Alvefur mod_http_muc_log: Fix inverted logic
2018-05-28 Kim Alvefur mod_http_muc_log: Add comment about argument to policy function
2018-05-28 Kim Alvefur mod_http_muc_log: Add a note about changing how presence is treated
2018-05-28 Kim Alvefur mod_http_muc_log: Base read-access on whether anyone would be able to join (like MUC)
2018-05-28 Kim Alvefur mod_http_muc_log: Only exclude hidden rooms from listing (like disco#items)
2018-05-28 Kim Alvefur mod_http_muc_log: Improve readability of policy function
2017-11-21 Kim Alvefur mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days
2017-11-20 Kim Alvefur mod_http_muc_log: Check that there are timestamps to work with
2017-11-20 Kim Alvefur mod_http_muc_log: Lazy nex/prev link generation
2017-11-20 Kim Alvefur mod_http_muc_log: Fix the best comment
2017-11-20 Kim Alvefur mod_http_muc_log: Remove redundant else clauses
2017-11-20 Kim Alvefur mod_http_muc_log: Parse date out of path once
2017-11-20 Kim Alvefur mod_http_muc_log: Reword "back" links
2017-11-18 Kim Alvefur mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from
2017-11-18 Kim Alvefur mod_http_muc_log: Remove this one weird whitespace
2017-11-18 Kim Alvefur mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix)
2017-11-18 Kim Alvefur mod_http_muc_log: Add a function for rounding timestamps down to midnight
2017-11-17 Kim Alvefur mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view
2017-09-04 Kim Alvefur mod_http_muc_log: Ignore 'logging' room option, it's no longer set by mod_mam_muc
2017-04-13 Kim Alvefur mod_http_muc_log: Remove caching
2017-03-01 Kim Alvefur mod_http_muc_log: Fix prev/next date finding
2017-03-01 Kim Alvefur mod_http_muc_log: Rename loop variable to avoid name clash
2017-03-01 Kim Alvefur mod_http_muc_log: Move scope of variables into loop
2017-03-01 Kim Alvefur mod_http_muc_log: Add some comments
2016-07-08 Kim Alvefur mod_http_muc_log: Find next and previous date with date index if this is supported by the storage driver
2016-07-08 Kim Alvefur mod_http_muc_log: Link to next day with content, regardless of type (simplifes)
2015-09-07 Kim Alvefur mod_http_muc_log: If archive driver provides the dates method, use it
2015-05-19 Kim Alvefur mod_http_muc_log: Template engine thing moved into util.interpolation
2015-04-11 Kim Alvefur mod_http_muc_log: Fix passing dates trough util.datetime twice;
2015-04-07 Kim Alvefur mod_http_muc_log: Cleanup [luacheck]
2015-03-11 Kim Alvefur mod_http_muc_log: Alter template language to more simply allow optional bits in templates
2015-02-10 Kim Alvefur mod_http_muc_log: Switch to a calendar view for selecting dates
2015-02-08 Kim Alvefur mod_http_muc_log: Sort date list in reverse
2014-12-03 Kim Alvefur mod_http_muc_log: Split out template into a configurable file.
2014-12-02 Kim Alvefur mod_http_muc_log: Revamp template system
2014-12-02 Kim Alvefur mod_http_muc_log: List rooms with logging explicitly enabled
2014-12-02 Kim Alvefur mod_http_muc_log: Include charset in Content-Type header
2014-11-20 Kim Alvefur mod_http_muc_log: Show only messages with presentable content
2014-11-20 Kim Alvefur mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages
2014-11-20 Kim Alvefur mod_http_muc_log: Send a HTML mime type with responses
2014-11-20 Kim Alvefur mod_http_muc_log: Fix use with old (until 0.10) MUC API
2014-11-18 Kim Alvefur mod_mam_muc, mod_http_muc_log: Change store name from 'archive2' to 'muc_log' to distinguish it from personal MAM archives. Old data will require migration.
2014-11-09 Kim Alvefur mod_http_muc_log: Remove infinity limit
2014-11-09 Kim Alvefur mod_http_muc_log: Style fixes and mobile optimizations
2014-11-09 Kim Alvefur mod_http_muc_log: Hide prev/next when on the edge of the archive
2014-11-09 Kim Alvefur mod_http_muc_log: Render arrows in prev/next links using CSS
2014-11-09 Kim Alvefur mod_http_muc_log: Remove unnessesary character from pattern
2014-11-09 Kim Alvefur mod_http_muc_log: Include the canonical URL in a meta tag
2014-11-09 Kim Alvefur mod_http_muc_log: Fix closing tag
2014-11-09 Kim Alvefur mod_http_muc_log: Fix header margin
2014-11-09 Kim Alvefur mod_http_muc_log: Search for next date with messages from 00:00:00, not 00:00:01
2014-11-09 Kim Alvefur mod_http_muc_log: Make pretty
2014-11-09 Kim Alvefur mod_http_muc_log: Make MUC local code identical to mod_mam_muc
2014-11-09 Kim Alvefur mod_http_muc_log: List only dates with messages
2014-11-09 Kim Alvefur mod_http_muc_log: Have URL of date list page end with a slash
2014-11-08 Kim Alvefur mod_http_muc_log: Strip some whitespace
2014-11-08 Kim Alvefur mod_http_muc_log: MUC log module using new archive API