Log

description author age
mod_muc_log: split into mod_muc_log and mod_muc_log_http Thilo Cestonaro 2009-11-17
mod_adhoc: Check for global and host admins Florian Zeitz 2009-11-14
mod_adhoc_cmd_admin: Change to upcoming XEP version Florian Zeitz 2009-11-13
mod_adhoc_cmd_admin: Implement Get User Password Florian Zeitz 2009-11-12
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_adhoc_cmd_admin: Implement "Delete User" command Florian Zeitz 2009-11-06
mod_proxy65: make it work from external initiators, too Thilo Cestonaro 2009-11-01
mod_proxy65: never use global varnames as local varnames, it can break your brain! Thilo Cestonaro 2009-11-01
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_proxy65: answer with correct disco#info data on a disco#info request Thilo Cestonaro 2009-11-01
mod_discoitems: Initial commit. Waqas Hussain 2009-11-01
mod_proxy65: close unknown connection with no authentication data, close target if initator hangs up and vica versa Thilo Cestonaro 2009-11-01
mod_pastebin: Send Content-Type header to specify plain UTF-8 text Matthew Wild 2009-11-01
mod_pastebin: Rename pastebin_message() to pastebin_text() and make it global so it can be called by other plugins Matthew Wild 2009-11-01
mod_proxy65: make it work again Thilo Cestonaro 2009-10-31
mod_proxy65: changed the listener name to be unique on a per component basis and display a good error description when connlistener register fails Thilo Cestonaro 2009-10-31
mod_proxy65: component register and deregister are with "_component" appended Thilo Cestonaro 2009-10-31
mod_pastebin: Fix finding of XHTML content. Paul Aurich 2009-10-31
mod_proxy65: Remove unused bin2hex function, and compact more code. Finally down <200 lines :) Matthew Wild 2009-10-31
mod_proxy65: removed unneeded var and session stuff Thilo Cestonaro 2009-10-31
mod_proxy65: Reviewed and re-factored the code, added proxy_address to specify the address which the proxy advertises for clients to connect to Matthew Wild 2009-10-31
mod_adhoc_cmd_admin: Add announce command Florian Zeitz 2009-10-30
mod_proxy65: done! Who wants to test? :) Thilo Cestonaro 2009-10-28
mod_proxy65: tcp connection of initiator and target are established Thilo Cestonaro 2009-10-27
mod_proxy65: remove the proxy65 folder Thilo Cestonaro 2009-10-26
mod_proxy65: create connection listener, interface a. port are configureable but not needed Thilo Cestonaro 2009-10-26
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_privacy: save the part already coded for presence-out/-in getting active stuff but disabled it. 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/ Thilo Cestonaro 2009-10-18
mod_muclogging: removed devel debug message stuff Thilo Cestonaro 2009-10-18
mod_muclogging: with http_server part for viewing Thilo Cestonaro 2009-10-18
mod_adhoc, mod_adhoc_cmd_admin: Check permissions in one place for all commands Florian Zeitz 2009-10-16
mod_adhoc_cmd_admin: Fix session leak Florian Zeitz 2009-10-16
mod_muclogging: initial checkin Thilo Cestonaro 2009-10-16
mod_privacy: nicer debug logging ... Thilo Cestonaro 2009-10-16
mod_privacy: it says "from" not "form" (thx flo for reporting!) Thilo Cestonaro 2009-10-16
mod_adhoc_cmd_admin: Possibility to limit number of received answers Florian Zeitz 2009-10-15
mod_adhoc, mod_adhoc_cmd_admin: Show only commands they may execute to the user Florian Zeitz 2009-10-15
mod_privacy: decrease the log messages count. Thilo Cestonaro 2009-10-15
mod_privacy: fix bug where priority was nil and compared to a number (Thx flo for reporting!) Thilo Cestonaro 2009-10-15
mod_adhoc_cmd_admin: Add Get List of Online Users command Florian Zeitz 2009-10-13
mod_privacy: never block communications from one of a user's resources to another. Thilo Cestonaro 2009-10-13
mod_adhoc_cmd_uptime: Initial commit Florian Zeitz 2009-10-12
merge Thilo Cestonaro 2009-10-12
mod_adhoc: add adhoc.lib.lua to ease implementing new commands (as a consequence mod_adhoc is a directory now) Florian Zeitz 2009-10-10
mod_adhoc_cmd_admin: Fixed style, some typos, and got down to <100LOC. Perhaps we need util.adhoc? Matthew Wild 2009-10-10
mod_adhoc_cmd_admin: Define form layout only once. Florian Zeitz 2009-10-10
mod_adhoc_cmd_admin: More utils.dataforms sugar Florian Zeitz 2009-10-10
mod_adhoc_cmd_admin: switch to utils.dataforms. Thanks MattJ for making this possible ;) Florian Zeitz 2009-10-10
mod_proxy65: new component proxy65; currently only disco#info and disco#items done Thilo Cestonaro 2009-10-12
merge ... Thilo Cestonaro 2009-10-09
mod_adhoc_cmd_admin: Initial commit Florian Zeitz 2009-10-09
mod_adhoc, mod_adhoc_cmd_ping: Code cleanup Florian Zeitz 2009-10-09
mod_privacy: make the block function work; retrieve the roster groups correctly Thilo Cestonaro 2009-10-09
mod_swedishchef: Added configurable trigger Florian Zeitz 2009-10-06
mod_pastebin: Comment some debug logging on every message Matthew Wild 2009-10-02
mod_pastebin: Expire pastes after 'pastebin_expire_after' hours, 24 by default Matthew Wild 2009-10-02
mod_pastebin: Allow per-host pastebin_threshold Matthew Wild 2009-10-02
mod_swedishchef: Initial commit Florian Zeitz 2009-10-02
mod_pastebin: Small fix to read the pastebin URL from the config Matthew Wild 2009-10-01
mod_privacy: overworked error returns while creating, editing, deleting or de/activating lists. Thilo Cestonaro 2009-09-30
mod_privacy: removed trunk dependency; make it work when no lists already are exiting Thilo Cestonaro 2009-09-29
mod_privacy: make finding the right session working Thilo Cestonaro 2009-09-28
mod_privacy: prepare everything for the "is used" checking stuff... Thilo Cestonaro 2009-09-28
mod_privacy: order must be non-negativ integer and unique, group must be existing in the roster, subscription can only be to,from,both or none, action must be either deny or allow. Thilo Cestonaro 2009-09-28
merge with repos Thilo Cestonaro 2009-09-26
mod_privacy: Make tmp variable a local Matthew Wild 2009-09-25
mod_pastebin: Set default of 500 chars for pastebin_threshold Matthew Wild 2009-09-25
mod_pastebin: Allow configurable message length threshold Matthew Wild 2009-09-25
do the first real blocking actions Thilo Cestonaro 2009-09-26
some error reporting during list editing Thilo Cestonaro 2009-09-25
thx to Florob: ephraim 2009-09-25
adds mod_privacy; lists creating, editing and deletion working. Thilo Cestonaro 2009-09-25
adds mod_adhoc_cmd_ping which provides 'ping' adhoc command. Thilo Cestonaro 2009-09-25
adds mod_adhoc Thilo Cestonaro 2009-09-25
mod_pastebin: Initial commit Matthew Wild 2009-09-25
mod_webpresence: Initial commit Matthew Wild 2009-09-25
mod_openid: Initial commit Dwayne Bent 2009-09-13
Initial commit of mod_onhold, using configuration in prosody config file. Jeff Mitchell 2009-09-10
mod_support_contact: Initial commit. Waqas Hussain 2009-09-10
mod_offline_email: Initial commit Matthew Wild 2009-08-22