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 fdacf5cb34 mod_http_files: Put the MIME type map in a global shared table instead of per-host 13 years ago
..
adhoc mod_adhoc: Add support for specifying a default action 14 years ago
mod_s2s mod_s2s/s2sout.lib: Remove unused variables and imports 13 years ago
muc mod_muc: Fix incorrect variable name 13 years ago
storage plugins/storage/xmlparse.lib.lua: Delete. 13 years ago
mod_admin_adhoc.lua mod_admin_adhoc: Use util.adhoc 13 years ago
mod_admin_telnet.lua mod_admin_telnet: Fix another wrong boolean expression 13 years ago
mod_announce.lua mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 13 years ago
mod_auth_anonymous.lua mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 13 years ago
mod_auth_cyrus.lua mod_auth_*: Use module:provides(). 13 years ago
mod_auth_internal_hashed.lua mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 13 years ago
mod_auth_internal_plain.lua mod_auth_internal_plain: Don't log passwords, even at debug level 13 years ago
mod_bosh.lua mod_bosh: Remove Connection: keep-alive header (conflicts with new net.http.server) 13 years ago
mod_c2s.lua mod_c2s: Fix session:close() when a stanza is passed as reason 13 years ago
mod_component.lua mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 13 years ago
mod_compression.lua mod_saslauth, mod_compression: Fix some cases where open_stream() was not being passed to/from (see df3c78221f26 and issue #338) 13 years ago
mod_dialback.lua s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event 13 years ago
mod_disco.lua hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva) 14 years ago
mod_groups.lua mod_groups: Remove unused import 13 years ago
mod_http.lua mod_http: disable ssl peer verification by default. 13 years ago
mod_http_errors.lua mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports 13 years ago
mod_http_files.lua mod_http_files: Put the MIME type map in a global shared table instead of per-host 13 years ago
mod_iq.lua mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 13 years ago
mod_lastactivity.lua Update copyright headers for 2010 16 years ago
mod_legacyauth.lua mod_legacyauth: Fix for sending error response to unauthed s2s connections 13 years ago
mod_message.lua mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals 13 years ago
mod_motd.lua mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports 13 years ago
mod_net_multiplex.lua mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 13 years ago
mod_offline.lua Don't check priority in mod_offline 15 years ago
mod_pep.lua mod_pep: When a client supplies no id on a published item, reflect our generated id back to it 13 years ago
mod_ping.lua mod_ping: Use util.datetime to generate timestamp in ad-hoc command response (instead of the current use of os.date, which doesn't take timezone into account). 15 years ago
mod_posix.lua mod_posix: Improve error message for a pposix version mismatch 13 years ago
mod_presence.lua mod_presence: Remove some unused variables 13 years ago
mod_privacy.lua mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 13 years ago
mod_private.lua mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 13 years ago
mod_proxy65.lua mod_proxy65: Fix typo in comment 13 years ago
mod_pubsub.lua mod_pubsub: Remove nodeid check added in 989acb4ad1de that wasn't needed 13 years ago
mod_register.lua mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 13 years ago
mod_roster.lua mod_roster: Remove unused variable 13 years ago
mod_saslauth.lua mod_saslauth, mod_compression: Fix some cases where open_stream() was not being passed to/from (see df3c78221f26 and issue #338) 13 years ago
mod_storage_internal.lua mod_storage_internal, datamanager: Add support for iterating over users with data in a store 13 years ago
mod_storage_none.lua mod_storage_none: A null-like storage provider that returns all stores as empty, and fails to save anything to them 13 years ago
mod_storage_sql.lua mod_storage_sql: Return actual error string on commit failure. 13 years ago
mod_storage_sql2.lua mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) 13 years ago
mod_time.lua Update copyright headers for 2010 16 years ago
mod_tls.lua mod_tls: More use of config sections removed 13 years ago
mod_uptime.lua mod_uptime: Use module:hook_global() 15 years ago
mod_vcard.lua mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() 13 years ago
mod_version.lua mod_version: Fix missing comma and correct prefix for util.pposix 14 years ago
mod_watchregistrations.lua mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza() 14 years ago
mod_welcome.lua mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza() 14 years ago
sql.lib.lua mod_storage_sql2 (temporary name), sql.lib, util.sql: New SQL API supporting cross-module connection sharing, transactions and Things - a work in progress 13 years ago