log mod_muc_log_http/muc_log_http/mod_muc_log_http.lua @ 4018:f27becd421bd

age author description
2014-11-20 Kim Alvefur mod_muc_log_http: Import old util.datamanager, fixes fetching of data if non-default storage is configured
2014-06-24 Vadim Misbakh-Soloviov mod_muc_log, mod_muc_log_http: Make compatible with both new and old MUC API
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2014-01-04 Waqas Hussain mod_muc_log_http: URL-encode room names. This allows special characters in room names to work. Ideally this escaping shouldn’t be done in the user visible content, but the module’s template system doesn’t currently allow that.
2013-12-14 Kim Alvefur mod_muc_log_http: Fix indentation
2013-12-14 Kim Alvefur mod_muc_log_http: Change config option back to what it says in the docs (Thanks Alex for noticing)
2013-07-10 Kim Alvefur mod_muc_log_http: Have same default for showing presence as mod_muc_log
2013-06-01 Marco Cirillo mod_muc_log_http: rectify imported function name (it's fire_event).
2013-06-01 Marco Cirillo mod_muc_log, mod_muc_log_http: backport changes from Metronome.
2013-05-26 Kim Alvefur mod_muc_log_http: Don't use nonexistent API
2013-05-09 Marco Cirillo mod_muc_log, mod_muc_log_http: cleanup syntax (off with the "~= nil"), and cut down wild table indexing.
2013-04-07 Marco Cirillo mod_muc_log_http: remove overlapping imports.
2013-04-07 Marco Cirillo mod_muc_log_http: do some more cleanup of the code.
2013-04-07 Marco Cirillo mod_muc_log_http: use datamanager's encoding function to encode room names.
2013-04-07 Marco Cirillo mod_muc_log_http: rename fire_server_event to fire_event.
2013-04-07 Marco Cirillo mod_muc_log_http: more proper 0.9 port.
2013-04-06 Florian Zeitz mod_muc_log_http: Adapt to prosody 0.9 changes
2012-01-25 Waqas Hussain mod_muc_log_http: Use YYYY-MM-DD in URLs instead of the confusing YYMMDD.
2012-01-25 Waqas Hussain mod_muc_log_http: Reduce theme loading code.
2012-01-24 Waqas Hussain mod_muc_log_http: Improved theme loading, and better error reporting.
2012-01-24 Waqas Hussain mod_muc_log_http: Return a 500 Internal Server Error on missing theme, not a traceback.
2012-01-24 Waqas Hussain mod_muc_log_http: Don't return a page on missing rooms.
2012-01-24 Waqas Hussain mod_muc_log_http: Return a proper 404 Not Found page on missing pages instead of a traceback.
2011-07-24 Waqas Hussain mod_muc_log_http: Improved page titles a little.
2011-07-24 Waqas Hussain mod_muc_log_http: Show proper time period in the headline.
2011-07-24 Waqas Hussain mod_muc_log_http: Properly sort calendar listing.
2011-07-24 Waqas Hussain mod_muc_log_http: Removed some more code. Module now no longer attempts to track muc_log hosts on its own.
2011-07-24 Waqas Hussain mod_muc_log_http: Fixed a typo.
2011-07-24 Waqas Hussain mod_muc_log_http: Generate room calendar page even when there is no log data.
2011-07-24 Waqas Hussain mod_muc_log_http: Fixed a typo.
2011-07-24 Waqas Hussain mod_muc_log_http: Simplified calculating day count for a month.
2011-07-24 Waqas Hussain mod_muc_log_http: Generate component room list page even when there are no rooms.
2011-07-24 Waqas Hussain mod_muc_log_http: Cleaned up URL handling.
2011-07-24 Waqas Hussain mod_muc_log_http: Added assertion to ensure proper failure on empty responses.
2011-07-24 Waqas Hussain mod_muc_log_http: Cleaned up URL parsing.
2011-07-24 Waqas Hussain mod_muc_log_http: Generate main component list page even when there are no components defined.
2011-07-24 Waqas Hussain mod_muc_log_http: Spaces -> Tabs.
2011-03-27 Florian Zeitz mod_muc_log_http: HTML overhaul. Replacing deprecated elements and style-attributes.
2011-03-05 Joseph Wallace mod_muc_log_http: Fix room name encoding/decoding (for UTF-8 room names)
2011-03-03 Matthew Wild mod_muc_log_http: Fix iterator usage and indentation in loadTheme() (thanks tanget128)
2010-10-16 Waqas Hussain mod_muc_log_http: Updated to use the new events API.
2010-10-16 Waqas Hussain mod_muc_log_http: Mark as global.
2010-07-05 Thilo Cestonaro mod_muc_log_http: show more of the room title
2010-07-04 Waqas Hussain mod_muc_log_http: Fixed a traceback on rooms with no subject.
2010-06-22 Thilo Cestonaro mod_muc_log_http: ensure a theme was loaded when handling a http request
2010-06-22 Thilo Cestonaro mod_muc_log_http: ensure to have the default being "prosody"
2010-06-17 Thilo Cestonaro mod_muc_log_http: default theme changed to "prosody", removed old default theme
2010-06-17 Thilo Cestonaro mod_muc_log_http: started new prosody theme
2010-03-29 Thilo Cestonaro mod_muc_log_http: bugfix: multiple roomlogs in the same overview
2010-03-11 Thilo Cestonaro mod_muc_log_http: handle empty status message tags; handle a nil-parameter in htmlEscape
2010-01-15 Thilo Cestonaro mod_muc_log_http: inverse year sort order
2010-01-15 Thilo Cestonaro mod_muc_log_http: support next, previous day calculations from one month/year to the next or visa versa
2010-01-15 Thilo Cestonaro mod_muc_log_http: gsub return not only the string in cases the pattern is not found.
2010-01-14 Thilo Cestonaro mod_muc_log_http: support even more evil url stuff, don't forget %-signs
2010-01-14 Thilo Cestonaro mod_muc_log_http: support escaped urls
2010-01-04 Matthew Wild mod_muc_log_http: Replace remaining <font> tags with CSS equivalents
2009-12-08 Thilo Cestonaro mod_muc_log_http: corrected the merged stuff
2009-12-08 Thilo Cestonaro mod_muc_log_http: merge base mod_muc_log_http/mod_muc_log_http.lua@38abc8863535
2009-12-08 Thilo Cestonaro mod_muc_log_http: themified ... base mod_muc_log_http/mod_muc_log_http.lua@6fb7dba3e516