Software /
code /
prosody-modules
Graph
-
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
Scroll all the way down to load more.