prosody/plugins
2016-07-12 10:39:04 +02:00
..
adhoc plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 2015-09-21 23:06:22 +02:00
mod_pubsub plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 2015-09-21 23:06:22 +02:00
mod_s2s mod_c2s, mod_s2s: Bootstrap connection count statistic on module load 2016-07-07 18:48:58 +02:00
muc MUC: Allow members (or above) in members-only non-anonymous rooms to see the member list (fixes #445) 2016-05-28 12:37:51 +02:00
mod_admin_adhoc.lua mod_admin_adhoc: Show only connections to/from the host the command was run on 2016-01-03 17:48:36 +01:00
mod_admin_telnet.lua mod_admin_telnet: remove unused import (util.serialization) [luacheck] 2016-07-09 00:57:17 +08:00
mod_announce.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_auth_anonymous.lua mod_auth_anonymous: Fixed a traceback in listing all users (issue#396). 2014-02-17 16:00:41 -05:00
mod_auth_cyrus.lua mod_auth_*: Use module:provides(). 2012-09-12 21:41:51 +05:00
mod_auth_internal_hashed.lua mod_auth_internal_hashed: Use util.hex 2015-05-18 21:00:41 +02:00
mod_auth_internal_plain.lua mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too 2013-08-10 20:10:30 +02:00
mod_blocklist.lua mod_blocklist: Clear second level cache correctly on user deletion 2016-01-11 15:35:51 +01:00
mod_bosh.lua mod_bosh: Don't decrement rid twice (thanks av6) 2016-04-19 17:44:04 +02:00
mod_c2s.lua mod_c2s, mod_s2s: Bootstrap connection count statistic on module load 2016-07-07 18:48:58 +02:00
mod_carbons.lua plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 2015-09-21 23:06:22 +02:00
mod_component.lua mod_component: Some cleanup [luacheck] 2016-03-18 14:03:14 +00:00
mod_compression.lua mod_compression: Remove and replace with placeholder that logs an error 2016-04-09 19:21:05 +01:00
mod_debug_sql.lua mod_debug_sql: Small plugin that enables raw SQL query logging (for debugging) 2016-02-21 19:29:31 +01:00
mod_dialback.lua mod_dialback: Follow XEP-0185 and use HMAC 2016-01-19 21:31:02 +01:00
mod_disco.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_groups.lua mod_groups: Move variable to smaller scope 2016-02-04 10:07:02 +01:00
mod_http.lua mod_http: Return a static string from module:http_url() when no ports are enabled and log a warning 2015-03-23 18:45:02 +01:00
mod_http_errors.lua mod_http_errors: Add a newline after end of HTML 2016-07-12 10:39:04 +02:00
mod_http_files.lua mod_http_files: Send larger files using new file handle API 2016-07-11 12:20:25 +02:00
mod_iq.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
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 2014-07-04 22:52:34 +02:00
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 2014-10-21 12:49:03 +02:00
mod_message.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_motd.lua Merge 0.9->0.10 2014-02-06 10:48:41 +01:00
mod_net_multiplex.lua net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) 2014-08-29 11:54:34 +01:00
mod_offline.lua mod_offline: Decrease priority of event handlers so 3rd party hooks fire first by default 2015-09-16 15:18:30 +02:00
mod_pep.lua mod_pep: Use correct field for full JID (thanks Milan*) 2016-06-10 14:55:05 +02:00
mod_ping.lua mod_ping: Use type-specific event 2014-02-09 15:09:12 +01:00
mod_posix.lua mod_posix: Detect failure to load util.signal by first pcall return value not by type of the second 2015-09-26 21:41:11 +02:00
mod_presence.lua mod_presence: remove unused one-letter loop variable [luacheck] 2016-07-09 00:46:28 +08:00
mod_privacy.lua mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow) 2014-08-28 09:17:07 +01:00
mod_private.lua plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 2015-09-21 23:06:22 +02:00
mod_proxy65.lua mod_proxy65: Use typed config API (fix issues when options are set to unexpected types) 2015-12-03 15:27:09 +01:00
mod_register.lua mod_register: Make sure only an on_evict function or nil is passed to util.cache 2016-03-17 22:25:56 +01:00
mod_roster.lua mod_roster: Fire event for pending items for good measure 2016-04-04 21:48:42 +02:00
mod_s2s_auth_certs.lua mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not sending a client certificate) 2014-08-29 02:24:49 +02:00
mod_saslauth.lua mod_saslauth: Disable DIGEST-MD5 by default (closes #515) 2016-03-18 11:51:58 +01:00
mod_storage_internal.lua mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types 2014-06-20 16:22:23 +02:00
mod_storage_none.lua mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types 2014-06-20 16:22:23 +02:00
mod_storage_sql.lua mod_storage_sql: Make sure all serialization errors are propagated 2016-03-21 09:33:12 +01:00
mod_storage_sql1.lua storagemanager, mod_storage_sql, mod_storage_sql2: Rename mod_storage_sql2 -> mod_storage_sql, mod_storage_sql -> mod_storage_sql1 (temporarily), and emit warning for configs using sql2 2015-12-03 14:57:49 +00:00
mod_storage_xep0227.lua mod_storage_xep0227: Silence luacheck warnings 2015-05-15 15:32:39 +02:00
mod_time.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_tls.lua mod_tls: Fix ssl option fallback to a "parent" host if current host does not have ssl options set (thanks 70b1) 2015-11-09 13:40:06 +01:00
mod_unknown.lua modulemanager: Always load a platform-specific module, add stub modules for Windows and unknown platforms 2014-01-26 21:16:24 +01:00
mod_uptime.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_vcard.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_version.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_watchregistrations.lua mod_watchregistrations: Use type-specific config API for 'registration_notification' 2016-03-11 13:37:18 +01:00
mod_websocket.lua mod_websocket: Fix read timeout handler (thanks mt) 2016-04-06 14:44:51 +02:00
mod_welcome.lua mod_welcome: Pass default text to config API as default value 2016-03-02 16:43:42 +01:00
mod_windows.lua modulemanager: Always load a platform-specific module, add stub modules for Windows and unknown platforms 2014-01-26 21:16:24 +01:00