.. |
adhoc
|
mod_adhoc: Add support for specifying a default action
|
2012-08-02 21:28:14 +02:00 |
mod_s2s
|
mod_s2s: Prevent s2s to and from hosts we serve locally
|
2013-03-27 23:09:47 +01:00 |
muc
|
mod_muc/muc.lib: Don't add messages without a body (such as chat state notifications) to the room history (thanks louiz’, Link Mauve, poezio and all its users)
|
2013-03-28 09:50:21 -04:00 |
storage
|
plugins/storage/xmlparse.lib.lua: Delete.
|
2012-12-03 05:50:39 +05:00 |
mod_admin_adhoc.lua
|
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
|
2013-03-23 01:27:38 +01:00 |
mod_admin_telnet.lua
|
mod_admin_telnet: Stop processing lines when session is closed
|
2012-12-28 14:32:22 +01:00 |
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
|
2013-03-23 01:27:16 +01:00 |
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
|
2013-03-23 01:27:16 +01: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_plain, mod_auth_internal_hashed: No need to nodeprep here.
|
2013-01-22 08:26:08 +05:00 |
mod_auth_internal_plain.lua
|
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.
|
2013-01-22 08:26:08 +05:00 |
mod_bosh.lua
|
mod_bosh: Add 'Connection: keep-alive' header
|
2012-11-22 19:37:30 +00:00 |
mod_c2s.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
|
2013-03-23 01:27:16 +01:00 |
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
|
2013-03-23 01:27:16 +01:00 |
mod_compression.lua
|
mod_s2s, mod_saslauth, mod_compression: Refactor to have common code for opening streams
|
2013-03-16 17:46:43 +01:00 |
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
|
2013-03-22 14:18:23 +00:00 |
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)
|
2012-08-05 17:18:35 +01:00 |
mod_groups.lua
|
mod_groups: Use module API for reading config
|
2013-03-23 01:39:56 +01:00 |
mod_http.lua
|
mod_http: Import portmanager
|
2013-03-23 01:42:27 +01:00 |
mod_http_errors.lua
|
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
|
2013-03-23 01:27:38 +01:00 |
mod_http_files.lua
|
mod_http_files: Fix sending Content-Type for index files
|
2012-12-23 17:04:44 +01:00 |
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
|
2013-03-23 01:27:16 +01:00 |
mod_lastactivity.lua
|
Update copyright headers for 2010
|
2010-03-22 17:06:15 +00:00 |
mod_legacyauth.lua
|
mod_legacyauth: Fix for sending error response to unauthed s2s connections
|
2012-09-13 18:48:35 +01:00 |
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
|
2013-03-23 01:27:16 +01:00 |
mod_motd.lua
|
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
|
2013-03-23 01:27:38 +01:00 |
mod_net_multiplex.lua
|
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
|
2012-09-12 22:22:31 +05:00 |
mod_offline.lua
|
Don't check priority in mod_offline
|
2010-12-09 23:25:16 -06:00 |
mod_pep.lua
|
mod_pep: Remove unused imports
|
2012-10-14 21:03:52 +02:00 |
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).
|
2011-01-29 04:42:05 +05:00 |
mod_posix.lua
|
mod_posix: Log a message explaining that we are detaching from the console
|
2012-11-11 23:44:56 +01:00 |
mod_presence.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
|
2013-03-23 01:27:16 +01:00 |
mod_privacy.lua
|
mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants.
|
2013-03-28 12:49:19 +01:00 |
mod_private.lua
|
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
|
2013-03-23 01:27:38 +01:00 |
mod_proxy65.lua
|
mod_proxy65: Fix typo in comment
|
2013-03-23 01:42:48 +01:00 |
mod_pubsub.lua
|
mod_pubsub, util.pubsub: Add delete action
|
2013-01-31 18:41:01 +01:00 |
mod_register.lua
|
mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports
|
2013-03-23 01:27:38 +01:00 |
mod_roster.lua
|
mod_roster: Remove unused variable
|
2013-03-23 01:35:52 +01:00 |
mod_saslauth.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
|
2013-03-22 14:18:23 +00:00 |
mod_storage_internal.lua
|
mod_storage_internal, datamanager: Add support for iterating over users with data in a store
|
2012-09-21 17:23:08 +02:00 |
mod_storage_sql.lua
|
mod_storage_sql: Return actual error string on commit failure.
|
2012-11-30 08:50:03 +05:00 |
mod_time.lua
|
Update copyright headers for 2010
|
2010-03-22 17:06:15 +00:00 |
mod_tls.lua
|
mod_tls: More use of config sections removed
|
2013-03-23 02:35:50 +01:00 |
mod_uptime.lua
|
mod_uptime: Use module:hook_global()
|
2011-08-14 14:00:54 -04:00 |
mod_vcard.lua
|
mod_vcard: Remove vcard_compatibility COMPAT (moved to mod_compat_vcard in prosody-modules), and add warning for those using the option
|
2012-07-26 15:16:52 +01:00 |
mod_version.lua
|
mod_version: Fix missing comma and correct prefix for util.pposix
|
2012-04-24 21:37:20 +02:00 |
mod_watchregistrations.lua
|
mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza()
|
2012-07-26 04:35:13 +02:00 |
mod_welcome.lua
|
mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza()
|
2012-07-26 04:35:13 +02:00 |