..
adhoc
mod_adhoc: Always allow at least the "complete" action
14 years ago
mod_s2s
mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291 .
14 years ago
muc
mod_muc/muc.lib: Fall back to default_history_length if no length in config
14 years ago
storage
ejabberdstore.lib.lua: Remove now needless library
15 years ago
mod_admin_adhoc.lua
mod_admin_adhoc: Small style fix
14 years ago
mod_admin_telnet.lua
mod_admin_telnet: Add muc:room(jid) command to get the MUC room object
14 years ago
mod_announce.lua
mod_announce: A little cleanup.
16 years ago
mod_auth_anonymous.lua
mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false)
14 years ago
mod_auth_cyrus.lua
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
15 years ago
mod_auth_internal_hashed.lua
mod_auth_internal_hashed: Remove COMPAT code (upgrading old hashed storage format from pre-0.8)
14 years ago
mod_auth_internal_plain.lua
mod_auth_internal_plain: Remove unused imports
14 years ago
mod_bosh.lua
mod_bosh: Remove unused send_buffer variable
14 years ago
mod_c2s.lua
mod_c2s: Remove unused import of portmanager
14 years ago
mod_component.lua
mod_component: Allow unauthenticated components to authenticate (thanks Maranda)
14 years ago
mod_compression.lua
mod_compression: Change default compression level to 7
14 years ago
mod_dialback.lua
mod_s2s, s2smanager, mod_dialback: Move addition of session.send() on s2sin to after they are authenticated (thus from mod_s2s to s2smanager). Update mod_dialback to fire route/remote directly, as session.send() is no longer available for s2sin_unauthed. Fixes #291 .
14 years ago
mod_disco.lua
core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Extensions
15 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_http: Depend on mod_http_errors
14 years ago
mod_http_errors.lua
mod_http_errors: Add two new config options, http_errors_always_show (show even for unknown errors) and http_errors_default_message (message for unknown errors)
14 years ago
mod_http_files.lua
mod_http_files: Specify method in HTTP route
14 years ago
mod_iq.lua
mod_iq: Remove unused import of jid.split, bare_sessions and don't unpack event.origin when it isn't used. Waqas.
14 years ago
mod_lastactivity.lua
Update copyright headers for 2010
16 years ago
mod_legacyauth.lua
mod_legacyauth: Disallow on unencrypted connections by default, heed allow_unencrypted_plain_auth config option (thanks Maranda/Zash)
15 years ago
mod_message.lua
mod_message: Remove unused import of table.insert
14 years ago
mod_motd.lua
mod_motd: Use presence/bare to catch a client's initial presence and send the MOTD then ( fixes #282 )
14 years ago
mod_net_multiplex.lua
mod_net_multiplex: Port multiplexing (run multiple different services on a the same port(s))... now pluggable for use with any net plugin
14 years ago
mod_offline.lua
Don't check priority in mod_offline
15 years ago
mod_pep.lua
mod_pep: Always include a 'from' attribute on service discovery requests to local clients (compatibility fix for OneTeam).
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
Merge 0.9->trunk
14 years ago
mod_presence.lua
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)
15 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 traceback when proxy65 service fails to bind a port
14 years ago
mod_pubsub.lua
mod_pubsub.lua: Fix global access
14 years ago
mod_register.lua
mod_register: Add support for additional registration fields
15 years ago
mod_roster.lua
mod_roster: Remove <optional/> from roster version stream feature, as per latest specs.
15 years ago
mod_saslauth.lua
mod_saslauth: Remove unused declaration of xmlns_stanzas
14 years ago
mod_storage_internal.lua
storagemanager, mod_storage_internal: Split out default driver to mod_storage_internal, and greatly simplify storagemanager's error handling and fallback code
15 years ago
mod_storage_sql.lua
mod_storage_sql: Add extra logging and error handling around table creation
15 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
Update copyright headers for 2010
16 years ago
mod_version.lua
mod_version: Fix missing comma and correct prefix for util.pposix
14 years ago
mod_watchregistrations.lua
mod_watchregistrations: Fixed an undefined global access (thanks Medics).
14 years ago
mod_welcome.lua
Monster whitespace commit (beware the whitespace monster).
15 years ago