.. |
adhoc
|
adhoc.lib: Don't build error reply from reply stanza
|
2013-07-24 21:49:36 +02:00 |
mod_s2s
|
mod_s2s: Mark stream as opened directly after opening stream, prevents session.close opening it again
|
2015-05-13 21:56:22 +02:00 |
muc
|
MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)
|
2015-12-16 16:41:48 +00:00 |
storage
|
plugins/storage/xmlparse.lib.lua: Delete.
|
2012-12-03 05:50:39 +05:00 |
mod_admin_adhoc.lua
|
mod_admin_adhoc: Add required to field in user deletion form too
|
2014-09-29 11:18:04 +02:00 |
mod_admin_telnet.lua
|
mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues)
|
2015-12-22 14:15:09 +00: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_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, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
|
2013-04-19 16:14:06 +02:00 |
mod_auth_internal_plain.lua
|
mod_auth_internal_plain: Don't log passwords, even at debug level
|
2013-04-23 15:13:51 +01:00 |
mod_bosh.lua
|
mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s).
|
2013-07-08 23:59:27 +01:00 |
mod_c2s.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_component.lua
|
mod_component: Fire an event on successful component authentication (For Goffi)
|
2015-08-10 22:13:02 +02:00 |
mod_compression.lua
|
mod_compression: Handle compression setup errors by logging a warning about it (fixes #408)
|
2014-08-26 12:19:27 +02: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: Remove unused import
|
2013-04-03 13:40:40 +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_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: Santize the path relative to our base URL before translating it to a filesystem path, fixes a relative path traversal vulnerability
|
2016-01-07 15:37:47 +00: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: Strip indentation only, leave multiple newlines
|
2014-02-06 10:44:21 +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
|
Don't check priority in mod_offline
|
2010-12-09 23:25:16 -06:00 |
mod_pep.lua
|
mod_pep: Don't store contacts' subscriptions to a user's nodes when that user is offline
|
2015-09-25 16:48:25 +01: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: Make sure that 'pidfile' is a string
|
2014-08-26 12:02:41 +02:00 |
mod_presence.lua
|
mod_presence: Remove some unused variables
|
2013-04-03 13:39:41 +01: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
|
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
|
2013-04-19 16:14:06 +02:00 |
mod_proxy65.lua
|
mod_proxy65: Fix typo in comment
|
2013-03-23 01:42:48 +01:00 |
mod_pubsub.lua
|
mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth')
|
2014-10-14 10:58:11 +01:00 |
mod_register.lua
|
mod_register: get_child_text! (thanks Lloyd)
|
2014-07-03 17:53:24 +02:00 |
mod_roster.lua
|
mod_roster: Remove unused variable
|
2013-03-23 01:35:52 +01:00 |
mod_saslauth.lua
|
mod_saslauth: Only do c2s SASL on normal VirtualHosts
|
2014-03-22 12:41:38 +01: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_none.lua
|
mod_storage_none: A null-like storage provider that returns all stores as empty, and fails to save anything to them
|
2013-04-05 10:01:02 +01: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: Let s2s_secure_auth override s2s_require_encryption and warn if they differ
|
2014-01-15 22:47:50 +01:00 |
mod_uptime.lua
|
mod_uptime: Use module:hook_global()
|
2011-08-14 14:00:54 -04:00 |
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()
|
2013-04-19 16:14:06 +02: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 |
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
|
2013-04-18 11:13:40 +01:00 |