log mod_muc_log/mod_muc_log.lua @ 1357:67990f8d8228

age author description
Wed, 19 Mar 2014 14:03:46 +0100 Kim Alvefur mod_muc_log: Make sure base path is created
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Fri, 28 Feb 2014 15:37:55 +0100 Kim Alvefur Backed out changeset 853a382c9bd6
Fri, 28 Feb 2014 15:36:06 +0100 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
Sat, 10 Aug 2013 22:01:18 +0200 Kim Alvefur mod_muc_log: Restore copyright header that somehow got lost
Sat, 10 Aug 2013 17:32:28 +0200 Kim Alvefur mod_muc_log: Clean up some unused imports and variables
Sat, 10 Aug 2013 17:25:21 +0200 Kim Alvefur mod_muc_log: Use old datamanager directly, instead of hacking storagemanager
Wed, 10 Jul 2013 12:42:46 +0200 Kim Alvefur mod_muc_log: Don't change defaults across versions!
Wed, 10 Jul 2013 12:41:32 +0200 Kim Alvefur mod_muc_log: Add a room config option for logging
Wed, 05 Jun 2013 21:05:41 +0200 Marco Cirillo mod_muc_log: don't log iqs either if presences are disabled, little use and may trigger "false positives".
Sun, 02 Jun 2013 02:32:21 +0200 Marco Cirillo mod_muc_limits: _Fixing_ mistake in MattJ's merge and in the same time handing him a coffee cup.
Sat, 01 Jun 2013 23:20:09 +0100 Matthew Wild mod_muc_log: Fix mistake in previous merge (thanks Maranda)
Sat, 01 Jun 2013 22:14:52 +0100 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)
Sat, 01 Jun 2013 23:37:39 +0200 Marco Cirillo mod_muc_log, mod_muc_log_http: backport changes from Metronome.
Thu, 09 May 2013 02:13:09 +0200 Marco Cirillo mod_muc_log, mod_muc_log_http: cleanup syntax (off with the "~= nil"), and cut down wild table indexing.
Mon, 08 Apr 2013 01:00:26 +0200 Marco Cirillo mod_muc_log: some cleanup and code refactor also force the plugin storage driver being internal.
Wed, 02 Dec 2009 23:07:58 +0100 Thilo Cestonaro mod_muc_log: make that it logs again
Tue, 17 Nov 2009 21:19:17 +0100 Thilo Cestonaro mod_muc_log: split into mod_muc_log and mod_muc_log_http
Tue, 10 Nov 2009 22:53:12 +0100 Thilo Cestonaro mod_muc_log: specified day is now part of the url not a query. days are sorted, newest top.
Tue, 10 Nov 2009 13:19:27 +0500 Waqas Hussain mod_muc_log: Changed absolute URL paths to be relative.
Mon, 09 Nov 2009 23:50:37 +0100 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>/
Mon, 09 Nov 2009 18:15:59 +0100 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.
Sun, 08 Nov 2009 22:10:42 +0100 Thilo Cestonaro mod_muc_log: retrieving the room config, is not a kick of a person!! :) (thx again to flo spotting it!)
Sun, 08 Nov 2009 18:35:53 +0100 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)
Sun, 01 Nov 2009 17:22:21 +0100 Thilo Cestonaro mod_muc_log: revert changes of last commit (bed9a6b40f)
Sun, 01 Nov 2009 16:42:04 +0100 Thilo Cestonaro mod_proxy65: basic white list - access control list
Sun, 25 Oct 2009 14:21:30 +0100 Thilo Cestonaro mod_muc_log: using datamanager to store the logging.
Wed, 21 Oct 2009 22:32:58 +0200 Thilo Cestonaro mod_muc_log: display room's current title; show kicked messages with and without reason
Wed, 21 Oct 2009 10:19:25 +0200 Thilo Cestonaro mod_muc_log: escape nicknames and status messages too. (thx waqas for finding it; Hope you had fun :P )
Tue, 20 Oct 2009 23:25:21 +0200 Thilo Cestonaro mod_muc_log: better presence and message parsing; react on subject changes
Mon, 19 Oct 2009 22:43:30 +0200 Thilo Cestonaro mod_muc_log: set content-type header; escape some html stuff in messages (>, <, \n, http://....)
Mon, 19 Oct 2009 22:15:57 +0200 Thilo Cestonaro mod_muc_log: templify the html stuff
Mon, 19 Oct 2009 16:06:48 +0200 Thilo Cestonaro mod_muc_log: make it recognize s2s messages/presences
Sun, 18 Oct 2009 23:26:15 +0100 Matthew Wild Fix some muclogging -> muc_log issues I brought back in the merge
Sun, 18 Oct 2009 23:24:42 +0100 Matthew Wild mod_muc_log: Use new httpserver.new_from_config syntax
Mon, 19 Oct 2009 00:02:32 +0200 Thilo Cestonaro mod_muclogging: renamed to mod_muc_log; s/muclogging/muc_log/ base mod_muclogging/mod_muclogging.lua@501bcddba074