xmpp.chapril.org-ejabberd/src
Holger Weiss 6f026ca26d Integrate nicely with systemd
Support systemd's watchdog feature and enable it by default in the unit
file, so that ejabberd is auto-restarted if the VM becomes unresponsive.
Also, set the systemd startup type to 'notify', so that startup of
followup units is delayed until ejabberd signals readiness.  While at
it, also notify systemd of configuration reload and shutdown states.

Note: "NotifyAccess=all" is required as long as "ejabberdctl foreground"
runs the VM as a new child process, rather than "exec"ing it.  This way,
systemd views the ejabberdctl process itself as the main service
process, and would discard notifications from other processes by
default.
2021-01-06 00:20:12 +01: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 Integrate nicely with systemd 2021-01-06 00:20:12 +01:00
ejabberd_auth.erl Make anonymous auth not override sasl mechaninsm offered by other modules 2020-12-14 16:42:14 +01: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 JWT enhancement (#3460) 2020-12-28 10:06:45 +01:00
ejabberd_auth_ldap.erl Add reload handler to ejabberd_auth_ldap 2020-03-04 13:19:41 +01:00
ejabberd_auth_mnesia.erl Old passwd scram tuples do not conform to current records definitions 2020-12-18 10:54:59 +01:00
ejabberd_auth_pam.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_auth_sql.erl Allow to use different hash for storing scram passwords 2020-12-08 12:06:52 +01: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 Allow to use different hash for storing scram passwords 2020-12-08 12:06:52 +01: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 Integrate nicely with systemd 2021-01-06 00:20:12 +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 Allow to use different hash for storing scram passwords 2020-12-08 12:06:52 +01:00
ejabberd_options.erl Allow to use different hash for storing scram passwords 2020-12-08 12:06:52 +01:00
ejabberd_options_doc.erl Clarify documentation of log_rotate_size option (#3462) 2021-01-04 13:05:28 +01:00
ejabberd_piefxis.erl Allow to use different hash for storing scram passwords 2020-12-08 12:06:52 +01: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 Apply cosmetic changes to outgoing s2s IP options 2020-11-04 13:12:06 +01: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 also convert embedded errors to binary 2020-12-03 19:56:58 +01:00
ejabberd_sql_pt.erl Use specialized upsert with mysql 2020-12-04 13:03:55 +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 Integrate nicely with systemd 2021-01-06 00:20:12 +01:00
ejabberd_system_monitor.erl Update copyright to 2020 (#3149) 2020-01-28 15:49:23 +01:00
ejabberd_systemd.erl Integrate nicely with systemd 2021-01-06 00:20:12 +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 Don't do double utf-8 conversion on translated strings in str:format 2020-11-09 12:20:35 +01: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 Change split character in PROXY_USER from \x04 to : 2020-10-29 16:36:18 +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 Handle unix sockets in misc:ip_to_list 2020-12-01 15:29:58 +01: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 Trigger user_send_packet when send_stanza API is called (#3431) 2020-12-01 13:14:24 +01: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 Don't do double utf-8 conversion on translated strings in str:format 2020-11-09 12:20:35 +01: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 Support for MAM Flipped Pages (#3398) 2020-10-15 21:42:43 +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 Make sure that jid used as base in mam xml_compress is bare 2020-11-04 10:56:49 +01: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 Fix typo in case clause detected by Dialyzer 2020-12-18 20:40:17 +01: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 Simplify updating disk room options in set_room_affiliation 2020-12-04 13:06:53 +01: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 XEP-0033 (#3467) 2021-01-05 10:05:42 +01:00
mod_multicast_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_offline.erl Don't do double utf-8 conversion on translated strings in str:format 2020-11-09 12:20:35 +01: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 mod_push: Fix log message argument 2020-11-04 10:10:20 +01: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 Don't do double utf-8 conversion on translated strings in str:format 2020-11-09 12:20:35 +01: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 Don't do double utf-8 conversion on translated strings in str:format 2020-11-09 12:20:35 +01: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 Provide name when pushing new roster item in shared roster group (#3427) 2020-11-19 17:07:23 +01:00
mod_shared_roster_ldap.erl Document ldap_userjidattr option 2020-12-31 10:30:12 +01:00
mod_shared_roster_ldap_opt.erl Add multi-domain support (and flexibility) to LDAP shared roster (rev2). (#3461) 2020-12-31 10:19:43 +01: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 Fix a pair of pubsub specs to please Dialyzer 2020-12-18 20:40:26 +01: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 Don't do double utf-8 conversion on translated strings in str:format 2020-11-09 12:20:35 +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