Log

mod_muc_log/mod_muc_log.lua @ 4936:d63657a85fb4

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