log

age author description
2012-07-24 Matthew Wild mod_admin_web_timber -> mod_admin_web
2012-07-22 Matthew Wild mod_register_web: nodeprep username before creating user (thanks IRON)
2012-07-19 Matthew Wild mod_adhoc_cmd_*: Remove, these are obsoleted by mod_admin_adhoc (supplied with Prosody since 0.8)
2012-07-19 Matthew Wild mod_inotify_reload: Add debug logging
2012-07-16 Kim Alvefur mod_carbons: Unconditionally set namespace of forwarded message.
2012-07-13 Kim Alvefur mod_vjud: Remove some ... verbose debug logging
2012-07-11 Kim Alvefur mod_streamstats: Switch to portmanager and other 0.9 goodness
2012-07-07 Kim Alvefur mod_http_favicon: Add, serves a favicon.ico
2012-07-07 Kim Alvefur mod_mam_adhoc: Use ad-hoc command node suggested by XEP-0313
2012-07-06 Matthew Wild mod_limits: Import to prosody-modules, connection-level rate limiting
2012-07-04 Olivier Goffart mod_archive: switch from/to
2012-07-04 Olivier Goffart mod_archive: Fix duplicate messages stored
2012-07-04 Olivier Goffart mod_archive: Fix hour offset in stored message date
2012-07-01 Kim Alvefur mod_vjud: Don't break on undefined properties.
2012-07-01 Kim Alvefur mod_vjud: Switch first and last name in results to be correct.
2012-07-01 Kim Alvefur mod_vjud: Update util.vcard from verse
2012-06-30 Marco Cirillo mod_compat_muc_admin: added missing import (thanke MattJ)
2012-06-28 Kim Alvefur mod_vjud: Missing fields should not match everyone. (Thanks Pidgin)
2012-06-26 Marco Cirillo mod_host_guard: adjusted log message.
2012-06-26 Marco Cirillo mod_host_guard: reduced code duplication and added better logging.
2012-06-26 Marco Cirillo mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the "redundant code".
2012-06-25 Marco Cirillo mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).
2012-06-25 Marco Cirillo mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe).
2012-06-25 Marco Cirillo mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.
2012-06-25 Marco Cirillo mod_register_json: moved throttling logic so that if there's a failure during nick registration the user can retry and referenced usermanager from prosody's _G instead of req. it.
2012-06-25 Marco Cirillo mod_register_redirect: referenced configmanager from prosody's global space instead of requiring it (==).
2012-06-25 Marco Cirillo mod_register_json: modify logic to prevent an unnecessary call to usermanager.
2012-06-22 Waqas Hussain mod_auth_joomla: Added config option sql.prefix (default = "jos_").
2012-06-22 Waqas Hussain mod_auth_joomla: Joomla hash should be hex-encoded, not raw binary (thanks Anthony).
2012-06-20 Kim Alvefur mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes.
2012-06-20 Kim Alvefur mod_pubsub_feeds: Fix updating of config
2012-06-20 Kim Alvefur mod_vjud: Depends on vcard lib from verse, so add that.
2012-06-20 Kim Alvefur mod_vjud: Add. Thanks waqas for the base code.
2012-06-17 Kim Alvefur mod_mam_adhoc: New module that allows clients to change MAM preferences through AdHoc.
2012-06-12 Florian Zeitz mod_client_certs: Add Ad-Hoc commands for certificate management
2012-06-12 Florian Zeitz mod_client_certs: Strip x509 data
2012-06-11 Kim Alvefur mod_mam: Enforce max results even if RSM isn't used.
2012-06-11 Marco Cirillo mod_register_json: corrected trace.
2012-06-09 Thijs Alkemade mod_client_certs: Follow the rules in XEP-0178 about the inclusion of the username when using EXTERNAL, instead of mapping one certificate to one user.
2012-06-08 Kim Alvefur mod_auth_dovecot: If the connection fails, nuke it so the next attempt causes a reconnect.
2012-06-08 Kim Alvefur mod_mam: Fix typo
2012-06-08 Kim Alvefur mod_mam: Enforce a max number of items returned, with a default.
2012-06-08 Kim Alvefur mod_mam: Move RSM pointer to last message into a MAM-namespaced child
2012-06-08 Kim Alvefur mod_mam/rsm.lib: Remove log statement (fixes usage in verse)
2012-06-08 Kim Alvefur mod_mam/rsm.lib: Fix typo
2012-06-08 Kim Alvefur mod_mam: Fix issue with get_text() and clean some unneeded variables.
2012-06-08 Kim Alvefur mod_mam: Implement support for Result Set Management in queries.
2012-06-07 Kim Alvefur mod_auth_dovecot: Old forgotten changes. Testing appreciated.
2012-06-05 Florian Zeitz mod_conformance_restricted: Require util.jid
2012-06-05 Thijs Alkemade mod_client_certs: Fix the checking of valid id_on_xmppAddr fields.
2012-06-05 Thijs Alkemade mod_client_certs: Disconnect every session that was using that cert when revoking a client certificate.
2012-06-05 Florian Zeitz mod_admin_web: Correctly import usermanager
2012-06-05 Thijs Alkemade mod_client_certs: Checking in the latest version I have with Zash's changes.
2012-06-02 Florian Zeitz mod_websocket: Remove unnecessary require of tohex()
2012-05-28 Florian Zeitz mod_websocket: Only un-self-close <stream:stream>s
2012-05-27 Florian Zeitz mod_websocket: Make sending a self-closing <stream:stream> tag configurable