.. |
adhoc
|
mod_adhoc: Use module:handle_items()
|
2011-12-10 05:45:07 +00:00 |
muc
|
MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur).
|
2011-11-21 19:59:38 +05:00 |
storage
|
ejabberdstore.lib.lua: Remove now needless library
|
2011-01-07 03:17:36 +00:00 |
mod_admin_adhoc.lua
|
mod_admin_adhoc: Only allow global admins to shut the server down
|
2011-06-03 02:01:31 +02:00 |
mod_admin_telnet.lua
|
modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs
|
2010-12-17 12:44:24 +00:00 |
mod_announce.lua
|
mod_announce: A little cleanup.
|
2010-06-18 14:29:28 +05:00 |
mod_auth_anonymous.lua
|
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
2011-02-23 01:34:46 +05:00 |
mod_auth_cyrus.lua
|
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
2011-02-23 01:34:46 +05:00 |
mod_auth_internal_hashed.lua
|
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
2011-02-23 01:34:46 +05:00 |
mod_auth_internal_plain.lua
|
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
2011-02-23 01:34:46 +05:00 |
mod_bosh.lua
|
mod_bosh: Remove unused reference to lxp
|
2011-12-14 06:42:23 +05:00 |
mod_component.lua
|
mod_component: removed unused variable reference, added "flagging" to assert if a component is connected or not.
|
2012-01-06 21:45:33 +00:00 |
mod_compression.lua
|
mod_compression: Change default compression level to 7
|
2012-01-19 16:47:12 +01:00 |
mod_dialback.lua
|
Merge 0.8->trunk
|
2011-06-07 01:29:34 +01:00 |
mod_disco.lua
|
core.modulemanager, mod_disco: Add support for XEP-0128: Service Discovery Extensions
|
2011-08-08 18:23:53 +02:00 |
mod_groups.lua
|
Backout bcdff2b1d3ec from 0.8 - going to commit a slightly cleaner patch for the same issue to trunk
|
2011-06-07 01:29:02 +01:00 |
mod_httpserver.lua
|
mod_httpserver: Serve index.html if a request is made for a directory and it contains one (thanks Brian Cully)
|
2010-07-13 09:25:45 +01:00 |
mod_iq.lua
|
mod_iq: Fix an extra character in previous commit...
|
2010-12-02 16:58:24 +05:00 |
mod_lastactivity.lua
|
Update copyright headers for 2010
|
2010-03-22 17:06:15 +00:00 |
mod_legacyauth.lua
|
mod_legacyauth: Disallow on unencrypted connections by default, heed allow_unencrypted_plain_auth config option (thanks Maranda/Zash)
|
2011-04-20 18:19:28 +01:00 |
mod_message.lua
|
mod_message, mod_offline: Change message/offline/store -> message/offline/handle
|
2010-12-09 12:41:30 -06:00 |
mod_motd.lua
|
mod_motd: Update to use module:get_option_string
|
2011-09-27 19:07:41 +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: Always include a 'from' attribute on service discovery requests to local clients (compatibility fix for OneTeam).
|
2011-10-13 00:13:49 +05: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: Remove redundant import of logger.setwriter()
|
2010-11-04 08:41:24 +00:00 |
mod_presence.lua
|
mod_presence: Bounce errors for invalid presence types (thanks nolan/Astro)
|
2011-02-10 21:09:20 +00:00 |
mod_privacy.lua
|
mod_privacy: Remove several unused variable declarations
|
2011-03-29 15:07:14 +01:00 |
mod_private.lua
|
mod_private: Updated to use the new events API. Smaller, more robust.
|
2010-10-16 04:11:48 +05:00 |
mod_proxy65.lua
|
mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness.
|
2011-11-06 00:51:39 +05:00 |
mod_pubsub.lua
|
mod_pubsub: Add 'publisher' affiliation (can't create/configure nodes, can do everything else)
|
2011-08-14 13:39:40 -04:00 |
mod_register.lua
|
mod_register: Add support for additional registration fields
|
2011-08-12 00:01:35 +02:00 |
mod_roster.lua
|
mod_roster: Remove <optional/> from roster version stream feature, as per latest specs.
|
2011-05-07 21:16:25 +05:00 |
mod_saslauth.lua
|
mod_saslauth: Never send empty <mechanisms/>, for real this time.
|
2011-10-13 00:24:09 +05:00 |
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
|
2011-01-07 04:22:28 +00:00 |
mod_storage_sql.lua
|
mod_storage_sql: Add extra logging and error handling around table creation
|
2011-06-11 02:16:26 +01:00 |
mod_time.lua
|
Update copyright headers for 2010
|
2010-03-22 17:06:15 +00:00 |
mod_tls.lua
|
mod_tls: Fix log statement (thanks Zash)
|
2012-01-18 15:07:26 +00:00 |
mod_uptime.lua
|
mod_uptime: Use module:hook_global()
|
2011-08-14 14:00:54 -04:00 |
mod_vcard.lua
|
Update copyright headers for 2010
|
2010-03-22 17:06:15 +00:00 |
mod_version.lua
|
mod_version: Use pposix.uname() if available and os_version_command not set
|
2010-08-31 15:32:36 +01:00 |
mod_watchregistrations.lua
|
mod_watchregistrations: Fixed an undefined global access (thanks Medics).
|
2011-12-12 14:53:12 +05:00 |
mod_welcome.lua
|
Monster whitespace commit (beware the whitespace monster).
|
2010-10-16 23:00:42 +05:00 |