Log

mod_muc_log/mod_muc_log.lua @ 2604:08f2d2a61af8

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