log

age author description
2010-03-12 Florian Zeitz mod_adhoc_cmd_admin: "Get User Roster" command (with not very good™ XML formatting for now)
2010-03-11 Thilo Cestonaro mod_muc_log_http: handle empty status message tags; handle a nil-parameter in htmlEscape
2010-03-06 Waqas Hussain mod_sift: Iterate on user sessions, not on the user itself, when sifting stanzas to bare JIDs.
2010-03-06 Waqas Hussain mod_sift: Don't disallow stanzas to bare JIDs when sifting is not in force for any resources.
2010-03-06 Waqas Hussain mod_sift: Don't sift IQ errors and results.
2010-03-06 Waqas Hussain mod_sift: Fix for IQ children without an xmlns attribute (default to jabber:client).
2010-03-06 Waqas Hussain mod_sift: Use event.session, and not event.origin in the resource-unbind handler.
2010-03-06 Waqas Hussain mod_sift: Initial commit.
2010-03-06 Waqas Hussain mod_ipcheck: Updated XEP number and URL in comments to the newly published XEP.
2010-03-06 Waqas Hussain mod_ipcheck: Change error from 'item-not-found' to 'service-unavailable' for missing IP.
2010-03-06 Waqas Hussain mod_ipcheck: Fixed: 'service-unavailable' was sent instead of 'forbidden' on unauthorized access.
2010-02-25 Florian Zeitz mod_adhoc_cmd_admin: Add "Shut Down Service" command
2010-02-22 Florian Zeitz mod_ircd: Add PING command / Echo PART back
2010-02-19 Waqas Hussain mod_ipcheck: Change error from 'not-authorized' to 'forbidden', as specified in the XEP.
2010-02-19 Waqas Hussain mod_ipcheck: Initial commit. An implementation of the Server IP Check proto-XEP.
2010-02-08 Ali Sabil mod_websocket: Initial commit
2010-01-29 Florian Zeitz mod_adhoc_cmd_admin: Add "End User Session" command. Also end sessions before deleting a user
2010-01-28 Matthew Wild mod_s2s_idle_timeout: Close idle connections after s2s_idle_timeout seconds, default 300s
2010-01-27 Matthew Wild mod_latex: New (well, kind of) module for rendering LaTeX in messages and replacing with a rendered embedded image
2010-01-25 Florian Zeitz mod_adhoc: Use hashtable instead of array, coding style
2010-01-23 Florian Zeitz mod_adhoc*: Move state handling to mod_adhoc itself
2010-01-22 Florian Zeitz mod_adhoc, mod_adhoc_cmd_admin: use util.datforms for type="result" forms
2010-01-22 Florian Zeitz mod_adhoc: Add more features described in XEP-0050
2010-01-22 Florian Zeitz mod_adhoc: Major refactoring. Actuall data exchange happens here now
2010-01-15 Thilo Cestonaro mod_muc_log_http: inverse year sort order
2010-01-15 Thilo Cestonaro mod_muc_log_http: support next, previous day calculations from one month/year to the next or visa versa
2010-01-15 Thilo Cestonaro mod_muc_log_http: gsub return not only the string in cases the pattern is not found.
2010-01-14 Thilo Cestonaro mod_muc_log_http: support even more evil url stuff, don't forget %-signs
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)