Software /
code /
prosody-modules
Graph
-
mod_post_msg: add support for HTML messages2014-02-14, by Christian Weiske
-
mod_manifesto: Add Swedish translation2014-02-08, by Kim Alvefur
-
mod_manifesto: Fix traceback when user disconnects before the timer (fixes #48)2014-02-06, by Kim Alvefur
-
mod_onions: Accepted patch that should fix problems when using libevent.2014-02-04, by Thijs Alkemade
-
mod_smacks: Handle both version 2 and version 3 namespace2014-02-03, by Florian Zeitz
-
mod_compat_vcard: Fix traceback from probably empty stanzas (Thanks Biszkopcik)2014-02-02, by Kim Alvefur
-
mod_vjud: Move instructions into a config option2014-02-02, by Kim Alvefur
-
mod_auth_any: Allows any username/password to connect2014-01-31, by Waqas Hussain
-
mod_smacks: Remove logging of unacked stanzas2014-01-30, by Matthew Wild
-
mod_log_sasl_mech: Logs authentication mechanism used2014-01-28, by Kim Alvefur
-
mod_http_altconnect: Send XML declaration2014-01-25, by Kim Alvefur
-
mod_http_altconnect: Refactor to have module/connection method lookup in a common place2014-01-25, by Kim Alvefur
-
mod_http_altconnect: Correct module name in HTTP path lookup for websockets2014-01-25, by Kim Alvefur
-
mod_s2s_whitelist: The opposite of mod_s2s_blacklist2014-01-25, by Kim Alvefur
-
mod_auth_ldap: Switch config format for ldap_filter to eg (uid=$user)2014-01-24, by Kim Alvefur
-
mod_manifesto: Fix traceback when user doesn't have a roster (?)2014-01-23, by Matthew Wild
-
mod_offline_email: Much cleanup. Very update to newer APIs. Wow.2014-01-23, by Kim Alvefur
-
mod_manifesto: Only check fully established incoming sessions2014-01-23, by Florian Zeitz
-
mod_manifesto: Check state of incoming connections2014-01-23, by Florian Zeitz
-
mod_admin_probe: Module allowing server administrators to probe any user2014-01-20, by Florian Zeitz
-
mod_service_directories: Respect the 'name' option (Thanks Thomas)2014-01-19, by Kim Alvefur
-
mod_mam_muc: Override method for storing history messages instead of hooking stanza events2014-01-18, by Kim Alvefur
-
mod_mam_muc: Override sending of room history and use archives2014-01-18, by Kim Alvefur
-
mod_mam_muc: Remove archives when a room is destroyed2014-01-18, by Kim Alvefur
-
mod_mam_muc: Hide logging option from room configuration if set to log all rooms2014-01-18, by Kim Alvefur
-
mod_mam_muc: Make the logging option in the room config reflect logging and inherit the default2014-01-18, by Kim Alvefur
-
mod_auth_ldap: Add support for binding2014-01-15, by Kim Alvefur
-
mod_auth_ldap: Cleanup, reorder and some comments2014-01-15, by Kim Alvefur
-
mod_websocket: Fix typo "Cosed" -> "Closed"2014-01-10, by Florian Zeitz
-
mod_saslname: XEP-0233 implementation2014-01-07, by Kim Alvefur
-
mod_admin_web: Bump strophe.js version2014-01-05, by Florian Zeitz
-
mod_s2s_auth_dane: Fix typo in comment (thanks albert)2014-01-04, by Kim Alvefur
-
mod_list_inactive: Parse data collected by mod_lastlog and print users who have not logged in for some time2014-01-04, by Kim Alvefur
-
mod_s2s_auth_dane: Style fixes2014-01-04, by Kim Alvefur
-
mod_s2s_auth_dane: Fix wording on validation failure2014-01-04, by Kim Alvefur
-
mod_s2s_keepalive: Don't send directly on the connection, use sends2s2014-01-04, by Kim Alvefur
-
mod_http_user_count: HTTP module to report the current number of online users or sessions2014-01-03, by Matthew Wild
-
mod_s2s_auth_dane: Invalidate trust if there are TLSA records but no matches, or bogus results2014-01-03, by Kim Alvefur
-
mod_s2s_auth_dane: Warn about unsupported DANE params2014-01-03, by Kim Alvefur
-
mod_idlecompat: Add initial version.2014-01-03, by Tobias Markmann
-
mod_storage_memory: Simple in-memory only storage backend without persistence2013-12-31, by Kim Alvefur
-
mod_s2s_auth_dane: Experimental DANE implementation2013-12-31, by Kim Alvefur
-
mod_component_roundrobin: Increase priority of stanza hooks above mod_component (thanks Julien)2013-12-28, by Kim Alvefur
-
mod_admin_web: Bump strophejs version2013-12-21, by Florian Zeitz
-
mod_component_roundrobin: Make sessions a shared table, like mod_component2013-12-19, by Kim Alvefur
-
mod_component_roundrobin: Make sure we don’t try to use destroyed sessions.2013-12-19, by Waqas Hussain
-
mod_component_roundrobin: Mark authenticated sessions as such2013-12-19, by Kim Alvefur
-
mod_component_roundrobin: Fix handshake (Thanks Julien)2013-12-18, by Kim Alvefur
-
mod_muc_log_http: Fix indentation2013-12-14, by Kim Alvefur
-
mod_muc_log_http: Change config option back to what it says in the docs (Thanks Alex for noticing)2013-12-14, by Kim Alvefur
-
mod_admin_web: Bump strophe.js version (use *all* the SCRAM-SHA-1)2013-12-12, by Florian Zeitz
-
mod_srvinjection: Make the map a shared table so that other plugins can use/modify it2013-12-10, by daurnimator
-
mod_register_web: Use net.http instead of util.http, as we need to make requests (thanks dustin)2013-12-06, by Matthew Wild
-
mod_pubsub_mqtt: Fix namespace of translator too2013-12-03, by Matthew Wild
-
mod_ipcheck: Workaround for differences between server_select and server_event2013-12-04, by Kim Alvefur
-
mod_ipcheck: Add support for XEP version 0.2 (includes port)2013-12-04, by Kim Alvefur
-
mod_pubsub_mqtt: Change namespace of 'data' element to make it generic2013-12-02, by Matthew Wild
-
mod_pubsub_eventsource: Publish only the content of known payload types (JSON, 'data' [from MQTT])2013-12-02, by Matthew Wild
-
mod_pubsub_eventsource: Add CORS headers for cross-domain support2013-12-02, by Matthew Wild
-
mod_pubsub_mqtt: MQTT (a lightweight binary pubsub protocol) interface for mod_pubsub2013-12-01, by Matthew Wild
-
mod_register_web: Handle URLs with a trailing slash2013-12-01, by Kim Alvefur
-
mod_register_web: Use correct variables2013-11-30, by Kim Alvefur
-
mod_register_web: Fire user-registering event like mod_register2013-11-30, by Kim Alvefur
-
mod_register_web: Check for empty username2013-11-30, by Kim Alvefur
-
mod_register_web: Support additional registration fields2013-11-30, by Kim Alvefur
-
mod_register_web: Pass request to captcha handler2013-11-30, by Kim Alvefur
-
mod_register_web: Add missing =2013-11-30, by Kim Alvefur
-
mod_register_web: Fire user-registered event2013-11-30, by Kim Alvefur
-
mod_register_web: Use local2013-11-30, by Kim Alvefur
-
mod_register_web: Friendly error messages if the username is taken or failed nodeprep2013-11-30, by Kim Alvefur
-
mod_register_web: Indentation fix2013-11-30, by Kim Alvefur
-
mod_register_web: Add a simple fallback captcha2013-11-30, by Kim Alvefur
-
mod_register_web: Move HTML into separate template files2013-11-30, by Kim Alvefur
-
mod_register_web: Split out recaptcha verification to a separate function2013-11-30, by Kim Alvefur
-
mod_register_web: Import usermanager and util.http into locals2013-11-30, by Kim Alvefur
-
Add another TODO for mod_*_ldap2013-11-28, by Rob Hoelz
-
mod_register_web: Always use HTTPS to connect to recaptcha's API (thanks hexa)2013-11-20, by Matthew Wild
-
mod_component_client: Don't read the socket in line mode.2013-11-05, by Waqas Hussain
-
mod_auth_ldap: Fix set_password2013-11-04, by Kim Alvefur
-
mod_component_client: When exit_on_disconnect=true, don't try to shutdown Prosody when it's already shutting down.2013-11-01, by Waqas Hussain
-
mod_admin_web: Some style fixes2013-10-31, by Florian Zeitz
-
mod_component_client: Do a proper disconnect when the server is shutting down2013-10-31, by Waqas Hussain
-
mod_admin_web: Bump jquery version2013-10-29, by Florian Zeitz
-
mod_blocking: Make sure that there is a lists item in the privacy store2013-10-28, by Kim Alvefur
-
mod_component_client: Add config option component_client.keepalive_interval (default is one hour: 3600).2013-10-24, by Waqas Hussain
-
mod_auth_dovecot: Check return value properly2013-08-13, by Kim Alvefur
-
mod_auth_dovecot: Add a proper SASL handler method2013-08-10, by Kim Alvefur
-
mod_component_client: Fix traceback when connection fails during module load2013-10-11, by Waqas Hussain
-
mod_component_client: Added component_client.exit_on_disconnect config option2013-10-11, by Waqas Hussain
-
mod_component_client: Fire connect (logged in) and disconnect events2013-10-11, by Waqas Hussain
-
mod_mam_sql: Reconnect if the connection should be dropped2013-09-02, by Rob Hoelz
-
mod_mam_sql: Add better error handling2013-09-02, by Rob Hoelz
-
mod_muc_limits: Just drop error stanzas instead of bouncing them with more error stanzas2013-10-06, by Kim Alvefur
-
mod_s2s_keysize_policy: Add note about required LuaSec patch2013-09-29, by Kim Alvefur
-
mod_s2s_keysize_policy: Don't trust keys weaker than 2048 bit RSA after 31 December 20132013-09-29, by Kim Alvefur
-
mod_auth_imap: Fix typo in previous commit2013-09-26, by Matthew Wild
-
mod_auth_imap: Minor cleanup of imports2013-09-26, by Matthew Wild
-
mod_auth_imap: Leave port nil if not specified in the config, so we can auto-detect based on whether we use SSL2013-09-26, by Matthew Wild
-
mod_auth_external/examples: bash: Don't use log file by default2013-09-26, by Matthew Wild
-
mod_auth_imap: Authentication module that works by passing through SASL to a IMAP connection2013-09-26, by Kim Alvefur
-
mod_auth_external: merge two if blocks with an elseif2013-09-19, by Matthew Wild
-
mod_auth_external: Add example Python script2013-09-19, by Matthew Wild
-
mod_websocket: Add consider_websocket_secure option2013-09-17, by Florian Zeitz
-
mod_auth_ldap: Implement password change2013-09-17, by Kim Alvefur
-
mod_bidi: Add missing 'is_bidi' flag for incoming s2s2013-09-11, by Kim Alvefur
-
mod_auth_ldap: Convert from plain_test to plain mode, allowing SCRAM and similar.2013-09-09, by Kim Alvefur
-
mod_admin_web: Use .textContent, instead of .innerHTML2013-09-07, by Florian Zeitz
-
mod_mam: Include textual error if archive query failed2013-09-05, by Kim Alvefur
-
mod_mam: Log error message if unable to open archive storage2013-09-05, by Kim Alvefur
-
mod_carbons: Use iq-type events2013-09-04, by Kim Alvefur
-
mod_carbons: Handle enabled/disable with the same callback for all versions2013-09-04, by Kim Alvefur
Scroll all the way down to load more.