log

age author description
2010-01-14 Thilo Cestonaro mod_muc_log_http: support escaped urls
2010-01-04 Matthew Wild mod_muc_log_http: Replace remaining <font> tags with CSS equivalents
2010-01-04 Matthew Wild mod_muc_log_http: Replace <font> tags with the more correct <span>
2009-12-30 Marco Cirillo Renamed mod_regredirect to mod_register_url, thanks MattJ for the suggestion.
2009-12-30 Marco Cirillo mod_regredirect: initial commit.
2009-12-23 Matthew Wild mod_ircd: Initial commit of a wonderfully hacky but working IRC->XMPP interface for Prosody
2009-12-10 Florian Zeitz mod_adhoc_cmd_admin: Add Change User Password command
2009-12-09 Florian Zeitz mod_adhoc_cmd*: Don't explicitly remove items. Handled by Prosody itself already
2009-12-08 Thilo Cestonaro mod_muc_log_http: corrected the merged stuff
2009-12-08 Thilo Cestonaro mod_muc_log_http: merge
2009-12-05 fthiessen mod_muc_log_http: Changed some headlines and fixed a typo.
2009-12-08 Thilo Cestonaro mod_muc_log_http: themified ...
2009-12-02 Thilo Cestonaro mod_muc_log_http: show only months where log is actually available
2009-12-02 Thilo Cestonaro mod_muc_log: make that it logs again
2009-12-02 Thilo Cestonaro mod_muc_log_http: double check if muc_hosts is not nil, less logging, config var renamed to http_port back again
2009-12-02 Thilo Cestonaro mod_muc_log_http: display available days in a calendar view
2009-11-30 Waqas Hussain mod_support_contact: Added support for remote support contact.
2009-11-26 Waqas Hussain mod_srvinjection: Added support for resolving "localhost" and "127.0.0.1".
2009-11-25 Thilo Cestonaro mod_proxy65: correct log level, be more descriptive
2009-11-25 Florian Zeitz mod_adhoc_cmd_admin: Fix global access
2009-11-23 Waqas Hussain mod_srvinjection: Initial commit.
2009-11-17 Thilo Cestonaro mod_proxy65: hopefully remove a memory leak (thx waqas!)
2009-11-17 Thilo Cestonaro mod_muc_log: split into mod_muc_log and mod_muc_log_http
2009-11-14 Florian Zeitz mod_adhoc: Check for global and host admins
2009-11-13 Florian Zeitz mod_adhoc_cmd_admin: Change to upcoming XEP version
2009-11-12 Florian Zeitz mod_adhoc_cmd_admin: Implement Get User Password
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-06 Florian Zeitz mod_adhoc_cmd_admin: Implement "Delete User" command
2009-11-01 Thilo Cestonaro mod_proxy65: make it work from external initiators, too
2009-11-01 Thilo Cestonaro mod_proxy65: never use global varnames as local varnames, it can break your brain!
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-11-01 Thilo Cestonaro mod_proxy65: answer with correct disco#info data on a disco#info request
2009-11-01 Waqas Hussain mod_discoitems: Initial commit.
2009-11-01 Thilo Cestonaro mod_proxy65: close unknown connection with no authentication data, close target if initator hangs up and vica versa
2009-11-01 Matthew Wild mod_pastebin: Send Content-Type header to specify plain UTF-8 text
2009-11-01 Matthew Wild mod_pastebin: Rename pastebin_message() to pastebin_text() and make it global so it can be called by other plugins
2009-10-31 Thilo Cestonaro mod_proxy65: make it work again
2009-10-31 Thilo Cestonaro mod_proxy65: changed the listener name to be unique on a per component basis and display a good error description when connlistener register fails
2009-10-31 Thilo Cestonaro mod_proxy65: component register and deregister are with "_component" appended
2009-10-31 Paul Aurich mod_pastebin: Fix finding of XHTML content.
2009-10-31 Matthew Wild mod_proxy65: Remove unused bin2hex function, and compact more code. Finally down <200 lines :)
2009-10-31 Thilo Cestonaro mod_proxy65: removed unneeded var and session stuff
2009-10-31 Matthew Wild mod_proxy65: Reviewed and re-factored the code, added proxy_address to specify the address which the proxy advertises for clients to connect to
2009-10-30 Florian Zeitz mod_adhoc_cmd_admin: Add announce command
2009-10-28 Thilo Cestonaro mod_proxy65: done! Who wants to test? :)
2009-10-27 Thilo Cestonaro mod_proxy65: tcp connection of initiator and target are established
2009-10-26 Thilo Cestonaro mod_proxy65: remove the proxy65 folder
2009-10-26 Thilo Cestonaro mod_proxy65: create connection listener, interface a. port are configureable but not needed
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-20 Thilo Cestonaro mod_privacy: save the part already coded for presence-out/-in getting active stuff but disabled it.
2009-10-19 Thilo Cestonaro mod_muc_log: set content-type header; escape some html stuff in messages (>, <, \n, http://....)