Software /
code /
prosody-modules
Graph
-
mod_incidents_handling: still needs some work to be actually functional, backing it out until it's ready.2013-02-17, by Marco Cirillo
-
mod_websocket: Avoid floating point division2013-02-15, by Florian Zeitz
-
mod_websocket: Change the HTTP name to websocket, and override the default_path instead2013-02-13, by Florian Zeitz
-
mod_smacks: Don't try to send stanzas to hibernating sessions. Fixes duplicate IQ replies on libevent.2013-02-11, by Kim Alvefur
-
mod_incidents_handling: fix typo on function name.2013-02-10, by Marco Cirillo
-
mod_websocket: Fix require to work with lua-bitop (Thanks István and Zash)2013-02-10, by Florian Zeitz
-
mod_service_directories: Use dataforms correctly2013-02-04, by Kim Alvefur
-
mod_mam: Implemented an empty <before/>, to request the last n items in the archive.2013-01-27, by Thijs Alkemade
-
mod_auth_{external,internal_yubikey,ldap,ldap2,sql}: No need to nodeprep in SASL handler.2013-01-25, by Waqas Hussain
-
mod_admin_web: Adapt to util.pubsub changes2013-01-25, by Florian Zeitz
-
mod_carbons: Catch outgoing messages to hosts (thanks waqas)2013-01-18, by Kim Alvefur
-
mod_bidi: Work with 0.82013-01-16, by Kim Alvefur
-
mod_bidi: Missing import of debug.trackeback()2013-01-16, by Kim Alvefur
-
mod_bidi: Disassociate bidi and original session when they are destroyed2013-01-16, by Kim Alvefur
-
mod_carbons: <forwarded/> should be nested in <sent/>/<received/>2013-01-16, by Florian Zeitz
-
mod_websocket: Simplify by getting the c2s_listener from mod_c2s2013-01-12, by Florian Zeitz
-
mod_bidi: Lower severity of notice about outgoing stream being replaced by bidi2013-01-12, by Kim Alvefur
-
mod_bidi: Close conflicting outgoing sessions when bidi is initiated, not requested.2013-01-12, by Kim Alvefur
-
mod_bidi: Initial commit of XEP-0288 implementation2013-01-11, by Kim Alvefur
-
mod_carbons_adhoc: Initial commit.2012-12-23, by Michael Holzt
-
mod_carbons_copies: Initial commit; allow the user to enable v0 style carbons2012-12-23, by Michael Holzt
-
mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2s2012-12-23, by Michael Holzt
-
Rename mod_http_dir_index -> mod_http_dir_listing2012-12-23, by Kim Alvefur
-
mod_admin_web: Let mod_http_files handle file serving2012-12-22, by Kim Alvefur
-
mod_carbons: Support the pre-forwarding version of Carbons. Please don't implement this.2012-12-22, by Kim Alvefur
-
mod_vjud: Disallow searching from remote hosts by default in search-all-users mode2012-12-16, by Kim Alvefur
-
mod_vjud: Add non-default mode where we search all users2012-12-16, by Kim Alvefur
-
mod_vjud: Do case-insensitive matching2012-12-16, by Kim Alvefur
-
mod_vjud: Enforce minimal length of search parameters2012-12-16, by Kim Alvefur
-
Merging from upstream2012-12-10, by Rob Hoelz
-
Make sure we use the user filter for bind2012-12-10, by Rob Hoelz
-
Fix login failure test to use a non-existent user2012-12-10, by Rob Hoelz
-
Add password for user 'seven'2012-12-10, by Rob Hoelz
-
Test login for user 'seven'2012-12-10, by Rob Hoelz
-
Filter out test record 'seven'2012-12-10, by Rob Hoelz
-
Add test user record that we'll filter out2012-12-10, by Rob Hoelz
-
Log and return failure if user record not found in bind2012-12-10, by Rob Hoelz
-
Use singlematch to find user record in ldap.bind2012-12-10, by Rob Hoelz
-
Return DN in the attributes table with singlematch2012-12-10, by Rob Hoelz
-
Change singlematch to search subtrees2012-12-10, by Rob Hoelz
-
Print the username if a test login fails2012-12-10, by Rob Hoelz
-
Test login for user 'six'2012-12-10, by Rob Hoelz
-
Add test LDAP entries for testing deeper user records2012-12-10, by Rob Hoelz
-
We must search for dn before trying to bind2012-12-10, by Guilhem LETTRON
-
mod_strict_https: Correct underscore to hypen in max-age directive2012-12-09, by Kim Alvefur
-
Change hoelzro's mod_auth_ldap to mod_auth_ldap22012-12-05, by Rob Hoelz
-
mod_strict_https: New module implementing HTTP Strict Transport Security2012-11-23, by Kim Alvefur
-
mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data2012-11-08, by Florian Zeitz
-
mod_websocket: Add CORS support2012-10-31, by Florian Zeitz
-
mod_checkcerts: Improve, add comments, add forward compatibility.2012-10-28, by Kim Alvefur
-
mod_carbons: Advertise support for the previous version2012-10-27, by Kim Alvefur
-
mod_websocket: Don't offer starttls2012-10-25, by Florian Zeitz
-
mod_pastebin: provide correct content-type on invalid pastes warnings too.2012-10-25, by Marco Cirillo
-
mod_register_json: add option to handle requests only on secure connections.2012-10-23, by Marco Cirillo
-
mod_carbons: Update to latest version of XEP-0280, while supporting the old version.2012-10-17, by Kim Alvefur
-
mod_websocket: Accept GET request without trailing /2012-10-15, by Florian Zeitz
-
mod_websocket: Update example HTML2012-10-15, by Florian Zeitz
-
mod_webpresence: Don't calculate the same hash four times.2012-10-12, by Waqas Hussain
-
mod_auth_external: Work even when the LuaProcessCall library isn't available.2012-10-12, by Waqas Hussain
-
mod_password_policy: Fix inverted length check.2012-10-06, by Waqas Hussain
-
mod_websocket: Check whether the xmpp sub-protocol was requested2012-10-05, by Florian Zeitz
-
mod_auth_sql: Add users iterator2012-10-05, by Kim Alvefur
-
mod_websocket: More robust frame handling2012-10-05, by Florian Zeitz
-
mod_password_policy: Initial commit.2012-10-05, by Waqas Hussain
-
mod_websocket: Fix frame length calculation2012-10-04, by Florian Zeitz
-
mod_websocket: Merge with current mod_c2s2012-10-04, by Florian Zeitz
-
mod_auth_dovecot: Improved error reporting.2012-09-28, by Waqas Hussain
-
mod_carbons: Fix logic, top resources should only be excluded for incoming messages2012-09-22, by Kim Alvefur
-
mod_carbons: Less complicated assignments (thanks waqas)2012-09-21, by Kim Alvefur
-
mod_carbons: Fix handling of messages from remote hosts2012-09-19, by Kim Alvefur
-
mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload.2012-09-19, by Marco Cirillo
-
mod_carbons: Optimize and clarify (thanks waqas)2012-09-18, by Kim Alvefur
-
mod_carbons: Add comments and rename some variables to make it clearer2012-09-18, by Kim Alvefur
-
Merge upstream with my local LDAP work2012-09-17, by Rob Hoelz
-
Properly handle avatar/logo BINVALs2012-09-17, by Rob Hoelz
-
Test for present avatar data in user vCard2012-09-17, by Rob Hoelz
-
Fix vCard checking routine to handle avatars properly2012-09-17, by Rob Hoelz
-
Compare decoded JPEG avatar data2012-09-17, by Rob Hoelz
-
Fix prosody config (type is MIME type)2012-09-17, by Rob Hoelz
-
Fix got/expected in vCard content test2012-09-17, by Rob Hoelz
-
Add photo config to sample config2012-09-17, by Rob Hoelz
-
Add test for vCard photo2012-09-17, by Rob Hoelz
-
Add avatar data/config for testing2012-09-17, by Rob Hoelz
-
mod_mam_muc_sql: SQL variant of mod_mam_muc2012-09-17, by Kim Alvefur
-
mod_mam_muc: MUC version of mod_mam2012-09-17, by Kim Alvefur
-
mod_mam_sql: Fork of mod_mam using SQL.2012-09-17, by Kim Alvefur
-
mod_host_guard: fix typos into the code, the operators were supposed to be "not equal".2012-09-12, by Marco Cirillo
-
mod_auth_external, mod_auth_internal_yubikey: Get rid of useless wrapper function around the auth provider.2012-09-12, by Waqas Hussain
-
mod_host_guard: prevent possible traceback during host manual activation/deactivation.2012-09-12, by Marco Cirillo
-
mod_auth_*: Use module:provides(), and don't explicitly specify provider.name.2012-09-12, by Waqas Hussain
-
mod_storage_*: Update to use module:provides().2012-09-12, by Waqas Hussain
-
mod_smacks: Avoid indexing a nil value2012-09-12, by Kim Alvefur
-
mod_smacks: Only request ack for stanzas2012-09-10, by Kim Alvefur
-
mod_smacks: Less table indexing!2012-09-10, by Kim Alvefur
-
Add LDAP plugin suite2012-09-02, by rob
-
mod_mam: Fix variable name, blame autocomplete2012-08-27, by Kim Alvefur
-
mod_register_redirect: rebacked in changeset c6f1427da79d (behaviour fixed).2012-08-26, by Marco Cirillo
-
mod_vjud/vcard.lib: Handle empty vcards (thanks mva)2012-08-26, by Kim Alvefur
-
mod_carbons: Merge enable and disable handlers2012-08-26, by Kim Alvefur
-
mod_twitter: Use module:send()2012-08-25, by Kim Alvefur
-
mod_pastebin: Have a default pastebin URL.2012-08-21, by Waqas Hussain
-
mod_pubsub_hub: Add compat wrapping of Atom content for interop with PuSH2012-08-17, by Kim Alvefur
-
mod_mam: Report id of first item and number of items sent.2012-08-16, by Kim Alvefur
-
mod_mam: Change storage format to store bare JID + resource.2012-08-16, by Kim Alvefur
-
mod_mam: remove useless check2012-08-16, by Kim Alvefur
-
mod_pubsub_feeds: util.pubsub methods return bool, data2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Fix method call2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds2012-08-15, by Kim Alvefur
-
mod_pubsub_feeds: Use reference to mod_pubsub from module:depends2012-08-15, by Kim Alvefur
-
mod_register_web: Show actual hostname in registration form2012-08-10, by Kim Alvefur
-
mod_vjud: Allow working as a component, in which case the parent domain is searched.2012-08-09, by Kim Alvefur
-
mod_vjud/vcard.lib: Iterate on tags instead of items (thanks mva)2012-08-09, by Kim Alvefur
-
mod_vjud: Correctly pass current state to form (Thanks Florob)2012-08-09, by Kim Alvefur
-
mod_pubsub_hub: Fix calculating next periodic check of subscriptions.2012-08-06, by Kim Alvefur
-
mod_register_redirect: use 'return origin.send' instead of returning true everytime.2012-08-06, by Marco Cirillo
Scroll all the way down to load more.