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