Log

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