24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00
xmpp.chapril.org-ejabberd/src
Evgeniy Khramtsov 3fec782494 Introduce 'hosts' option
The option can be used as a replacement of 'host' option
when several (sub)domains are needed to be registered for the module.
Note that you cannot combine both 'host' and 'hosts' in the config
because 'host' option is of a higher priority. Example:

mod_pubsub:
   ...
   hosts:
     - "pubsub1.@HOST@"
     - "pubsub2.@HOST@"

Fixes #1883
2017-08-08 17:46:26 +03:00
..
acl.erl Catch exceptions from acl:add_list in web admin 2017-05-04 12:01:22 +02:00
cyrsasl_anonymous.erl No need to explicitly return ok here 2017-01-30 14:52:04 +01:00
cyrsasl_digest.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
cyrsasl_oauth.erl Update cyrsasl_oauth to internal API changes 2017-03-14 17:25:09 +03:00
cyrsasl_plain.erl No need to explicitly return ok here 2017-01-30 14:52:04 +01:00
cyrsasl_scram.erl Deprecate misc:encode_base64/1 and misc:decode_base64/1 2017-05-23 10:43:26 +03:00
cyrsasl.erl Put more stuff under supervision 2017-02-26 15:10:59 +03:00
ejabberd_access_permissions.erl Don't validate an option in ejabberd_config:get_option() functions 2017-04-29 11:39:40 +03:00
ejabberd_admin.erl Add missing , 2017-06-09 12:10:40 +02:00
ejabberd_app.erl Make ejabberd_cluster modular 2017-07-06 15:47:35 +03:00
ejabberd_auth_anonymous.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
ejabberd_auth_external.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
ejabberd_auth_ldap.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
ejabberd_auth_mnesia.erl Fix clustering table reg_users_counter (#1889) 2017-08-02 14:36:32 +02:00
ejabberd_auth_pam.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
ejabberd_auth_riak.erl Use cache for authentication backends 2017-05-11 14:37:21 +03:00
ejabberd_auth_sql.erl Get rid of sql_queries.erl 2017-05-23 12:25:13 +03:00
ejabberd_auth.erl Fix missing validation from 633b68db1 (#1900) 2017-08-04 11:53:32 +02:00
ejabberd_backend_sup.erl Improve startup procedure 2017-02-24 12:05:47 +03:00
ejabberd_bosh.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
ejabberd_c2s_config.erl Don't validate an option in ejabberd_config:get_option() functions 2017-04-29 11:39:40 +03:00
ejabberd_c2s.erl ejabberd_c2s: Fix priority of 'certfile' option 2017-08-05 18:59:32 +02:00
ejabberd_captcha.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
ejabberd_cluster_mnesia.erl Add copyright and fix description for some sources 2017-07-06 21:27:04 +03:00
ejabberd_cluster.erl Add copyright and fix description for some sources 2017-07-06 21:27:04 +03:00
ejabberd_commands_doc.erl Don't add indentation after single item result in docs 2017-07-18 17:48:53 +02:00
ejabberd_commands.erl Handle new possible result from ejabberd_config.add_option 2017-07-06 17:19:22 +02:00
ejabberd_config.erl Clean up database code related to mod_vcard_xupdate 2017-05-17 19:29:19 +03:00
ejabberd_ctl.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
ejabberd_db_modules.erl Store options using p1_options module 2017-04-27 19:44:58 +03:00
ejabberd_hooks.erl Set 'read_concurrency' for some ETS tables 2017-04-05 15:10:18 +03:00
ejabberd_http_ws.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
ejabberd_http.erl Deprecate misc:encode_base64/1 and misc:decode_base64/1 2017-05-23 10:43:26 +03:00
ejabberd_idna.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejabberd_listener.erl Make ejabberd_cluster modular 2017-07-06 15:47:35 +03:00
ejabberd_local.erl Speedup Mnesia tables initialization 2017-04-21 12:27:15 +03:00
ejabberd_logger.erl Set high water mark in lager for all backends 2017-07-27 17:14:03 +02:00
ejabberd_mnesia.erl Make ejabberd_cluster modular 2017-07-06 15:47:35 +03:00
ejabberd_oauth_mnesia.erl Declare ejabberd_oauth behaviour 2017-05-21 11:31:30 +03:00
ejabberd_oauth_rest.erl Declare ejabberd_oauth behaviour 2017-05-21 11:31:30 +03:00
ejabberd_oauth_sql.erl Declare ejabberd_oauth behaviour 2017-05-21 11:31:30 +03:00
ejabberd_oauth.erl Remove old command calling interface 2017-07-06 14:24:25 +02:00
ejabberd_options.erl Store options using p1_options module 2017-04-27 19:44:58 +03:00
ejabberd_piefxis.erl Use cache for authentication backends 2017-05-11 14:37:21 +03:00
ejabberd_pkix.erl Validate all certfiles on startup 2017-05-23 09:27:52 +03:00
ejabberd_rdbms.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
ejabberd_receiver.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
ejabberd_redis_sup.erl Get rid of detection of modules' db_type detection 2017-05-21 11:33:16 +03:00
ejabberd_redis.erl Don't validate an option in ejabberd_config:get_option() functions 2017-04-29 11:39:40 +03:00
ejabberd_regexp.erl Get rid of export_all 2017-08-05 21:01:29 +03:00
ejabberd_riak_sup.erl Get rid of detection of modules' db_type detection 2017-05-21 11:33:16 +03:00
ejabberd_riak.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
ejabberd_router_mnesia.erl Fix old route record in mnesia's route table haven't been remove when restarting in some cases (#1184) 2017-07-17 15:14:30 +02:00
ejabberd_router_multicast.erl Speedup Mnesia tables initialization 2017-04-21 12:27:15 +03:00
ejabberd_router_redis.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
ejabberd_router_riak.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
ejabberd_router_sql.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
ejabberd_router.erl Introduce Certficate Manager 2017-05-12 16:27:09 +03:00
ejabberd_s2s_in.erl Don't let a receiver to crash if a controller is unavailable 2017-06-22 16:58:46 +03:00
ejabberd_s2s_out.erl Don't let a receiver to crash if a controller is unavailable 2017-06-22 16:58:46 +03:00
ejabberd_s2s.erl Rename stop_all_connections to stop_s2s_connections for consistency 2017-08-07 15:06:07 +02:00
ejabberd_service.erl Ciphers should be a binary string 2017-05-17 15:42:18 +03:00
ejabberd_sip.erl Introduce --enable-stun and --enable-sip configure options 2017-05-23 13:12:48 +03:00
ejabberd_sm_mnesia.erl Use cache in front of Redis/SQL RAM backends 2017-04-14 13:57:52 +03:00
ejabberd_sm_redis.erl Don't re-define validation functions in multiple places 2017-04-28 13:23:32 +03:00
ejabberd_sm_riak.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
ejabberd_sm_sql.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
ejabberd_sm.erl Merge pull request #1881 from weiss/push 2017-08-04 12:58:06 +02:00
ejabberd_socket.erl Don't let a receiver to crash if a controller is unavailable 2017-06-22 16:58:46 +03:00
ejabberd_sql_pt.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejabberd_sql_sup.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
ejabberd_sql.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
ejabberd_stun.erl Introduce --enable-stun and --enable-sip configure options 2017-05-23 13:12:48 +03:00
ejabberd_sup.erl Make ejabberd_cluster modular 2017-07-06 15:47:35 +03:00
ejabberd_system_monitor.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
ejabberd_tmp_sup.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejabberd_update.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejabberd_web_admin.erl Deprecate misc:encode_base64/1 and misc:decode_base64/1 2017-05-23 10:43:26 +03:00
ejabberd_web.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejabberd_websocket.erl Deprecate misc:encode_base64/1 and misc:decode_base64/1 2017-05-23 10:43:26 +03:00
ejabberd_xmlrpc.erl Don't call gen_mod:get_opt() outside of modules 2017-05-08 14:34:35 +03:00
ejabberd.app.src.in Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejd2sql.erl Preliminary export PubSub data from Mnesia tables to SQL file (#1571) 2017-08-03 10:53:01 +02: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 Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
eldap_pool.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
eldap_utils.erl Validate all certfiles on startup 2017-05-23 09:27:52 +03:00
eldap.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +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 Cleanup file headers 2017-01-03 15:58:52 +01:00
ext_mod.erl Update spec from custom and allow modules dependencies (#1740) 2017-08-01 13:33:14 +02:00
extauth.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
gen_iq_handler.erl The default 'iqdisc' is now 'no_queue' 2017-05-18 19:13:18 +03:00
gen_mod.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
gen_pubsub_node.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
gen_pubsub_nodetree.erl Fix some dialyzer warnings 2017-02-18 09:36:27 +03:00
jd2ejd.erl Include stanza ID with archived offline messages 2017-02-23 16:55:35 +01:00
jlib.erl Update comment: aux.erl was renamed to misc.erl 2017-05-10 12:03:13 +02:00
misc.erl Support XEP-0357: Push Notifications 2017-07-20 20:22:50 +02:00
mod_adhoc.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_admin_extra.erl Fix args_examples from last commit 2017-07-14 17:17:26 +02:00
mod_announce_mnesia.erl Implement cache for mod_announce 2017-05-22 16:14:28 +03:00
mod_announce_riak.erl Implement cache for mod_announce 2017-05-22 16:14:28 +03:00
mod_announce_sql.erl Implement cache for mod_announce 2017-05-22 16:14:28 +03:00
mod_announce.erl Implement cache for mod_announce 2017-05-22 16:14:28 +03:00
mod_block_strangers.erl Revert "Fix get_module_opt call in mod_block_strangers" 2017-07-27 18:23:10 +02:00
mod_blocking.erl Implement cache for mod_privacy/mod_blocking 2017-05-20 22:36:32 +03:00
mod_bosh_mnesia.erl Speedup Mnesia tables initialization 2017-04-21 12:27:15 +03:00
mod_bosh_redis.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_bosh_riak.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_bosh_sql.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_bosh.erl Don't validate an option in gen_mod:get*opt() functions 2017-04-30 19:01:47 +03:00
mod_caps_mnesia.erl Improve Mnesia tables creation and transformation 2017-04-23 16:37:58 +03:00
mod_caps_riak.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
mod_caps_sql.erl Use new cache API in mod_caps 2017-04-20 18:18:26 +03:00
mod_caps.erl Deprecate misc:encode_base64/1 and misc:decode_base64/1 2017-05-23 10:43:26 +03:00
mod_carboncopy_mnesia.erl Speedup Mnesia tables initialization 2017-04-21 12:27:15 +03:00
mod_carboncopy_redis.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_carboncopy_riak.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_carboncopy_sql.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_carboncopy.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_client_state.erl mod_client_state: Reset state on session resume 2017-06-21 01:05:46 +02:00
mod_configure.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
mod_delegation.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_disco.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
mod_echo.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_fail2ban.erl Don't validate an option in gen_mod:get*opt() functions 2017-04-30 19:01:47 +03:00
mod_http_api.erl Ability to filter passwords from the log in mod_http_api (#1888) 2017-07-27 15:30:56 +02:00
mod_http_fileserver.erl Request basic auth dialog from browser 2017-07-28 16:08:05 +02:00
mod_http_upload_quota.erl Don't validate an option in gen_mod:get*opt() functions 2017-04-30 19:01:47 +03:00
mod_http_upload.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_irc_connection.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
mod_irc_mnesia.erl Improve Mnesia tables creation and transformation 2017-04-23 16:37:58 +03:00
mod_irc_riak.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
mod_irc_sql.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
mod_irc.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_last_mnesia.erl Implement cache for mod_last 2017-05-18 13:21:17 +03:00
mod_last_riak.erl Implement cache for mod_last 2017-05-18 13:21:17 +03:00
mod_last_sql.erl Get rid of sql_queries.erl 2017-05-23 12:25:13 +03:00
mod_last.erl Implement cache for mod_last 2017-05-18 13:21:17 +03:00
mod_legacy_auth.erl Get rid of p1_sha calls 2017-03-14 02:31:51 +03:00
mod_mam_mnesia.erl Add stanza-id to every archived message (#1477) 2017-01-20 23:21:06 +03:00
mod_mam_sql.erl Fix username in mam export (#1510)(thanks to themaverik) 2017-06-26 14:38:12 +02:00
mod_mam.erl Merge pull request #1881 from weiss/push 2017-08-04 12:58:06 +02:00
mod_metrics.erl Fix IP address parsing for mod_metrics 2017-06-13 16:54:29 +03:00
mod_mix.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_muc_admin.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
mod_muc_log.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
mod_muc_mnesia.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_muc_riak.erl Fix nick bug with MUC on riak 2017-07-27 17:06:34 +02:00
mod_muc_room.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
mod_muc_sql.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_muc.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_multicast.erl Write validator for mod_multicast's limits option 2017-06-26 13:39:50 +02:00
mod_offline_mnesia.erl Don't store messages via a single process 2017-05-21 23:21:13 +03:00
mod_offline_riak.erl Don't store messages via a single process 2017-05-21 23:21:13 +03:00
mod_offline_sql.erl In offline export to SQL, first write all DELETE, later all INSERT (#1509) 2017-06-28 11:14:59 +02:00
mod_offline.erl Fix invalid argument in get_messages_susbset 2017-06-30 14:24:35 +02:00
mod_ping.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_pres_counter.erl Don't validate an option in gen_mod:get*opt() functions 2017-04-30 19:01:47 +03:00
mod_privacy_mnesia.erl Implement cache for mod_privacy/mod_blocking 2017-05-20 22:36:32 +03:00
mod_privacy_riak.erl Implement cache for mod_privacy/mod_blocking 2017-05-20 22:36:32 +03:00
mod_privacy_sql.erl Get rid of sql_queries.erl 2017-05-23 12:25:13 +03:00
mod_privacy.erl mod_privacy: Don't crash while copying c2s state 2017-07-07 14:28:22 +02:00
mod_private_mnesia.erl Implement cache for mod_private 2017-05-22 10:34:57 +03:00
mod_private_riak.erl Implement cache for mod_private 2017-05-22 10:34:57 +03:00
mod_private_sql.erl Get rid of sql_queries.erl 2017-05-23 12:25:13 +03:00
mod_private.erl Implement cache for mod_private 2017-05-22 10:34:57 +03:00
mod_privilege.erl Improve validation of second-level options 2017-05-05 11:11:17 +03:00
mod_proxy65_lib.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
mod_proxy65_mnesia.erl Speedup Mnesia tables initialization 2017-04-21 12:27:15 +03:00
mod_proxy65_redis.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_proxy65_riak.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_proxy65_service.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_proxy65_sql.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_proxy65_stream.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
mod_proxy65.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_pubsub.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_push_keepalive.erl Add mod_push_keepalive 2017-07-21 01:07:36 +02:00
mod_push_mnesia.erl Support XEP-0357: Push Notifications 2017-07-20 20:22:50 +02:00
mod_push.erl Add mod_push_keepalive 2017-07-21 01:07:36 +02:00
mod_register_web.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
mod_register.erl Gracefully process malformed passwords during password change 2017-05-11 17:15:23 +03:00
mod_roster_mnesia.erl Avoid erroneous usage of ?MODULE macro 2017-05-18 12:09:28 +03:00
mod_roster_riak.erl Implement cache for roster 2017-05-17 14:47:35 +03:00
mod_roster_sql.erl Get rid of sql_queries.erl 2017-05-23 12:25:13 +03:00
mod_roster.erl Fix warning in previous commit 2017-08-04 13:09:17 +02:00
mod_s2s_dialback.erl Don't validate an option in ejabberd_config:get_option() functions 2017-04-29 11:39:40 +03:00
mod_service_log.erl Don't validate an option in gen_mod:get*opt() functions 2017-04-30 19:01:47 +03:00
mod_shared_roster_ldap.erl Validate all certfiles on startup 2017-05-23 09:27:52 +03:00
mod_shared_roster_mnesia.erl Improve Mnesia tables creation and transformation 2017-04-23 16:37:58 +03:00
mod_shared_roster_riak.erl Get rid of jid:to_string/1 and jid:from_string/1 2017-02-26 10:07:12 +03:00
mod_shared_roster_sql.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
mod_shared_roster.erl Implement cache for roster 2017-05-17 14:47:35 +03:00
mod_sic.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_sip_proxy.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
mod_sip_registrar.erl Introduce --enable-stun and --enable-sip configure options 2017-05-23 13:12:48 +03:00
mod_sip.erl Introduce --enable-stun and --enable-sip configure options 2017-05-23 13:12:48 +03:00
mod_stats.erl Use cache for authentication backends 2017-05-11 14:37:21 +03:00
mod_stream_mgmt.erl Add mod_push_keepalive 2017-07-21 01:07:36 +02:00
mod_time.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_vcard_ldap.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_vcard_mnesia.erl Get rid of Mnesia transaction in get_vcard/2 2017-05-18 21:24:47 +03:00
mod_vcard_riak.erl Implement cache for mod_vcard and mod_vcard_xupdate 2017-05-17 17:13:34 +03:00
mod_vcard_sql.erl Get rid of sql_queries.erl 2017-05-23 12:25:13 +03:00
mod_vcard_xupdate.erl Deprecate misc:encode_base64/1 and misc:decode_base64/1 2017-05-23 10:43:26 +03:00
mod_vcard.erl Introduce 'hosts' option 2017-08-08 17:46:26 +03:00
mod_version.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
node_buddy.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_club.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_dag.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_dispatch.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_flat_sql.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
node_flat.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_hometree_sql.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
node_hometree.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_mb_sql.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
node_mb.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_mix_sql.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_mix.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_online.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_pep_sql.erl Fix PEP node removal (#1839) 2017-08-01 15:40:34 +02:00
node_pep.erl Fix PEP node removal (#1839) 2017-08-01 15:40:34 +02:00
node_private.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_public.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
nodetree_dag.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
nodetree_tree_sql.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
nodetree_tree.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
nodetree_virtual.erl Get rid of jid:to_string/1 and jid:from_string/1 2017-02-26 10:07:12 +03:00
prosody2ejabberd.erl Fix Salt import from prosody SCRAMmed password (#1803) 2017-06-29 10:28:44 +02:00
pubsub_db_sql.erl Move pubsub sql export to pubsub_db_sql module 2017-08-03 15:34:01 +02:00
pubsub_index.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
pubsub_migrate.erl Improve Mnesia tables creation and transformation 2017-04-23 16:37:58 +03:00
pubsub_subscription_sql.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
pubsub_subscription.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
randoms.erl randoms: Keep compatibility with Erlang/OTP 17 2017-04-24 23:51:01 +02:00
rest.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
scram.erl Use crypto:hash/2 function 2017-02-13 18:42:50 +03:00
shaper.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
str.erl Get rid of p1_sha calls 2017-03-14 02:31:51 +03:00
translate.erl Speedup loading of translation files 2017-04-16 00:29:55 +03:00
win32_dns.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
xmpp_stream_in.erl Fix closing of outbound S2S connections 2017-04-15 11:15:50 +03:00
xmpp_stream_out.erl Fix closing of outbound S2S connections 2017-04-15 11:15:50 +03:00
xmpp_stream_pkix.erl Fix typo and spec 2017-03-07 22:21:44 +03:00