xmpp.chapril.org-ejabberd/src
Paweł Chmielowski b95d67aefb Make websocket send put back pressure on c2s process
Previously c2s was free to generate data to send in unlimited manner, and
just generate queue of messages that are waiting to be send. This could lead to
hitting timouts in stream management ack handling (if c2s generate lot of
packages, after which <r> request was sent, client could even not receive it
before timeout was triggered on server waiting for corresponding <a>).

This changes makes c2s process wait for data being sent to tcp socket
associated with websocket connection, which should help with this problem.
2020-10-13 14:57:33 +02:00
..
ELDAPv3.asn1db Do not generate LDAP's ASN.1 code when compiling ejabberd. 2013-06-22 03:27:59 +10:00
ELDAPv3.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
acl.erl Correctly handle user_regexp acl rules with not matching host 2020-06-22 10:24:10 +02:00
econf.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd.app.src.in Use lager on OTP<22.0 2019-10-25 11:44:04 +03:00
ejabberd.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_access_permissions.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_acme.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_admin.erl Document that only ejabberdctl can join and leave a local node (#3049) 2020-06-09 13:23:17 +02:00
ejabberd_app.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_auth.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_auth_anonymous.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_auth_external.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_auth_jwt.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_auth_ldap.erl Add reload handler to ejabberd_auth_ldap 2020-03-04 13:19:41 +01:00
ejabberd_auth_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_auth_pam.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_auth_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_backend_sup.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_bosh.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_c2s.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_c2s_config.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_captcha.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_cluster.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
ejabberd_cluster_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_commands.erl Remove ancient and rather useless incode ejabberd_commands documentation 2020-05-07 19:38:12 +02:00
ejabberd_commands_doc.erl Use the same leading sentence than other sections 2020-07-06 16:39:15 +02:00
ejabberd_config.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_config_transformer.erl Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284) 2020-06-01 10:35:28 +02:00
ejabberd_ctl.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
ejabberd_db_sup.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_doc.erl Add ejabberd version number to man pages 2020-04-08 18:48:09 +02:00
ejabberd_hooks.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_http.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_http_ws.erl Make websocket send put back pressure on c2s process 2020-10-13 14:57:33 +02:00
ejabberd_iq.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_listener.erl Add support for unix socket in listeners 2020-07-28 12:19:30 +02:00
ejabberd_local.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_logger.erl ejabberd_logger: Avoid excessive stat calls 2020-06-23 21:27:12 +02:00
ejabberd_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_oauth.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_oauth_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_oauth_rest.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_oauth_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_old_config.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_option.erl Added sql_odbc_driver option for mssql db 2020-10-08 16:23:34 +02:00
ejabberd_options.erl Added sql_odbc_driver option for mssql db 2020-10-08 16:23:34 +02:00
ejabberd_options_doc.erl Improve explanations of cafile options 2020-08-03 15:18:50 +02:00
ejabberd_piefxis.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_pkix.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
ejabberd_redis.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_redis_sup.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
ejabberd_regexp.erl Remove old Regexp, the new Re is available since Erlang/OTP R12B-4 2020-06-08 15:27:27 +02:00
ejabberd_router.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_router_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_router_multicast.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_router_redis.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
ejabberd_router_sql.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
ejabberd_s2s.erl Allow for filtering outgoing s2s stanzas (#3381) 2020-09-07 10:12:19 +02:00
ejabberd_s2s_in.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_s2s_out.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_service.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_shaper.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_sip.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_sm.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_sm_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_sm_redis.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_sm_sql.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_sql.erl Added sql_odbc_driver option for mssql db 2020-10-08 16:23:34 +02:00
ejabberd_sql_pt.erl Fix issue with family field on cockroachdb 2020-03-17 11:35:54 +01:00
ejabberd_sql_sup.erl Added sql_odbc_driver option for mssql db 2020-10-08 16:23:34 +02:00
ejabberd_stun.erl ejabberd_stun: Rename Logger filter 2020-10-01 16:37:36 +02:00
ejabberd_sup.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_system_monitor.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_tmp_sup.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_update.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_web.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_web_admin.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejabberd_websocket.erl Make websocket send put back pressure on c2s process 2020-10-13 14:57:33 +02:00
ejabberd_xmlrpc.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
ejd2sql.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
eldap.erl Correctly handle unicode in log messages 2019-09-23 15:17:20 +03:00
eldap_filter.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
eldap_filter_yecc.yrl Set dnAttributes on when it's requested by a filter 2014-07-29 15:22:54 -03:00
eldap_pool.erl Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284) 2020-06-01 10:35:28 +02:00
eldap_utils.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
elixir_logger_backend.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ext_mod.erl Use compilation flags used during build to compile modules in ext_mod 2020-03-03 11:25:17 +01:00
extauth.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
extauth_sup.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
gen_iq_handler.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
gen_mod.erl gen_mod: Reload modules after reloading listeners 2020-04-23 20:05:40 +02:00
gen_pubsub_node.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
gen_pubsub_nodetree.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
jd2ejd.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
misc.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_adhoc.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_adhoc_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_admin_extra.erl Revert "Run user_receive_packet in send_message so MAM stores also incoming (#3377)" 2020-09-04 11:37:18 +02:00
mod_admin_update_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_announce.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_announce_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_announce_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_announce_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_avatar.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_avatar_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_block_strangers.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_block_strangers_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_blocking.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_bosh.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_bosh_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_bosh_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_bosh_redis.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_bosh_sql.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_caps.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_caps_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_caps_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_caps_sql.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_carboncopy.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_client_state.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_client_state_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_configure.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_delegation.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_delegation_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_disco.erl Refer to the XEP for standard names (processone/docs.ejabberd.im#97) 2020-09-11 12:27:05 +02:00
mod_disco_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_fail2ban.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_fail2ban_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_http_api.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_http_api_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_http_fileserver.erl Rewrite sentences in modules options examples, to not break Docs indentation 2020-04-28 21:31:35 +02:00
mod_http_fileserver_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_http_upload.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_http_upload_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_http_upload_quota.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_http_upload_quota_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_jidprep.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_jidprep_opt.erl mod_jidprep: Don't call gen_mod functions directly 2019-09-18 17:39:40 +02:00
mod_last.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_last_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_last_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_last_sql.erl Use correct type for seconds field in mod_last sql queries 2020-03-18 14:05:05 +01:00
mod_legacy_auth.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_mam.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_mam_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_mam_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mam_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_metrics.erl Allow for filtering outgoing s2s stanzas (#3381) 2020-09-07 10:12:19 +02:00
mod_metrics_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_mix_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_pam.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_mix_pam_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_pam_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_pam_sql.erl Correctly handle unicode in log messages 2019-09-23 15:17:20 +03:00
mod_mix_sql.erl Correctly handle unicode in log messages 2019-09-23 15:17:20 +03:00
mod_mqtt.erl Set 'max_fsm_queue' default value (back) to 10000 2020-05-05 01:34:12 +02:00
mod_mqtt_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_mqtt_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mqtt_session.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_mqtt_sql.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_mqtt_ws.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_muc.erl Make mod_muc_admin command work correctly with hibernated rooms 2020-10-13 13:00:57 +02:00
mod_muc_admin.erl Make mod_muc_admin command work correctly with hibernated rooms 2020-10-13 13:00:57 +02:00
mod_muc_log.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_muc_log_opt.erl Advertise muc#roominfo_logs in disco#info of the room 2019-09-26 16:53:36 +03:00
mod_muc_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_muc_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_muc_room.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_muc_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_muc_sup.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_multicast.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_multicast_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_offline.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_offline_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_offline_opt.erl Cache number of offline messages 2019-06-30 21:14:37 +03:00
mod_offline_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_ping.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_ping_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_pres_counter.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_pres_counter_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_privacy.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_privacy_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_privacy_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_privacy_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_private.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_private_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_private_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_private_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_privilege.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_privilege_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_proxy65.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_proxy65_lib.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_proxy65_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_proxy65_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_proxy65_redis.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
mod_proxy65_service.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_proxy65_sql.erl Fix most EDoc errors, even if that's not used nowadays apparently 2020-05-11 19:53:13 +02:00
mod_proxy65_stream.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_pubsub.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_pubsub_mnesia.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_pubsub_opt.erl Limit result set of disco#items for mod_pubsub 2019-10-24 14:59:47 +03:00
mod_pubsub_sql.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_push.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_push_keepalive.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_push_keepalive_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_push_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_push_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_push_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_register.erl mod_register: Allow for account-removal-only setup 2020-09-29 06:11:30 +02:00
mod_register_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_register_web.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_roster.erl Make roster subscriptions work better with invalid roster state in db 2020-09-22 13:48:49 +02:00
mod_roster_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_roster_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_roster_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_s2s_dialback.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_s2s_dialback_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_service_log.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_service_log_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_shared_roster.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_shared_roster_ldap.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_shared_roster_ldap_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_shared_roster_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_shared_roster_opt.erl Add cache to mod_shared_roster 2020-03-17 14:35:43 +01:00
mod_shared_roster_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_sic.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_sip.erl Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284) 2020-06-01 10:35:28 +02:00
mod_sip_opt.erl Update opt files with "make options" 2020-08-21 18:09:03 +02:00
mod_sip_proxy.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_sip_registrar.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
mod_stats.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_stream_mgmt.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_stream_mgmt_opt.erl Avoid last handled stanzas cache to grow indefinitely 2019-07-01 20:43:57 +03:00
mod_stun_disco.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_stun_disco_opt.erl Support XEP-0215: External Service Discovery 2020-04-28 10:34:43 +02:00
mod_time.erl Use os time instead of system time in values returned by mod_time 2020-09-15 12:11:15 +02:00
mod_vcard.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_vcard_ldap.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_vcard_ldap_opt.erl Update opt files with "make options" 2020-08-21 18:09:03 +02:00
mod_vcard_mnesia.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_vcard_mnesia_opt.erl Fix vCard search by User when using Mnesia 2020-08-20 16:46:06 +02:00
mod_vcard_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_vcard_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_vcard_xupdate.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_vcard_xupdate_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_version.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
mod_version_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mqtt_codec.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
node_flat.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
node_flat_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
node_pep.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
node_pep_sql.erl Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility with CockroachDB (#3074) 2020-02-04 04:53:54 +03:00
nodetree_tree.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
nodetree_tree_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
nodetree_virtual.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
prosody2ejabberd.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
proxy_protocol.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
pubsub_db_sql.erl Get back some commented specs that required Erlang R12 2020-06-08 15:27:23 +02:00
pubsub_index.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
pubsub_migrate.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
pubsub_subscription.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
pubsub_subscription_sql.erl Use include_lib() to include headers from dependencies (#3369) 2020-09-03 13:45:57 +02:00
rest.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
str.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
translate.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
win32_dns.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
xml_compress.erl Fix decompressing of custom elements with custom namespace 2019-01-07 16:08:58 +01:00