log

age author description
2012-12-10 Rob Hoelz Log and return failure if user record not found in bind
2012-12-10 Rob Hoelz Use singlematch to find user record in ldap.bind
2012-12-10 Rob Hoelz Return DN in the attributes table with singlematch
2012-12-10 Rob Hoelz Change singlematch to search subtrees
2012-12-10 Rob Hoelz Print the username if a test login fails
2012-12-10 Rob Hoelz Test login for user 'six'
2012-12-10 Rob Hoelz Add test LDAP entries for testing deeper user records
2012-12-10 Guilhem LETTRON We must search for dn before trying to bind
2012-12-09 Kim Alvefur mod_strict_https: Correct underscore to hypen in max-age directive
2012-12-05 Rob Hoelz Change hoelzro's mod_auth_ldap to mod_auth_ldap2
2012-11-23 Kim Alvefur mod_strict_https: New module implementing HTTP Strict Transport Security
2012-11-22 Matthew Wild mod_pubsub_github: Receive Github web hooks (generated on pushes to a repository) and forward to a local pubsub node
2012-11-22 Matthew Wild mod_pubsub_pivotaltracker: Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node
2012-11-15 Matthew Wild mod_pubsub_eventsource: An experimental plugin for allowing non-XMPP subscriptions to pubsub nodes over HTML5's server-sent events (SSE/EventSource) API
2012-11-08 Florian Zeitz mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data
2012-10-31 Florian Zeitz mod_websocket: Add CORS support
2012-10-28 Kim Alvefur mod_checkcerts: Improve, add comments, add forward compatibility.
2012-10-27 Kim Alvefur mod_carbons: Advertise support for the previous version
2012-10-25 Florian Zeitz mod_websocket: Don't offer starttls
2012-10-25 Marco Cirillo mod_pastebin: provide correct content-type on invalid pastes warnings too.
2012-10-23 Marco Cirillo mod_register_json: add option to handle requests only on secure connections.
2012-10-17 Kim Alvefur mod_carbons: Update to latest version of XEP-0280, while supporting the old version.
2012-10-15 Florian Zeitz mod_websocket: Accept GET request without trailing /
2012-10-15 Florian Zeitz mod_websocket: Update example HTML
2012-10-12 Waqas Hussain mod_webpresence: Don't calculate the same hash four times.
2012-10-12 Waqas Hussain mod_auth_external: Work even when the LuaProcessCall library isn't available.
2012-10-06 Waqas Hussain mod_password_policy: Fix inverted length check.
2012-10-05 Florian Zeitz mod_websocket: Check whether the xmpp sub-protocol was requested
2012-10-05 Kim Alvefur mod_auth_sql: Add users iterator
2012-10-05 Florian Zeitz mod_websocket: More robust frame handling
2012-10-05 Waqas Hussain mod_password_policy: Initial commit.
2012-10-04 Florian Zeitz mod_websocket: Fix frame length calculation
2012-10-04 Florian Zeitz mod_websocket: Merge with current mod_c2s
2012-09-28 Waqas Hussain mod_auth_dovecot: Improved error reporting.
2012-09-22 Kim Alvefur mod_carbons: Fix logic, top resources should only be excluded for incoming messages
2012-09-21 Kim Alvefur mod_carbons: Less complicated assignments (thanks waqas)
2012-09-19 Kim Alvefur mod_carbons: Fix handling of messages from remote hosts
2012-09-19 Marco Cirillo mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload.
2012-09-18 Kim Alvefur mod_carbons: Optimize and clarify (thanks waqas)
2012-09-18 Kim Alvefur mod_carbons: Add comments and rename some variables to make it clearer
2012-09-17 Rob Hoelz Merge upstream with my local LDAP work
2012-09-17 Rob Hoelz Properly handle avatar/logo BINVALs
2012-09-17 Rob Hoelz Test for present avatar data in user vCard
2012-09-17 Rob Hoelz Fix vCard checking routine to handle avatars properly
2012-09-17 Rob Hoelz Compare decoded JPEG avatar data
2012-09-17 Rob Hoelz Fix prosody config (type is MIME type)
2012-09-17 Rob Hoelz Fix got/expected in vCard content test
2012-09-17 Rob Hoelz Add photo config to sample config
2012-09-17 Rob Hoelz Add test for vCard photo
2012-09-17 Rob Hoelz Add avatar data/config for testing
2012-09-17 Kim Alvefur mod_mam_muc_sql: SQL variant of mod_mam_muc
2012-09-17 Kim Alvefur mod_mam_muc: MUC version of mod_mam
2012-09-17 Kim Alvefur mod_mam_sql: Fork of mod_mam using SQL.
2012-09-12 Marco Cirillo mod_host_guard: fix typos into the code, the operators were supposed to be "not equal".
2012-09-12 Marco Cirillo mod_host_guard: replace checking host object with checking the configuration for the authentication option set to anonymous, I suppose that was the reason I imported configmanager but probably lost that somewhere in the process.
2012-09-12 Waqas Hussain mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.
2012-09-12 Marco Cirillo mod_host_guard: prevent possible traceback during host manual activation/deactivation.
2012-09-12 Waqas Hussain mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.
2012-09-12 Waqas Hussain mod_storage_*: Update to use module:provides().
2012-09-12 Kim Alvefur mod_smacks: Avoid indexing a nil value
2012-09-10 Kim Alvefur mod_smacks: Only request ack for stanzas
2012-09-10 Kim Alvefur mod_smacks: Less table indexing!
2012-09-02 rob Add LDAP plugin suite
2012-08-27 Kim Alvefur mod_mam: Fix variable name, blame autocomplete
2012-08-26 Marco Cirillo mod_register_redirect: rebacked in changeset c6f1427da79d (behaviour fixed).
2012-08-26 Kim Alvefur mod_vjud/vcard.lib: Handle empty vcards (thanks mva)
2012-08-26 Marco Cirillo mod_register_redirect: revert back previous change, as returning origin.send() causes inconsistent behaviour stanza routing/callbacks wise if the request comes from a remote entity.
2012-08-26 Kim Alvefur mod_carbons: Merge enable and disable handlers
2012-08-25 Kim Alvefur mod_twitter: Use module:send()
2012-08-21 Waqas Hussain mod_pastebin: Have a default pastebin URL.
2012-08-17 Kim Alvefur mod_pubsub_hub: Add compat wrapping of Atom content for interop with PuSH
2012-08-16 Kim Alvefur mod_mam: Report id of first item and number of items sent.
2012-08-16 Kim Alvefur mod_mam: Change storage format to store bare JID + resource.
2012-08-16 Kim Alvefur mod_mam: remove useless check
2012-08-15 Kim Alvefur mod_pubsub_feeds: util.pubsub methods return bool, data
2012-08-15 Kim Alvefur mod_pubsub_feeds: Fix method call
2012-08-15 Kim Alvefur mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)
2012-08-15 Kim Alvefur mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead
2012-08-15 Kim Alvefur mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds
2012-08-15 Kim Alvefur mod_pubsub_feeds: Use reference to mod_pubsub from module:depends
2012-08-10 Kim Alvefur mod_register_web: Show actual hostname in registration form
2012-08-10 Vadim Misbakh-Soloviov mod_twitter: fixed to depend on Prosody's internal util.json. TODO: Discuss (MattJ, Zash, Waqas, Maranda) about migration all json content to use cjson ( http://www.kyne.com.au/~mark/software/lua-cjson-manual.html ) library instead
2012-08-09 Kim Alvefur mod_vjud: Allow working as a component, in which case the parent domain is searched.
2012-08-09 Kim Alvefur mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva)
2012-08-09 Kim Alvefur mod_vjud: Correctly pass current state to form (Thanks Florob)
2012-08-07 Matthew Wild mod_broadcast: New module to set up a component that forwards received messages to all online users (similar to Openfire's broadcast module) (thanks Yann Verry)
2012-08-06 Kim Alvefur mod_pubsub_hub: Fix calculating next periodic check of subscriptions.
2012-08-06 Marco Cirillo mod_register_redirect: use 'return origin.send' instead of returning true everytime.
2012-08-06 Marco Cirillo mod_register_redirect: fixed clunky if block (thanks Zash, mva).
2012-08-06 Vadim Misbakh-Soloviov mod_webpresence: fixed text notation, added html, added status message output
2012-08-05 Matthew Wild mod_register_redirect: Fix typo in variable name (again...)
2012-08-05 Matthew Wild mod_register_redirect: Fix usage of incorrect variable name (thanks iron)
2012-08-05 Vadim Misbakh-Soloviov mod_webpresence: Added possibility to get status as text
2012-08-05 Matthew Wild mod_s2sblackwhitelist: Remove, as very incompatible with 0.9 and similar functionality is available through mod_host_guard
2012-08-05 Matthew Wild mod_support_contact: Use module:send()
2012-08-05 Matthew Wild mod_auto_accept_subscriptions: Import core_post_stanza
2012-08-05 Matthew Wild mod_block_s2s_subscriptions: New module to block incoming presence subscriptions from non-contacts on selected remote hosts
2012-08-05 Matthew Wild mod_block_strangers: Bump handler priority to 200 (just because)
2012-08-05 Matthew Wild mod_block_subscriptions: Block incoming and outgoing presence subscriptions (useful in conjunction with mod_readonly)
2012-08-05 Matthew Wild mod_block_strangers: Module to block message and iqs from people not on your roster
2012-08-04 Matthew Wild mod_privacy: Remove, obsolete (bundled with Prosody). Don't come back!
2012-08-03 Florian Zeitz mod_admin_web: Add explicit dependencies on mod_admin_adhoc and mod_bosh
2012-08-03 Florian Zeitz mod_admin_web: Move comment to appropriate line
2012-08-02 Florian Zeitz mod_admin_web: Update dependency versions
2012-08-01 Kim Alvefur mod_pubsub_hub: Enforce minimal lease time
2012-08-01 Kim Alvefur mod_pubsub_hub: Try to choose time until the next periodic check in a sane way
2012-08-01 Kim Alvefur mod_pubsub_feeds: Use URL as node name if the config index is numeric
2012-08-01 Kim Alvefur mod_pubsub_hub: New module that implements the Hub part of PubSubHubbub
2012-08-01 Kim Alvefur mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded
2012-08-01 Kim Alvefur mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name
2012-08-01 Florian Zeitz mod_admin_web: Replace core_post_stanza() with module:send()
2012-08-01 Kim Alvefur mod_addressing: Replace use of core_post_stanza() with module:send()
2012-08-01 Kim Alvefur mod_service_directories: Replace use of core_post_stanza() with module:send()
2012-08-01 Kim Alvefur mod_remote_roster: Replace use of core_post_stanza() with module:send()
2012-07-29 Kim Alvefur mod_smacks: Use require to import (thanks a lot, autocomplete)
2012-07-29 Kim Alvefur mod_smacks: Import sessionmanager
2012-07-29 Kim Alvefur mod_smacks: Fix log statement
2012-07-29 Kim Alvefur mod_smacks: Import prosody.core_process_stanza()
2012-07-27 Matthew Wild Merge with Oliver Gerlich
2012-06-11 Oliver Gerlich mod_archive: cope with <list> requests which don't have a <set> tag