log mod_muc_log/mod_muc_log.lua @ 4983:7c77058a1ac5

age author description
2014-11-10 Kim Alvefur mod_muc_log: Change to a non-locale dependent timestamp format
2014-11-03 Kim Alvefur mod_muc_log: Add option to log rooms by default unless changed in room config
2014-06-24 Vadim Misbakh-Soloviov mod_muc_log, mod_muc_log_http: Make compatible with both new and old MUC API
2014-03-19 Kim Alvefur mod_muc_log: Make sure base path is created
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2014-02-28 Kim Alvefur Backed out changeset 853a382c9bd6
2014-02-28 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
2013-08-10 Kim Alvefur mod_muc_log: Restore copyright header that somehow got lost
2013-08-10 Kim Alvefur mod_muc_log: Clean up some unused imports and variables
2013-08-10 Kim Alvefur mod_muc_log: Use old datamanager directly, instead of hacking storagemanager
2013-07-10 Kim Alvefur mod_muc_log: Don't change defaults across versions!
2013-07-10 Kim Alvefur mod_muc_log: Add a room config option for logging
2013-06-05 Marco Cirillo mod_muc_log: don't log iqs either if presences are disabled, little use and may trigger "false positives".
2013-06-02 Marco Cirillo mod_muc_limits: _Fixing_ mistake in MattJ's merge and in the same time handing him a coffee cup.
2013-06-01 Matthew Wild mod_muc_log: Fix mistake in previous merge (thanks Maranda)
2013-06-01 Matthew Wild mod_muc_log: Reduce hook priority to 1 (from 500), we want to log after any plugins have filtered/modified the incoming stanza (thanks Asterix/Maranda)
2013-06-01 Marco Cirillo mod_muc_log, mod_muc_log_http: backport changes from Metronome.
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: some cleanup and code refactor also force the plugin storage driver being internal.
2009-12-02 Thilo Cestonaro mod_muc_log: make that it logs again
2009-11-17 Thilo Cestonaro mod_muc_log: split into mod_muc_log and mod_muc_log_http
2009-11-10 Thilo Cestonaro mod_muc_log: specified day is now part of the url not a query. days are sorted, newest top.
2009-11-10 Waqas Hussain mod_muc_log: Changed absolute URL paths to be relative.
2009-11-09 Thilo Cestonaro mod_muc_log: can handle now more components and should be used as global module! HTTP Path changed to http://...../muc_log/<component>/<room>/
2009-11-09 Thilo Cestonaro mod_muc_log: add show/hide join/leave and status changes checkboxes. Add two config values showJoin and showStatus as the default values.
2009-11-08 Thilo Cestonaro mod_muc_log: retrieving the room config, is not a kick of a person!! :) (thx again to flo spotting it!)
2009-11-08 Thilo Cestonaro mod_muc_log: Do not log other muc-component's rooms then the module was loaded for. Do neither log nor provide access to possible existing log if a room is private. (thx flo for spotting this)
2009-11-01 Thilo Cestonaro mod_muc_log: revert changes of last commit (bed9a6b40f)
2009-11-01 Thilo Cestonaro mod_proxy65: basic white list - access control list
2009-10-25 Thilo Cestonaro mod_muc_log: using datamanager to store the logging.
2009-10-21 Thilo Cestonaro mod_muc_log: display room's current title; show kicked messages with and without reason
2009-10-21 Thilo Cestonaro mod_muc_log: escape nicknames and status messages too. (thx waqas for finding it; Hope you had fun :P )
2009-10-20 Thilo Cestonaro mod_muc_log: better presence and message parsing; react on subject changes
2009-10-19 Thilo Cestonaro mod_muc_log: set content-type header; escape some html stuff in messages (>, <, \n, http://....)
2009-10-19 Thilo Cestonaro mod_muc_log: templify the html stuff
2009-10-19 Thilo Cestonaro mod_muc_log: make it recognize s2s messages/presences
2009-10-18 Matthew Wild Fix some muclogging -> muc_log issues I brought back in the merge
2009-10-18 Matthew Wild mod_muc_log: Use new httpserver.new_from_config syntax
2009-10-18 Thilo Cestonaro mod_muclogging: renamed to mod_muc_log; s/muclogging/muc_log/ base mod_muclogging/mod_muclogging.lua@501bcddba074