IMPORTANT: due to a drive failure, as of 13-Mar-2021, the Mercurial repository had to be re-mirrored, which changed every commit SHA. The old SHAs and trees are backed up in the vault branches. Please migrate to the new branches as soon as you can.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
prosody/plugins
Kim Alvefur f4c6b4507a Merge 0.10->trunk 10 years ago
..
adhoc plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 10 years ago
mod_pubsub mod_pubsub: Don?t require util.dataforms twice 10 years ago
mod_s2s Merge 0.10->trunk 10 years ago
muc MUC: Pass room JID instead of room itself to logger, fixes traceback (thanks damencho) 10 years ago
mod_admin_adhoc.lua mod_admin_adhoc: Show only connections to/from the host the command was run on 10 years ago
mod_admin_telnet.lua Merge 0.10->trunk 10 years ago
mod_announce.lua
mod_auth_anonymous.lua mod_auth_anonymous: Fixed a traceback in listing all users (issue#396). 12 years ago
mod_auth_cyrus.lua
mod_auth_internal_hashed.lua mod_auth_internal_hashed: Use util.hex 11 years ago
mod_auth_internal_plain.lua
mod_blocklist.lua mod_blocklist: Clear second level cache correctly on user deletion 10 years ago
mod_bosh.lua mod_bosh: Fix merge mistakes from c8923f882274 10 years ago
mod_c2s.lua Merge 0.10->trunk 10 years ago
mod_carbons.lua plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 10 years ago
mod_component.lua Update every link to the documentation to use HTTPS 10 years ago
mod_compression.lua mod_compression: Remove and replace with placeholder that logs an error 10 years ago
mod_debug_sql.lua mod_debug_sql: Small plugin that enables raw SQL query logging (for debugging) 10 years ago
mod_dialback.lua mod_dialback: Follow XEP-0185 and use HMAC 10 years ago
mod_disco.lua
mod_groups.lua mod_groups: Move variable to smaller scope 10 years ago
mod_http.lua mod_http: Fix indentation in redir_handler 10 years ago
mod_http_errors.lua mod_http_errors: Add a newline after end of HTML 10 years ago
mod_http_files.lua mod_http_files: Send larger files using new file handle API 10 years ago
mod_iq.lua
mod_lastactivity.lua mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups 12 years ago
mod_legacyauth.lua mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former 11 years ago
mod_message.lua
mod_motd.lua Merge 0.9->0.10 12 years ago
mod_muc_unique.lua plugins/mod_muc_unique: Fix undefined global access (thanks Lance) 12 years ago
mod_net_multiplex.lua mod_net_multiplex: remove unused one-letter loop variable [luacheck] 10 years ago
mod_offline.lua mod_offline: Decrease priority of event handlers so 3rd party hooks fire first by default 10 years ago
mod_pep.lua mod_pep: Use correct field for full JID (thanks Milan*) 10 years ago
mod_pep_plus.lua mod_pep_plus: Remove config form, it moved into pubsub.lib 11 years ago
mod_ping.lua mod_ping: Use type-specific event 12 years ago
mod_posix.lua Update every link to the documentation to use HTTPS 10 years ago
mod_presence.lua mod_presence: remove unused one-letter loop variable [luacheck] 10 years ago
mod_privacy.lua mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow) 12 years ago
mod_private.lua Merge 0.10->trunk 10 years ago
mod_proxy65.lua mod_proxy65: Use typed config API (fix issues when options are set to unexpected types) 10 years ago
mod_register.lua mod_register: Make sure only an on_evict function or nil is passed to util.cache 10 years ago
mod_roster.lua mod_roster: Fire event for pending items for good measure 10 years ago
mod_s2s_auth_certs.lua mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not sending a client certificate) 12 years ago
mod_saslauth.lua mod_saslauth: Disable DIGEST-MD5 by default (closes #515) 10 years ago
mod_storage_internal.lua mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types 12 years ago
mod_storage_none.lua mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types 12 years ago
mod_storage_sql.lua Update every link to the documentation to use HTTPS 10 years ago
mod_storage_sql1.lua Update every link to the documentation to use HTTPS 10 years ago
mod_storage_xep0227.lua mod_storage_xep0227: Silence luacheck warnings 11 years ago
mod_time.lua
mod_tls.lua mod_tls: Fix ssl option fallback to a "parent" host if current host does not have ssl options set (thanks 70b1) 10 years ago
mod_unknown.lua
mod_uptime.lua
mod_vcard.lua
mod_version.lua
mod_watchregistrations.lua mod_watchregistrations: Use type-specific config API for 'registration_notification' 10 years ago
mod_websocket.lua mod_websocket: Fix read timeout handler (thanks mt) 10 years ago
mod_welcome.lua mod_welcome: Pass default text to config API as default value 10 years ago
mod_windows.lua