Log

mod_http_muc_log/mod_http_muc_log.lua @ 5203:c60cff787d6a

description author age
Merge Kim Alvefur 2022-12-18
Backed out changeset 85882735fd33 Jonas Schäfer 2022-12-17
mod_http_muc_log: make default presence visibility configurable Jonas Schäfer 2022-12-17
mod_http_muc_log: Move CSS and JS out of template Kim Alvefur 2022-12-04
mod_http_muc_log: Use stanza:find to save a few bytes Kim Alvefur 2022-08-15
mod_http_muc_log: Use XEP-0421 ID over nickname for XEP-0308 Kim Alvefur 2022-08-15
mod_http_muc_log: Use XEP-0359 ID if available Kim Alvefur 2022-08-15
mod_http_muc_log: Rename variable for improved clarity Kim Alvefur 2022-08-15
mod_http_muc_log: Remove dead code Kim Alvefur 2022-08-15
mod_http_muc_log: Link to replied-to message using XEP-0461: Message Replies Kim Alvefur 2022-08-12
mod_http_muc_log: Mention relevant XEPs in comments Kim Alvefur 2022-08-12
mod_http_muc_log: Drop support for pre-0.11 MUC API Kim Alvefur 2022-07-02
mod_http_muc_log: Show XEP-0444 reactions Kim Alvefur 2022-06-26
mod_http_muc_log: Fix exception on lack of trailing slash in room path Kim Alvefur 2022-04-22
mod_http_muc_log: Show messages moderated using XEP-0425 Kim Alvefur 2021-11-22
mod_http_muc_log: Sort rooms with a description before those without Kim Alvefur 2021-09-11
mod_http_muc_log: Add way to list certain rooms in a specified order Kim Alvefur 2021-09-11
mod_http_muc_log: Find edit relations using XEP-0308 Kim Alvefur 2021-06-15
mod_http_muc_log: Move out nickname into a variable for future reuse Kim Alvefur 2021-06-15
mod_http_muc_log: Add some spacing around code for readability Kim Alvefur 2021-06-15
mod_http_muc_log: Move template into a directory to ease packaging Kim Alvefur 2020-10-08
mod_http_muc_log: Add link to room list from logs page Kim Alvefur 2020-05-26
mod_http_muc_log: Expose JID localpart to the template Emmanuel Gil Peyrot 2020-02-17
mod_http_muc_log: Reduce hashtable lookups Emmanuel Gil Peyrot 2020-02-17
mod_http_muc_log: Set a http app title Kim Alvefur 2019-11-23
mod_http_muc_log: Refactor calendarization of date list into a template filter BC Kim Alvefur 2019-11-17
mod_http_muc_log: Fix sorting months Kim Alvefur 2019-11-17
mod_http_muc_log: Add comment about the routing of years and logs pages Kim Alvefur 2019-10-20
mod_http_muc_log: Add arrow to 'latest' link like on other navigation Kim Alvefur 2019-10-13
mod_http_muc_log: Compose page title from room data Kim Alvefur 2019-10-13
mod_http_muc_log: Add date metadata to log pages Kim Alvefur 2019-10-13
mod_http_muc_log: Expose xml:lang from each message/body #a11y Kim Alvefur 2019-10-09
mod_http_muc_log: Use configured room language in room title/desc #a11y Kim Alvefur 2019-10-09
mod_http_muc_log: Hide room join link from room listing Kim Alvefur 2019-09-29
mod_http_muc_log: Wrap navigation in unorderded lists (thanks jonas’) Kim Alvefur 2019-09-29
mod_http_muc_log: Hide join/part controls if they are not stored by mod_muc_mam Kim Alvefur 2019-05-16
mod_http_muc_log: Allow specifying the default view Kim Alvefur 2019-05-12
mod_http_muc_log: Preserve ?query part in redirect Kim Alvefur 2019-05-13
mod_http_muc_log: Add navigation link to latest page Kim Alvefur 2019-05-13
mod_http_muc_log: Correctly build absolute URLs Kim Alvefur 2019-05-13
mod_http_muc_log: Provide a redirect to 'latest' day with logs (fixes #1360) Kim Alvefur 2019-05-12
mod_http_muc_log: Fix Y10k bug Kim Alvefur 2019-05-12
mod_http_muc_log: Trim trailing whitespace [luacheck] Kim Alvefur 2019-05-05
mod_http_muc_log: Add option to show OOB images Kim Alvefur 2019-05-05
mod_http_muc_log: Sort room listing by jid for stable order Kim Alvefur 2019-05-05
mod_http_muc_log: Allow trailing slash after date Kim Alvefur 2019-04-09
mod_http_muc_log: Split long line [luacheck] Kim Alvefur 2019-03-13
mod_http_muc_log: Add functionality for hiding joins and parts Kim Alvefur 2019-03-13
mod_http_muc_log: Close unclosed <p/> tag in template. Emmanuel Gil Peyrot 2018-08-25
mod_http_muc_log: Handle errors while loading template file in a more graceful manner Kim Alvefur 2018-05-29
mod_http_muc_log: Include URL in disco#info for public rooms Kim Alvefur 2018-05-29
mod_http_muc_log: Use separate variable for filename and file handle Kim Alvefur 2018-05-28
mod_http_muc_log: Fix inverted logic Kim Alvefur 2018-05-28
mod_http_muc_log: Add comment about argument to policy function Kim Alvefur 2018-05-28
mod_http_muc_log: Add a note about changing how presence is treated Kim Alvefur 2018-05-28
mod_http_muc_log: Base read-access on whether anyone would be able to join (like MUC) Kim Alvefur 2018-05-28
mod_http_muc_log: Only exclude hidden rooms from listing (like disco#items) Kim Alvefur 2018-05-28
mod_http_muc_log: Improve readability of policy function Kim Alvefur 2018-05-28
mod_http_muc_log: Generate empty pages in lazy mode, so that one can navigate past quiet days Kim Alvefur 2017-11-21
mod_http_muc_log: Check that there are timestamps to work with Kim Alvefur 2017-11-20
mod_http_muc_log: Lazy nex/prev link generation Kim Alvefur 2017-11-20
mod_http_muc_log: Fix the best comment Kim Alvefur 2017-11-20
mod_http_muc_log: Remove redundant else clauses Kim Alvefur 2017-11-20
mod_http_muc_log: Parse date out of path once Kim Alvefur 2017-11-20
mod_http_muc_log: Reword "back" links Kim Alvefur 2017-11-20
mod_http_muc_log: Return a 404 page if there are no messages to derive a time span from Kim Alvefur 2017-11-18
mod_http_muc_log: Remove this one weird whitespace Kim Alvefur 2017-11-18
mod_http_muc_log: Round down timestamps to midnight in order to fix an off by one issue (thanks asterix) Kim Alvefur 2017-11-18
mod_http_muc_log: Add a function for rounding timestamps down to midnight Kim Alvefur 2017-11-18
mod_http_muc_log: Switch to an inaccurate but O(1) method of producing the calendar view Kim Alvefur 2017-11-17
mod_http_muc_log: Ignore 'logging' room option, it's no longer set by mod_mam_muc Kim Alvefur 2017-09-04
mod_http_muc_log: Remove caching Kim Alvefur 2017-04-13
mod_http_muc_log: Fix prev/next date finding Kim Alvefur 2017-03-01
mod_http_muc_log: Rename loop variable to avoid name clash Kim Alvefur 2017-03-01
mod_http_muc_log: Move scope of variables into loop Kim Alvefur 2017-03-01
mod_http_muc_log: Add some comments Kim Alvefur 2017-03-01
mod_http_muc_log: Find next and previous date with date index if this is supported by the storage driver Kim Alvefur 2016-07-08
mod_http_muc_log: Link to next day with content, regardless of type (simplifes) Kim Alvefur 2016-07-08
mod_http_muc_log: If archive driver provides the dates method, use it Kim Alvefur 2015-09-07
mod_http_muc_log: Template engine thing moved into util.interpolation Kim Alvefur 2015-05-19
mod_http_muc_log: Fix passing dates trough util.datetime twice; Kim Alvefur 2015-04-11
mod_http_muc_log: Cleanup [luacheck] Kim Alvefur 2015-04-07
mod_http_muc_log: Alter template language to more simply allow optional bits in templates Kim Alvefur 2015-03-11
mod_http_muc_log: Switch to a calendar view for selecting dates Kim Alvefur 2015-02-10
mod_http_muc_log: Sort date list in reverse Kim Alvefur 2015-02-08
mod_http_muc_log: Split out template into a configurable file. Kim Alvefur 2014-12-03
mod_http_muc_log: Revamp template system Kim Alvefur 2014-12-02
mod_http_muc_log: List rooms with logging explicitly enabled Kim Alvefur 2014-12-02
mod_http_muc_log: Include charset in Content-Type header Kim Alvefur 2014-12-02
mod_http_muc_log: Show only messages with presentable content Kim Alvefur 2014-11-20
mod_http_muc_log: Use archive IDs to find next and previous dates that contain messages Kim Alvefur 2014-11-20
mod_http_muc_log: Send a HTML mime type with responses Kim Alvefur 2014-11-20
mod_http_muc_log: Fix use with old (until 0.10) MUC API Kim Alvefur 2014-11-20
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. Kim Alvefur 2014-11-18
mod_http_muc_log: Remove infinity limit Kim Alvefur 2014-11-09
mod_http_muc_log: Style fixes and mobile optimizations Kim Alvefur 2014-11-09
mod_http_muc_log: Hide prev/next when on the edge of the archive Kim Alvefur 2014-11-09
mod_http_muc_log: Render arrows in prev/next links using CSS Kim Alvefur 2014-11-09
mod_http_muc_log: Remove unnessesary character from pattern Kim Alvefur 2014-11-09
mod_http_muc_log: Include the canonical URL in a meta tag Kim Alvefur 2014-11-09
mod_http_muc_log: Fix closing tag Kim Alvefur 2014-11-09
mod_http_muc_log: Fix header margin Kim Alvefur 2014-11-09
mod_http_muc_log: Search for next date with messages from 00:00:00, not 00:00:01 Kim Alvefur 2014-11-09
mod_http_muc_log: Make pretty Kim Alvefur 2014-11-09
mod_http_muc_log: Make MUC local code identical to mod_mam_muc Kim Alvefur 2014-11-09
mod_http_muc_log: List only dates with messages Kim Alvefur 2014-11-09
mod_http_muc_log: Have URL of date list page end with a slash Kim Alvefur 2014-11-09
mod_http_muc_log: Strip some whitespace Kim Alvefur 2014-11-08
mod_http_muc_log: MUC log module using new archive API Kim Alvefur 2014-11-08