24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-25 14:24:55 +02:00
xmpp.chapril.org-ejabberd/src
Evgeniy Khramtsov 35a076c251 Stop ejabberd initialization on invalid/unknown options
Since now, ejabberd doesn't ignore unknown options and doesn't
allow to have options with malformed values. The rationale for
this is to avoid unexpected behaviour during runtime, i.e. to
conform to "fail early" approach. Note that it's safe to reload
a configuration with potentialy invalid and/or unknown options:
this will not halt ejabberd, but will only prevent the configuration
from loading.

***NOTE FOR PACKAGE BUILDERS***
This new behaviour should be documented in the upgrade notes.
2018-05-09 11:44:24 +03:00
..
acl.erl Teach acl ip matching about ipv4 mapped ipv6 addresses 2018-05-04 09:52:06 +02:00
acme_challenge.erl Find and fix typos using 'codespell' 2018-01-27 19:35:38 +03:00
cyrsasl_anonymous.erl Update copyright dates 2018-01-05 23:18:58 +03:00
cyrsasl_digest.erl Increase log level for DIGEST-MD5 FQDN 2018-02-28 21:43:43 +03:00
cyrsasl_oauth.erl Update copyright dates 2018-01-05 23:18:58 +03:00
cyrsasl_plain.erl Simplify code for splitting auth string in cyrsasl 2018-02-26 09:36:56 +01:00
cyrsasl_scram.erl Update copyright dates 2018-01-05 23:18:58 +03:00
cyrsasl.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_access_permissions.erl Accept atoms in api_permission command lists and commands with numbers in them 2018-03-21 12:53:46 +01:00
ejabberd_acme_comm.erl Don't forget to include intermediate ACME certificate 2017-11-17 17:17:19 +03:00
ejabberd_acme.erl Fix compilation ordering in mix by s/-behavior/-behaviour/ 2018-01-31 14:57:43 +01:00
ejabberd_admin.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_app.erl Stop ejabberd initialization on invalid/unknown options 2018-05-09 11:44:24 +03:00
ejabberd_auth_anonymous.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_auth_external.erl Get rid of ?FUNCTION_NAME macro (it's OTP19+ feature) 2018-05-08 12:06:58 +03:00
ejabberd_auth_ldap.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_auth_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_auth_pam.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_auth_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_auth_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_auth.erl Improve robustness of external authentication backends 2018-05-07 19:27:18 +03:00
ejabberd_backend_sup.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_bosh.erl Introduce option 'validate_stream' 2018-02-09 18:12:50 +03:00
ejabberd_c2s_config.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_c2s.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
ejabberd_captcha.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
ejabberd_cluster_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_cluster.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_commands_doc.erl Change formatting of commands markdown documentation 2018-02-13 16:27:39 +01:00
ejabberd_commands.erl Find and fix typos using 'codespell' 2018-01-27 19:35:38 +03:00
ejabberd_config.erl Stop ejabberd initialization on invalid/unknown options 2018-05-09 11:44:24 +03:00
ejabberd_ctl.erl Find and fix typos using 'codespell' 2018-01-27 19:35:38 +03:00
ejabberd_hooks.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_http_ws.erl Pass access option from websocket to c2s 2018-04-12 17:42:59 +02:00
ejabberd_http.erl Make trusted_proxied ejabberd_http option accept ip masks 2018-05-04 09:53:07 +02:00
ejabberd_idna.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_iq.erl Don't inject node name inside "id" attribute 2018-02-18 11:54:40 +03:00
ejabberd_listener.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
ejabberd_local.erl Reduce IQ handler code copying 2018-05-09 10:30:00 +03:00
ejabberd_logger.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_oauth_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_oauth_rest.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_oauth_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_oauth.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_piefxis.erl Bypass account creation error when password is empty, caused by extauth 2018-05-08 18:19:07 +02:00
ejabberd_pkix.erl Clear fast_tls cache on configuration reload 2018-04-13 11:10:20 +03:00
ejabberd_rdbms.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_redis_sup.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_redis.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_regexp.erl Copy sh_to_ask function from xmerl_regexp.erl 2018-01-15 10:31:26 +01:00
ejabberd_riak_sup.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_router_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_router_multicast.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_router_redis.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_router_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_router_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_router.erl Reduce IQ handler code copying 2018-05-09 10:30:00 +03:00
ejabberd_s2s_in.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
ejabberd_s2s_out.erl Introduce 'negotiation_timeout' 2018-02-20 11:38:00 +03:00
ejabberd_s2s.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_service.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
ejabberd_sip.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
ejabberd_sm_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_sm_redis.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_sm_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_sm_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_sm.erl Reduce IQ handler code copying 2018-05-09 10:30:00 +03:00
ejabberd_sql_pt.erl Add 'new_sql_schema' config option, --enable-new-sql-schema now sets its default value to true (#2239) 2018-03-15 17:55:05 +03:00
ejabberd_sql_sup.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_sql.erl Add 'new_sql_schema' config option, --enable-new-sql-schema now sets its default value to true (#2239) 2018-03-15 17:55:05 +03:00
ejabberd_stun.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
ejabberd_sup.erl Simplify ejabberd_sup code 2018-03-03 18:05:12 +03:00
ejabberd_system_monitor.erl Get rid of useless memory/disk usage warnings 2018-04-24 12:12:48 +03:00
ejabberd_tmp_sup.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_update.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_web_admin.erl Move ejabberd_http:url_encode/1 to 'misc' module 2018-04-03 00:12:43 +02:00
ejabberd_web.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_websocket.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ejabberd_xmlrpc.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
ejabberd.app.src.in Run tests only on backends enabled by configure 2018-01-30 15:30:37 +01:00
ejabberd.erl Don't produce a crash dump during intentional exit 2018-03-29 12:14:31 +03:00
ejd2sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
eldap_filter_yecc.yrl Set dnAttributes on when it's requested by a filter 2014-07-29 15:22:54 -03:00
eldap_filter.erl Find and fix typos using 'codespell' 2018-01-27 19:35:38 +03:00
eldap_pool.erl Update copyright dates 2018-01-05 23:18:58 +03:00
eldap_utils.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
eldap.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
ELDAPv3.asn1db Do not generate LDAP's ASN.1 code when compiling ejabberd. 2013-06-22 03:27:59 +10:00
ELDAPv3.erl Do not generate LDAP's ASN.1 code when compiling ejabberd. 2013-06-22 03:27:59 +10:00
elixir_logger_backend.erl Update copyright dates 2018-01-05 23:18:58 +03:00
ext_mod.erl Use httpc directly instead of using p1_http wrapper 2018-04-23 17:40:44 +02:00
extauth_sup.erl Fix a typo 2018-05-09 09:44:26 +03:00
extauth.erl Don't stop on out-of-date requests 2018-05-07 22:43:01 +03:00
gen_iq_handler.erl Reduce IQ handler code copying 2018-05-09 10:30:00 +03:00
gen_mod.erl Stop ejabberd initialization on invalid/unknown options 2018-05-09 11:44:24 +03:00
gen_pubsub_node.erl Update copyright dates 2018-01-05 23:18:58 +03:00
gen_pubsub_nodetree.erl Update copyright dates 2018-01-05 23:18:58 +03:00
jd2ejd.erl Update copyright dates 2018-01-05 23:18:58 +03:00
jlib.erl Update copyright dates 2018-01-05 23:18:58 +03:00
misc.erl misc: Catch all Base64 decoding errors 2018-04-24 18:29:10 +02:00
mod_adhoc.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_admin_extra.erl Preserve modules order 2018-03-13 18:18:53 +03:00
mod_admin_update_sql.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_announce_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_announce_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_announce_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_announce.erl Introduce option 'validate_stream' 2018-02-09 18:12:50 +03:00
mod_avatar.erl Set -protocol() directive for mod_avatar 2018-03-19 19:23:15 +03:00
mod_block_strangers.erl Introduce 'access' option for mod_block_stranger 2018-02-17 18:53:35 +03:00
mod_blocking.erl mod_blocking: Use #block_item{} record 2018-05-02 22:17:32 +02:00
mod_bosh_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_bosh_redis.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_bosh_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_bosh_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_bosh.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_caps_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_caps_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_caps_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_caps.erl Let a MUC room to route presences from its bare JID 2018-02-12 17:37:36 +03:00
mod_carboncopy_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_carboncopy_redis.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_carboncopy_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_carboncopy_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_carboncopy.erl mod_carboncopy: Apply cosmetic change 2018-02-22 00:46:47 +01:00
mod_client_state.erl mod_client_state: Add 'csi_activity' hook 2018-04-01 17:13:04 +02:00
mod_configure.erl Return errors in admin#add-user command response stanza (#2321) 2018-03-12 13:33:44 +01:00
mod_delegation.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_disco.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_echo.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_fail2ban.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_http_api.erl Find and fix typos using 'codespell' 2018-01-27 19:35:38 +03:00
mod_http_fileserver.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_http_upload_quota.erl mod_http_upload*: Remove empty lines after specs 2018-04-16 18:22:54 +02:00
mod_http_upload.erl mod_http_upload: Add MIME type for M4A files 2018-04-24 18:16:16 +02:00
mod_irc_connection.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_irc_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_irc_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_irc_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_irc.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_last_mnesia.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_last_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_last_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_last.erl If mod_last is disabled, return error instead of crashing (#2330) 2018-03-20 22:18:43 +01:00
mod_legacy_auth.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_mam_mnesia.erl Fix mnesia call in mam archive management function 2018-04-20 13:36:54 +02:00
mod_mam_sql.erl Add commands for cleaning up mam archive 2018-04-20 13:27:46 +02:00
mod_mam.erl Use correct db backend for remove_mam_for_user_with_peer 2018-04-20 14:06:23 +02:00
mod_metrics.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_mix.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_muc_admin.erl Simplify result of get_room_affiliation command (#2301) 2018-03-01 19:45:16 +01:00
mod_muc_log.erl Fix Code format when logging a MUC room kick/ban 2018-04-02 13:51:19 +02:00
mod_muc_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_muc_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_muc_room.erl Fix get_affiliation/2 2018-04-24 12:07:10 +03:00
mod_muc_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_muc.erl Reduce IQ handler code copying 2018-05-09 10:30:00 +03:00
mod_multicast.erl Improve mod_multicast 2018-04-04 12:06:35 +02:00
mod_offline_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_offline_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_offline_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_offline.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_ping.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_pres_counter.erl Fix compilation ordering in mix by s/-behavior/-behaviour/ 2018-01-31 14:57:43 +01:00
mod_privacy_mnesia.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_privacy_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_privacy_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_privacy.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_private_mnesia.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_private_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_private_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_private.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_privilege.erl Introduce option 'validate_stream' 2018-02-09 18:12:50 +03:00
mod_proxy65_lib.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_proxy65_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_proxy65_redis.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_proxy65_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_proxy65_service.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_proxy65_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_proxy65_stream.erl Add validator for 'accept_interval' listening option 2018-04-30 11:52:00 +03:00
mod_proxy65.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_pubsub.erl PubSub purge_node must use a transaction (#2231) 2018-04-24 15:58:56 +02:00
mod_push_keepalive.erl mod_push_keepalive: Reset timeout on messages only 2018-04-17 00:27:07 +02:00
mod_push_mnesia.erl Fix compilation ordering in mix by s/-behavior/-behaviour/ 2018-01-31 14:57:43 +01:00
mod_push_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_push.erl mod_push_keepalive: Reset timeout on messages only 2018-04-17 00:27:07 +02:00
mod_register_web.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_register.erl Fetch 'registration_watchers' option from the correct module 2018-03-23 09:42:55 +03:00
mod_roster_mnesia.erl Introduce option 'captcha' for mod_block_strangers 2018-01-26 15:02:06 +03:00
mod_roster_riak.erl Introduce option 'captcha' for mod_block_strangers 2018-01-26 15:02:06 +03:00
mod_roster_sql.erl Introduce option 'captcha' for mod_block_strangers 2018-01-26 15:02:06 +03:00
mod_roster.erl mod_roster: Use 'lserver' for configuration lookup 2018-04-13 00:12:07 +02:00
mod_s2s_dialback.erl Replace ?MYLANG with connection's language wherever possible 2018-02-19 21:47:20 +03:00
mod_service_log.erl Switch to newer fast_xml and xmpp and update record fields in the code 2018-01-25 20:02:47 +03:00
mod_shared_roster_ldap.erl Fix processing of ldap_memberattr_format_re option 2018-01-29 17:25:31 +01:00
mod_shared_roster_mnesia.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_shared_roster_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_shared_roster_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_shared_roster.erl Apply some dirty hacks for mod_shared_roster 2018-03-19 12:32:43 +03:00
mod_sic.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_sip_proxy.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_sip_registrar.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_sip.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_stats.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_stream_mgmt.erl mod_push_keepalive: Reset timeout on messages only 2018-04-17 00:27:07 +02:00
mod_time.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_vcard_ldap.erl Fix returning value from mod_vcard_ldap's search() callback 2018-03-25 10:53:46 +03:00
mod_vcard_mnesia.erl Introduce new gen_mod callback: mod_options/1 2018-01-23 10:54:52 +03:00
mod_vcard_riak.erl Update copyright dates 2018-01-05 23:18:58 +03:00
mod_vcard_sql.erl Add 'new_sql_schema' config option, --enable-new-sql-schema now sets its default value to true (#2239) 2018-03-15 17:55:05 +03:00
mod_vcard_xupdate.erl Merge branch 'muc-self-presence' 2018-04-14 18:32:12 +03:00
mod_vcard.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
mod_version.erl Remove 'iqdisc' option 2018-02-11 12:54:15 +03:00
node_buddy.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_club.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_dag.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_dispatch.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_flat_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_flat.erl Find and fix typos using 'codespell' 2018-01-27 19:35:38 +03:00
node_hometree_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_hometree.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_mb_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_mb.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_mix_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_mix.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_online.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_pep_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_pep.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_private.erl Update copyright dates 2018-01-05 23:18:58 +03:00
node_public.erl Update copyright dates 2018-01-05 23:18:58 +03:00
nodetree_dag.erl Update copyright dates 2018-01-05 23:18:58 +03:00
nodetree_tree_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
nodetree_tree.erl Update copyright dates 2018-01-05 23:18:58 +03:00
nodetree_virtual.erl Update copyright dates 2018-01-05 23:18:58 +03:00
prosody2ejabberd.erl Report meaningful error when luerl is not available 2018-03-19 20:09:35 +03:00
pubsub_db_sql.erl Update 'pubsub_node' column name for DB export 2018-01-19 13:10:14 +01:00
pubsub_index.erl Update copyright dates 2018-01-05 23:18:58 +03:00
pubsub_migrate.erl Don't produce a crash dump during intentional exit 2018-03-29 12:14:31 +03:00
pubsub_subscription_sql.erl Update copyright dates 2018-01-05 23:18:58 +03:00
pubsub_subscription.erl Update copyright dates 2018-01-05 23:18:58 +03:00
randoms.erl Move make_rand_string() to 'randoms' module 2018-02-23 18:32:34 +01:00
rest.erl Use httpc directly instead of using p1_http wrapper 2018-04-23 17:40:44 +02:00
scram.erl Update copyright dates 2018-01-05 23:18:58 +03:00
shaper.erl Update copyright dates 2018-01-05 23:18:58 +03:00
str.erl Update copyright dates 2018-01-05 23:18:58 +03:00
translate.erl Update copyright dates 2018-01-05 23:18:58 +03:00
win32_dns.erl Update copyright dates 2018-01-05 23:18:58 +03:00
xmpp_socket.erl Handle ignore from xmpp_socket callback start 2018-01-24 17:32:24 +01:00
xmpp_stream_in.erl xmpp_stream_in: Run auth result callbacks earlier 2018-02-26 00:06:35 +01:00
xmpp_stream_out.erl Introduce option 'validate_stream' 2018-02-09 18:12:50 +03:00
xmpp_stream_pkix.erl Update copyright dates 2018-01-05 23:18:58 +03:00