Software /
code /
prosody-modules
Graph
-
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
-
mod_host_blacklist: Bigger fix: return true to block original stanza (thanks Zash)2013-09-03, by Matthew Wild
-
mod_host_blacklist: Small fix2013-09-03, by Matthew Wild
-
mod_s2s_blacklist: A new _simple_ s2s blacklist module2013-09-03, by Matthew Wild
-
mod_reload_modules: Add support for loading/unloading of modules, as well as simply reloading2013-09-02, by Matthew Wild
-
mod_secure_interfaces: New module to mark c2s sessions on given interfaces as 'secure' without encryption2013-08-29, by Matthew Wild
-
mod_lastlog: Import util.datetime2013-08-28, by Kim Alvefur
-
mod_lastlog: Fix jid.split call2013-08-28, by Kim Alvefur
-
mod_lastlog: If loaded on a component, store a timestamp of the last message sent, eg to a MUC room2013-08-28, by Kim Alvefur
-
mod_lastlog: Collect timestamp on registration2013-08-28, by Kim Alvefur
-
mod_lastlog: Return a non-zero exit code if no lastlog records were found2013-08-28, by Kim Alvefur
-
mod_turncredentials: No need to check tag name, we're already in the event handler for the 'services' tag2013-08-28, by Matthew Wild
-
mod_turncredentials: Use iq-get event, to save checking attr.type manually2013-08-28, by Matthew Wild
-
mod_turncredentials: Use type-specific get_option() methods where appropriate, and pass in default values2013-08-28, by Matthew Wild
-
mod_turncredentials: use smarter timestamp expiry from draft-uberti-behave-turn-rest-002013-08-28, by Philipp Hancke
-
mod_carbons: Fix <private/> handling2013-08-21, by Kim Alvefur
-
mod_s2s_auth_fingerprint: Don't halt event propagation in cert pinning mode2013-08-15, by Kim Alvefur
-
mod_auth_pam: Initial commit of simple PAM authentication module2013-08-15, by Kim Alvefur
-
mod_auth_external: Move example scripts to new examples/ dir, and add Lua and Go examples2013-08-15, by Matthew Wild
-
mod_auth_ldap: Add a configurable scope, defaulting to onelevel2013-08-15, by Kim Alvefur
-
mod_auth_ldap: Switch to type-specific get_option variants2013-08-15, by Kim Alvefur
-
mod_auth_external: Re-organise initialization a bit (superficial)2013-08-14, by Matthew Wild
-
mod_auth_external: Fix logging of errors2013-08-13, by Matthew Wild
-
mod_auth_external: Log full response from pty if it appears to be an error message2013-08-13, by Matthew Wild
-
mod_auth_external: Remove unused import of jid.bare2013-08-13, by Matthew Wild
-
mod_auth_external: Remove is_admin (duplicates usermanager)2013-08-13, by Matthew Wild
-
mod_mam/mamprefs.lib: Revert accidentally commited change2013-08-11, by Kim Alvefur
-
mod_mam: Remove unused table, it was moved to one of the libs2013-08-11, by Kim Alvefur
-
mod_carbons: Add support for XEP-0334: Message Processing Hints2013-08-11, by Kim Alvefur
-
mod_mam: Add support for XEP-0334: Message Processing Hints2013-08-11, by Kim Alvefur
-
mod_mam: Clean up and explain the code that determines who's archive we put the message in2013-08-11, by Kim Alvefur
-
mod_muc_log: Restore copyright header that somehow got lost2013-08-10, by Kim Alvefur
-
mod_mam_adhoc: Use the new adhoc permission level for local users2013-08-10, by Kim Alvefur
-
mod_mam_muc: Search the rooms archive correctly (copypaste error from mod_mam)2013-08-10, by Kim Alvefur
-
mod_mam_muc: Send item-not-found if the requested room does not exist2013-08-10, by Kim Alvefur
-
mod_mam_muc: Fix room lookup, should be indexed by bare jid2013-08-10, by Kim Alvefur
-
mod_mam_muc: Allow archiving to be enabled trough in the room configuration2013-08-10, by Kim Alvefur
-
mod_mam_muc: Stap archived messages2013-08-10, by Kim Alvefur
-
mod_mam_muc: Switch to new stanza storage API2013-08-10, by Kim Alvefur
-
mod_mam_muc: Send proper error reply when one is not allowed to query archive2013-08-10, by Kim Alvefur
-
mod_mam_muc: Get room objects in a less awkward fashion2013-08-10, by Kim Alvefur
-
mod_mam_muc: Switch to iq-get hook and drop some indentation2013-08-10, by Kim Alvefur
-
mod_mam/mamprefs.lib: Cache prefs in memory to save storage calls2013-08-10, by Kim Alvefur
-
mod_mam/mamprefs.lib: Switch to storagemanager API2013-08-10, by Kim Alvefur
-
mod_mam: Break out routines for converting prefs between XML and our internal representation into a library2013-08-10, by Kim Alvefur
-
mod_muc_log: Clean up some unused imports and variables2013-08-10, by Kim Alvefur
-
mod_muc_log: Use old datamanager directly, instead of hacking storagemanager2013-08-10, by Kim Alvefur
-
mod_telnet_tlsinfo: Add a pattern argument similar to s2s:show(pattern) for limiting output2013-08-07, by Kim Alvefur
-
mod_s2s_auth_fingerprint: Add a cert-pinning mode2013-08-04, by Kim Alvefur
-
mod_s2s_auth_dnssec_srv: Ignore certificates with invalid chains.2013-08-03, by Kim Alvefur
-
mod_bidi: Revert to sends2s (Go to sleep zash, you're too tired to code)2013-08-02, by Kim Alvefur
-
mod_bidi: Make sessions table weak2013-08-02, by Kim Alvefur
-
mod_bidi: Don't try to send on destroyed sessions2013-08-02, by Kim Alvefur
-
mod_bidi: Fix accidentally module-global value2013-08-02, by Kim Alvefur
-
mod_bidi: Only allow or offer bidi on secure connections, with an option to revert to previous behaviour2013-08-02, by Kim Alvefur
-
mod_bidi: Minor cleanup2013-08-02, by Kim Alvefur
-
mod_bidi: Clean up and use 0.9+ routing APIs2013-08-02, by Kim Alvefur
-
mod_admin_web: Change bootstrap URL2013-07-29, by Florian Zeitz
-
mod_admin_web: Use a different cursor for expandable items2013-07-24, by Florian Zeitz
-
mod_admin_web: Remove unused local2013-07-22, by Florian Zeitz
-
mod_admin_web: Provide some information about the TLS layer2013-07-22, by Florian Zeitz
-
mod_mam: Update to use 'archive' storage type. Note: this breaks support with 0.9 and older.2013-07-13, by Kim Alvefur
-
mod_mam_adhoc: Use mod_mam/mamprefs.lib2013-07-13, by Kim Alvefur
-
mod_mam: Swap first and last first for a simpler argument to RSM in reverse queries2013-07-13, by Kim Alvefur
-
mod_mam: Neater reply building2013-07-12, by Kim Alvefur
-
mod_mam: Use more specific hook2013-07-12, by Kim Alvefur
-
mod_mam: Split out preference functions into a lib for easy reuse2013-07-12, by Kim Alvefur
-
mod_s2s_keepalive: Initial commit, poke s2s connections with pings and whitespace2013-07-11, by Kim Alvefur
-
mod_pubsub_googlecode: Import hmac from util.hashes2013-07-11, by Kim Alvefur
-
mod_turncredentials: Import HMAC from util.hashes2013-07-11, by Kim Alvefur
-
mod_pubsub_feeds: Use HMAC-SHA1 from util.hashes (util.hmac was deprecated)2013-07-11, by Kim Alvefur
-
mod_muc_log_http: Have same default for showing presence as mod_muc_log2013-07-10, by Kim Alvefur
-
mod_muc_log: Don't change defaults across versions!2013-07-10, by Kim Alvefur
-
mod_muc_log: Add a room config option for logging2013-07-10, by Kim Alvefur
-
mod_lastlog: Make the command show a help message instead of a traceback when no user given2013-07-09, by Kim Alvefur
-
mod_mam/rsm.lib: Fix parsing of empty before tag2013-07-08, by Kim Alvefur
-
mod_mam/rsm.lib: Fix serialization of before = true2013-07-08, by Kim Alvefur
-
mod_register_redirect: cleanup a bit.2013-07-07, by Marco Cirillo
-
mod_log_auth: Don't cause an error if any of the logged fields are missing2013-06-29, by Kim Alvefur
-
mod_client_certs: Update for x509 API in LuaSec 0.52013-06-29, by Kim Alvefur
-
mod_mam: Stamp <archived> on incoming stanzas after archiving them2013-06-29, by Kim Alvefur
-
mod_mam: The forwarded message should be a child of the MAM result element2013-06-29, by Kim Alvefur
-
mod_auth_ccert: Use value from ipairs2013-06-29, by Kim Alvefur
-
mod_s2s_log_certs: Minor grammar change2013-06-28, by Kim Alvefur
-
mod_adhoc_account_management: Initial commit of module meant to let user manage their accounts.2013-06-28, by Kim Alvefur
-
mod_s2soutinjection: Initial commit, variant of mod_srvinjection using 0.9+ APIs2013-06-28, by Kim Alvefur
-
mod_net_dovecotauth: Initial commit of server implementation of the Dovecot authentication protocol2013-06-27, by Kim Alvefur
-
mod_telnet_tlsinfo: Initial commit. Shows ciphers used and other TLS info2013-06-27, by Kim Alvefur
-
Don't store password in temporary file, pipe instead2013-06-24, by Mikael Nordfeldth
-
mod_statistics: prosodytop: Fix off-by-one error (thanks Zash)2013-06-17, by Matthew Wild
-
mod_statistics: top: Clean up sessions after 60s of inactivity2013-06-15, by Matthew Wild
-
mod_statistics: top: Make sessions temporarily bold when they are updated2013-06-15, by Matthew Wild
-
mod_statistics/top.lua: Adjust displayed memory stats for previous commit (3e2c4f424797)2013-06-15, by Matthew Wild
-
mod_statistics: Remove expensive and non-portable /proc-based memory stats2013-06-15, by Matthew Wild
-
mod_statistics/stats.lib.lua: Only fetch shared tables if running under Prosody2013-06-15, by Matthew Wild
-
mod_statistics/top.lua: Display the more detailed memory stats2013-06-15, by Kim Alvefur
-
mod_statistics/top.lua: Keep sessions displayed for 10s (instead of 3s)2013-06-15, by Kim Alvefur
-
mod_statistics/stats.lib.lua: Improve memory stats (use pposix.meminfo() if available)2013-06-15, by Kim Alvefur
-
mod_statistics/stats.lib.lua: Better s2s session counting2013-06-15, by Kim Alvefur
-
mod_statistics/stats.lib.lua: Better check for prosody vs prosodyctl2013-06-15, by Kim Alvefur
-
mod_statistics: Better detection of when running under prosody vs prosodyctl2013-06-15, by Kim Alvefur
-
mod_statistics/top.lua: Fix session sorting function (seems it must always return false when a==b)2013-06-15, by Matthew Wild
-
mod_statistics: Initial version, and a rough 'prosodyctl mod_statistics top'2013-06-15, by Matthew Wild
-
mod_onions: Copy the code to find the bit module from mod_websockets.2013-06-15, by Thijs Alkemade
-
mod_auth_ccert: Fix logging of certificate chain errors2013-06-14, by Kim Alvefur
-
mod_auth_ccert: Add missing OID for email2013-06-14, by Kim Alvefur
-
mod_auth_ccert: Pass the session username-outfigurer function too2013-06-14, by Kim Alvefur
-
mod_auth_ccert: Pass on the authz to the configurable username-figure-outer function2013-06-14, by Kim Alvefur
-
mod_auth_ccert: Add optional method for certificates which contain an email address2013-06-14, by Kim Alvefur
-
mod_auth_ccert: Prepare for supporting more ways to figure out the username2013-06-14, by Kim Alvefur
-
mod_http_dir_listing: Attach the MIME type to list items for use in CSS2013-06-14, by Kim Alvefur
-
mod_auth_ccert: Accidentally not2013-06-13, by Kim Alvefur
-
mod_auth_ccert: Initial commit of authentication module for using CA-issued client certificates2013-06-13, by Kim Alvefur
-
mod_onions: Added mod_onions. This module allows Prosody to make s2s connections to Tor hidden services.2013-06-10, by Thijs Alkemade
-
mod_turncredentials: XEP-0215 implementation for time-limited turn credentials2013-06-10, by Philipp Hancke
-
mod_muc_limits: Fix traceback on presence sent to the room's bare JID2013-06-08, by Matthew Wild
-
mod_muc_limits: Abort loading on non-MUC hosts (thanks Ge0rG)2013-06-07, by Matthew Wild
-
mod_listusers: fixed banner skipping cycle2013-06-07, by Vadim Misbakh-Soloviov
-
mod_listusers: added (+config support; -assert tracebacks; +user friendly connection errors; -unneded repeat-until cycle, which braked module)2013-06-07, by Vadim Misbakh-Soloviov
-
mod_webpresence: added /xml and /json; Rewritten /html; A bit of refactoring;2013-06-06, by Vadim Misbakh-Soloviov
-
mod_firewall: Add support for being called as a prosodyctl command2013-06-05, by Kim Alvefur
-
mod_firewall: Remove print()2013-06-05, by Kim Alvefur
-
mod_muc_log: don't log iqs either if presences are disabled, little use and may trigger "false positives".2013-06-05, by Marco Cirillo
-
mod_last_offline: Merge into an option of mod_lastlog2013-06-03, by Kim Alvefur
-
mod_lastlog: Fix command2013-06-03, by Kim Alvefur
-
mod_lastlog: Keep track of last logout time2013-06-03, by Kim Alvefur
-
mod_auth_custom_http: Organize imports, and make the URL a config option.2013-06-03, by Waqas Hussain
-
mod_auth_custom_http: No need for nodeprep in Prosody 0.9.2013-06-03, by Waqas Hussain
-
mod_auth_custom_http: Remove unused imports.2013-06-03, by Waqas Hussain
-
mod_auth_custom_http: Initial commit.2013-06-03, by Waqas Hussain
-
mod_muc_limits: Allow stanzas from affiliated users even if they are not in the room2013-06-03, by Matthew Wild
-
mod_muc_limits: _Fixing_ mistake in MattJ's merge and in the same time handing him a coffee cup.2013-06-02, by Marco Cirillo
-
mod_muc_limits: Increase hook priority2013-06-01, by Matthew Wild
-
mod_muc_limits: Condense multiple dropped stanzas into a single log message every 5 seconds2013-06-01, by Matthew Wild
-
mod_muc_log: Fix mistake in previous merge (thanks Maranda)2013-06-01, by Matthew Wild
-
mod_muc_limits: Add muc_max_nick_length option, defaulting to 23 (bytes)2013-06-01, by Matthew Wild
-
mod_muc_limits: Import util.jid2013-06-01, by Matthew Wild
-
mod_muc_log_http: rectify imported function name (it's fire_event).2013-06-01, by Marco Cirillo
-
mod_muc_log, mod_muc_log_http: backport changes from Metronome.2013-06-01, by Marco Cirillo
-
mod_candy: Add dependency on mod_bosh2013-06-01, by Kim Alvefur
-
mod_candy: Add a comment about the virtual js file with connection parameters2013-06-01, by Kim Alvefur
-
mod_websocket: Add some more error checks for close frames2013-05-30, by Florian Zeitz
-
mod_websocket: Access some values via locales instead of through tables2013-05-30, by Florian Zeitz
-
mod_websocket: Optimize string concatenation2013-05-30, by Florian Zeitz
-
mod_websocket: Call string and table functions through locals2013-05-30, by Florian Zeitz
-
mod_websocket: Fix length calculation2013-05-30, by Florian Zeitz
Scroll all the way down to load more.