prosody/plugins
2017-09-27 15:27:29 +02:00
..
adhoc mod_adhoc/adhoc.lib: instantiate table with all fields 2017-03-06 15:09:22 +01:00
mod_mam mod_mam: Also return the preferences on set 2017-09-19 23:38:08 +02:00
mod_pubsub mod_pubsub: Fix syntax error introduced in 241f02bd66ce 2017-03-17 13:04:18 +00:00
mod_s2s mod_s2s: Use a separate resolver object for each outgoing session 2017-09-25 23:12:47 +01:00
muc MUC: Use variable that actually exists (thanks Martin) 2017-08-06 13:27:47 +02:00
mod_admin_adhoc.lua core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 2017-07-28 13:15:29 +02:00
mod_admin_telnet.lua core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 2017-07-28 13:15:29 +02:00
mod_announce.lua Remove all trailing whitespace 2013-08-09 17:48:21 +02:00
mod_auth_anonymous.lua mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck] 2017-04-04 01:25:10 +02:00
mod_auth_cyrus.lua mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck] 2017-04-04 01:25:33 +02:00
mod_auth_internal_hashed.lua core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 2017-07-28 13:15:29 +02:00
mod_auth_internal_plain.lua mod_auth_internal_plain: Rename unused self argument [luacheck] 2017-04-04 01:26:33 +02:00
mod_blocklist.lua mod_blocklist: Drop messages to existing full JIDs in order to prevent issues with MUC PMs, fixes #690 2017-09-27 15:27:29 +02:00
mod_bosh.lua mod_bosh: Add ::1 to the default trusted_proxies. 2017-07-16 19:25:15 +01:00
mod_c2s.lua Merge 0.9->0.10 2017-09-14 02:47:40 +02:00
mod_carbons.lua mod_carbons: Rename some variables for clarity 2016-12-08 17:51:23 +01:00
mod_component.lua Merge 0.9->0.10 2017-09-14 02:47:40 +02: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 mod_disco: Advertise in stream-features after auth (probably what was meant in 200f1f6306a7) (fixes #957) 2017-07-27 14:10:18 +02:00
mod_groups.lua mod_groups: Move variable to smaller scope 2016-02-04 10:07:02 +01:00
mod_http.lua util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options 2017-01-26 14:18:30 +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: Use path variant of config option API for http_files_dir 2017-03-21 12:06:52 +01: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_limits.lua mod_limits: Handle fractional outstanding balance values (caused by e3f7b6fa46ba) 2017-09-26 17:48:33 +01:00
mod_message.lua mod_message: Include username in event for offline messages 2017-05-10 19:22:13 +02:00
mod_motd.lua mod_motd: Use initial presence event (saves some checking) 2017-04-27 10:17:54 +02:00
mod_net_multiplex.lua mod_net_multiplex: Enable SSL on the SSL port (fixes #803) 2016-12-21 11:02:17 +01:00
mod_offline.lua mod_offline: Include timestamp and empty 'with' 2017-04-01 19:04:15 +02:00
mod_pep.lua mod_pep: Handle disco#info queries to nodes (fixes #805) 2017-04-24 23:27:21 +02:00
mod_ping.lua mod_ping: Use type-specific event 2014-02-09 15:09:12 +01:00
mod_posix.lua loggingmanager, mod_posix: Import util.format correctly (fixes #985) 2017-09-11 19:32:12 +02:00
mod_presence.lua mod_presence: Use get_child_text on priority child element (fixes #552) 2017-04-10 20:28:02 +02:00
mod_privacy.lua mod_privacy: Fix selecting the top resource (fixes #694) 2016-06-22 22:22:29 +02: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: Add comments saying which section handles password change, account deletion and which is in-band registration 2017-08-24 21:51:11 +02:00
mod_roster.lua mod_roster: Rename variable to silence shadowing warning [luacheck] 2016-12-13 21:25:11 +01: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: Use correct varible name (thanks Roi) 2017-07-08 18:21:45 +02:00
mod_server_contact_info.lua mod_server_contact_info: Import from prosody-modules 2c59f2f0c37d (fixes #778) 2017-09-23 13:35:33 +01:00
mod_storage_internal.lua mod_storage_internal: Return a noop iterator if archive is empty (fixes #920) 2017-07-05 05:44:56 +02:00
mod_storage_none.lua mod_storage_none: Add a noop archive delete method 2017-04-04 18:46:51 +02:00
mod_storage_sql.lua mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas) 2017-04-30 10:44:53 +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: Rebuild SSL context objects on configuration reload - #701 2017-04-25 21:50:36 +02: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 plugins/various: Use type-specific config API 2017-03-16 20:46:06 +01:00
mod_watchregistrations.lua Merge 0.9->0.10 2017-05-27 16:42:50 +02:00
mod_websocket.lua mod_websocket: Convert set to string (syslog sink needs a better fix) 2017-05-16 17:52:29 +02:00
mod_welcome.lua Merge 0.9->0.10 2017-06-01 14:05:43 +02: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