..
adhoc
mod_adhoc: Add support for specifying a default action
14 years ago
mod_s2s
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
14 years ago
muc
MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed.
14 years ago
storage
Eliminate direct setfenv usage
14 years ago
mod_admin_adhoc.lua
mod_admin_adhoc: Use usermanager.delete_user to delete users
14 years ago
mod_admin_telnet.lua
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
14 years ago
mod_announce.lua
mod_admin_adhoc, mod_announce: Explicitly specify possible actions for ad-hoc commands
14 years ago
mod_auth_anonymous.lua
mod_auth_*: Use module:provides().
14 years ago
mod_auth_cyrus.lua
mod_auth_*: Use module:provides().
14 years ago
mod_auth_internal_hashed.lua
mod_auth_*: Use module:provides().
14 years ago
mod_auth_internal_plain.lua
mod_auth_*: Use module:provides().
14 years ago
mod_bosh.lua
mod_bosh: Remove redundant code (send stream features in only one place) (thanks Zash)
14 years ago
mod_c2s.lua
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
14 years ago
mod_component.lua
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
14 years ago
mod_compression.lua
mod_compression: advertise/activate compression only for authenticated sessions in accordance to XEP-0170. (Thanks fippo)
14 years ago
mod_dialback.lua
mod_dialback: Correctly check if a connection was destroyed (thanks iron)
14 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
Backout bcdff2b1d3ec from 0.8 - going to commit a slightly cleaner patch for the same issue to trunk
15 years ago
mod_http.lua
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
14 years ago
mod_http_errors.lua
mod_http_errors: Fix cyclic dependency - mod_http depends on us now, no need to depend on it (-1 line) (thanks Maranda)
14 years ago
mod_http_files.lua
mod_http_files: Respond with a 301 redirect for directories to append a / (fixes relative links)
14 years ago
mod_iq.lua
mod_iq: Don't treat an iq as handled if session.send() returns false
14 years ago
mod_lastactivity.lua
Update copyright headers for 2010
16 years ago
mod_legacyauth.lua
mod_legacyauth: Remove unused variable
14 years ago
mod_message.lua
mod_message: Don't treat a message as delivered ok if session.send() returns false
14 years ago
mod_motd.lua
mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza()
14 years ago
mod_net_multiplex.lua
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
14 years ago
mod_offline.lua
Don't check priority in mod_offline
15 years ago
mod_pep.lua
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
14 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
Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages
14 years ago
mod_presence.lua
mod_presence, rostermanager: Bring outbound subscription cancellation in line with RFC6121.
14 years ago
mod_privacy.lua
mod_privacy: Remove several unused variable declarations
15 years ago
mod_private.lua
mod_private: Updated to use the new events API. Smaller, more robust.
15 years ago
mod_proxy65.lua
mod_proxy65: Fix ACL
14 years ago
mod_pubsub.lua
mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod_welcome: Use module:send() instead of core_*_stanza()
14 years ago
mod_register.lua
mod_register: Hijack the session close call to send the final iq reply when deleting
14 years ago
mod_roster.lua
mod_roster: When an user is deleted, unsubscribe from their contacts
14 years ago
mod_saslauth.lua
mod_saslauth: Pass session to usermanager.get_sasl_handler()
14 years ago
mod_storage_internal.lua
mod_storage_internal: Add method for removing all data belonging to a user
14 years ago
mod_storage_sql.lua
mod_storage_sql: Return connection from connect even if already connected (thanks IRON)
14 years ago
mod_time.lua
Update copyright headers for 2010
16 years ago
mod_tls.lua
mod_tls: Fix log statement (thanks Zash)
14 years ago
mod_uptime.lua
mod_uptime: Use module:hook_global()
15 years ago
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
14 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