xmpp.chapril.org-ejabberd/src
Evgeniy Khramtsov 2d43c07c62 Get rid of ejabberd receiver
ejabberd receivers were meant to serve connections from frontends
to backends. However, this approach was not popular and frontend
related code was removed in previous releases. Now, ejabberd receiver's
code was also removed, making the code shorter and cleaner. Also, in
stress tests ejabberd now handles load more robustly, without
c2s processes overload (even with disabled shapers).

ejabberd_socket.erl is renamed to xmpp_socket.erl: it's supposed to
be finally moved into stand-alone xmpp library.
2017-12-26 18:55:57 +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
acl.erl Catch exceptions from acl:add_list in web admin 2017-05-04 12:01:22 +02:00
acme_challenge.erl Merge branch 'lets_encrypt_acme_support' of git://github.com/angelhof/ejabberd into angelhof-lets_encrypt_acme_support 2017-11-15 10:01:30 +03:00
cyrsasl.erl Put more stuff under supervision 2017-02-26 15:10:59 +03: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
ejabberd.app.src.in Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd.erl Enforce module_name/1 2017-10-31 12:06:40 +01: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_acme.erl Change file mode of ACME certficates 2017-11-19 10:10:21 +03:00
ejabberd_acme_comm.erl Don't forget to include intermediate ACME certificate 2017-11-17 17:17:19 +03:00
ejabberd_admin.erl Move ejabberdctl ACME commands to other location 2017-11-17 12:50:27 +03:00
ejabberd_app.erl Rewrite ejabberd system monitor 2017-12-17 18:52:37 +03:00
ejabberd_auth.erl Allow auth and pubsub plugin to use Elixir module 2017-10-31 11:04:32 +01: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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
ejabberd_auth_pam.erl Rename is_user_exists -> user_exists 2017-05-11 15:49:06 +03:00
ejabberd_auth_riak.erl Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
ejabberd_auth_sql.erl Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
ejabberd_backend_sup.erl Improve startup procedure 2017-02-24 12:05:47 +03:00
ejabberd_bosh.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
ejabberd_c2s.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +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_captcha.erl Fix regression introduced by b82b93f8f0 2017-08-11 11:43:16 +03:00
ejabberd_cluster.erl Use ejabberd_cluster:send() in SM/C2S 2017-12-06 14:15:20 +03:00
ejabberd_cluster_mnesia.erl Fix race between join_cluster and ejabberd_mnesia (#2079) 2017-12-21 14:07:29 +01:00
ejabberd_commands.erl Handle new possible result from ejabberd_config.add_option 2017-07-06 17:19:22 +02:00
ejabberd_commands_doc.erl Don't add indentation after single item result in docs 2017-07-18 17:48:53 +02:00
ejabberd_config.erl Move 'certfile' based options in a single place 2017-11-23 11:04:47 +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.erl Revert "Don't set twice" 2017-12-25 08:41:51 +03:00
ejabberd_http_ws.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
ejabberd_idna.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejabberd_iq.erl Improve some type specs 2017-11-11 09:33:42 +03:00
ejabberd_listener.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
ejabberd_local.erl Use new API for IQ routing 2017-11-10 18:02:22 +03:00
ejabberd_logger.erl Kill and restart lager when it's overloaded 2017-12-17 21:03:40 +03:00
ejabberd_mnesia.erl Fix race introduced by ffdaff374 on ejabberd_mnesia init 2017-09-28 15:14:11 +02:00
ejabberd_oauth.erl Don't include CSS, javascript and image data directly in the code 2017-10-09 23:35:42 +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 Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03: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 Rely on Server Name Indication for incoming Direct-TLS connections 2017-12-24 12:27:51 +03:00
ejabberd_rdbms.erl Add type specs for Module:opt_type/1 2017-05-08 12:59:28 +03:00
ejabberd_redis.erl Increase 'max_fsm_queue' default 2017-10-03 01:29:52 +02:00
ejabberd_redis_sup.erl Get rid of detection of modules' db_type detection 2017-05-21 11:33:16 +03:00
ejabberd_regexp.erl Get rid of export_all 2017-08-05 21:01:29 +03:00
ejabberd_riak.erl Rename aux.erl as misc.erl 2017-04-11 12:13:58 +02:00
ejabberd_riak_sup.erl Get rid of detection of modules' db_type detection 2017-05-21 11:33:16 +03:00
ejabberd_router.erl Improve some type specs 2017-11-11 09:33:42 +03: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 Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
ejabberd_s2s.erl Introduce option 'ca_file' 2017-11-26 18:10:25 +03:00
ejabberd_s2s_in.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
ejabberd_s2s_out.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
ejabberd_service.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
ejabberd_sip.erl Fix a typo in comment :) 2017-12-24 12:53:50 +03:00
ejabberd_sm.erl ejabberd_sm: Fix get_session_sid/3 2017-12-19 18:59:25 +01:00
ejabberd_sm_mnesia.erl Fix session table cleanup 2017-11-30 13:31:23 +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 Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
ejabberd_sql.erl Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
ejabberd_sql_pt.erl Fix a bug introduced in the previous commit in ejabberd_sql_pt 2017-11-20 15:14:44 +03:00
ejabberd_sql_sup.erl Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
ejabberd_stun.erl Rely on Server Name Indication for incoming Direct-TLS connections 2017-12-24 12:27:51 +03:00
ejabberd_sup.erl Rewrite ejabberd system monitor 2017-12-17 18:52:37 +03:00
ejabberd_system_monitor.erl Set disk_almost_full_threshold to 99% 2017-12-19 09:55:19 +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.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
ejabberd_web_admin.erl Don't include CSS, javascript and image data directly in the code 2017-10-09 23:35:42 +03: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
ejd2sql.erl Improve ejd2sql logging 2017-10-27 08:59:49 +03:00
eldap.erl Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ 2017-08-05 20:58:21 +03:00
eldap_filter.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +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 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
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 Use xmpp:io_format_error/1 wherever possible 2017-11-14 09:02:43 +03:00
gen_mod.erl Improve some error log messages 2017-11-15 11:54:38 +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 Don't include CSS, javascript and image data directly in the code 2017-10-09 23:35:42 +03:00
mod_adhoc.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_admin_extra.erl Add Id attribute in stanza built by send_message command 2017-11-23 17:14:39 +01:00
mod_admin_update_sql.erl Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_announce.erl Reuse some translation strings 2017-09-24 14:32:37 +03: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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_avatar.erl Use eimp instead of ImageMagick calls for thumbnails creation 2017-09-25 12:41:12 +03:00
mod_block_strangers.erl Introduce option 'allow_transports' 2017-09-08 23:10:01 +03:00
mod_blocking.erl Implement cache for mod_privacy/mod_blocking 2017-05-20 22:36:32 +03:00
mod_bosh.erl Don't include CSS, javascript and image data directly in the code 2017-10-09 23:35:42 +03:00
mod_bosh_mnesia.erl Speedup Mnesia tables initialization 2017-04-21 12:27:15 +03:00
mod_bosh_redis.erl Cleanup some headers 2017-11-10 17:51:22 +01:00
mod_bosh_riak.erl Lower log level for some messages 2017-04-15 15:47:00 +03:00
mod_bosh_sql.erl Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
mod_caps.erl Send last PEP items to owner on initial presence 2017-12-13 18:59:06 +01: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 Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
mod_carboncopy.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +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 Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
mod_client_state.erl Don't crash when 'from' is undefined 2017-10-06 21:48:54 +03:00
mod_configure.erl Reuse some translation strings 2017-09-24 14:32:37 +03:00
mod_delegation.erl Use new API for IQ routing 2017-11-10 18:02:22 +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 Assign failed_auth ETS table to another owner 2017-11-13 14:34:59 +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 More fix in mod_http_fileserver to log URLs with/out query elements (#2021) 2017-10-06 13:16:13 +02:00
mod_http_upload.erl Remove forgotten export_all 2017-09-27 11:56:22 +03: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_irc.erl Reuse some translation strings 2017-09-24 14:32:37 +03:00
mod_irc_connection.erl Use xmpp:io_format_error/1 wherever possible 2017-11-14 09:02:43 +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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_last.erl Implement cache for mod_last 2017-05-18 13:21:17 +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 Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
mod_legacy_auth.erl Fix typos in mod_legacy_auth and mod_register 2017-12-11 10:00:16 +03:00
mod_mam.erl mod_mam: Never store MUC messages in user archives 2017-11-30 22:15:33 +01:00
mod_mam_mnesia.erl mod_mam: Don't store from 'sm_receive_packet' hook 2017-11-14 22:02:48 +01:00
mod_mam_sql.erl mod_mam: Don't store from 'sm_receive_packet' hook 2017-11-14 22:02:48 +01:00
mod_metrics.erl Fix IP address parsing for mod_metrics 2017-06-13 16:54:29 +03:00
mod_mix.erl Improve code using new xmpp API 2017-12-06 17:21:57 +03:00
mod_muc.erl Fix SQL serialization 2017-11-24 09:45:22 +03:00
mod_muc_admin.erl mod_muc_admin: Fix last timestamp retrieval 2017-12-22 14:32:47 +01:00
mod_muc_log.erl Get rid of forgotten debug message 2017-11-13 11:26:49 +03:00
mod_muc_mnesia.erl Optimize muc subscriptions handling 2017-10-31 14:00:41 +01:00
mod_muc_riak.erl Optimize muc subscriptions handling 2017-10-31 14:00:41 +01:00
mod_muc_room.erl Don't crash on malformed IQ 2017-12-19 09:15:35 +03:00
mod_muc_sql.erl Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
mod_multicast.erl Use xmpp:try_subtag/2 wherever possible 2017-12-11 09:46:26 +03:00
mod_offline.erl mod_offline: Always ignore groupchat messages 2017-12-02 21:35:09 +01: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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_ping.erl Use new API for IQ routing 2017-11-10 18:02:22 +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.erl Use xmpp:io_format_error/1 wherever possible 2017-11-14 09:02:43 +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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_private.erl Really delete cache on set_data() 2017-09-07 19:27:48 +03: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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_privilege.erl Use xmpp:try_subtag/2 wherever possible 2017-12-11 09:46:26 +03:00
mod_proxy65.erl Introduce 'hosts' option 2017-08-08 17:46:26 +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 Use xmpp:io_format_error/1 wherever possible 2017-11-14 09:02:43 +03:00
mod_proxy65_sql.erl Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +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_pubsub.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
mod_push.erl Use new API for IQ routing 2017-11-10 18:02:22 +03:00
mod_push_keepalive.erl mod_push_keepalive: Remove unused 'db_type' option 2017-09-11 23:48:25 +02:00
mod_push_mnesia.erl Don't store xdata() in Mnesia table 2017-10-27 11:46:37 +03:00
mod_push_sql.erl Avoid excessive logging of SQL failures 2017-12-17 19:46:55 +03:00
mod_register.erl Fix typos in mod_legacy_auth and mod_register 2017-12-11 10:00:16 +03:00
mod_register_web.erl Better handle mobile devices in CSS of mod_register_web 2017-10-09 21:46:38 +03:00
mod_roster.erl Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_s2s_dialback.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +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.erl Implement cache for roster 2017-05-17 14:47:35 +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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_sic.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_sip.erl Cleanup some headers 2017-11-10 17:51:22 +01:00
mod_sip_proxy.erl Use ejabberd_pkix API in mod_sip 2017-11-23 11:09:40 +03:00
mod_sip_registrar.erl Cleanup some headers 2017-11-10 17:51:22 +01:00
mod_stats.erl Use cache for authentication backends 2017-05-11 14:37:21 +03:00
mod_stream_mgmt.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
mod_time.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
mod_vcard.erl Introduce mod_avatar 2017-09-17 10:26:48 +03:00
mod_vcard_ldap.erl Replace translate:mark/1 with ?T() macro 2017-09-24 12:42:35 +03:00
mod_vcard_mnesia.erl Replace translate:mark/1 with ?T() macro 2017-09-24 12:42:35 +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 Add SQL_INSERT macro and update SQL queries to use server_host field 2017-11-02 18:21:40 +03:00
mod_vcard_xupdate.erl Also replace vcard-x-update in direct presences 2017-09-18 14:17:34 +03:00
mod_version.erl Introduce 'iqdisc' global option 2017-05-04 12:24:47 +03:00
node_buddy.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
node_club.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
node_dag.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_dispatch.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
node_flat.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
node_flat_sql.erl PubSub: Add missing Nidx building records from sql result 2017-12-13 11:35:36 +01:00
node_hometree.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_mb.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
node_mb_sql.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
node_mix.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
node_mix_sql.erl Fix mix_sql features and options 2017-12-20 11:53:18 +01:00
node_online.erl Refactor pubsub's get_last_items 2017-03-30 14:26:30 +02:00
node_pep.erl Support pubsub#publish-options PRECONDITIONs 2017-12-12 01:04:14 +01:00
node_pep_sql.erl PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin 2017-11-16 11:38:04 +01:00
node_private.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
node_public.erl Add pubsub#multi-items to features list (#2162) 2017-12-20 11:54:12 +01:00
nodetree_dag.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
nodetree_tree.erl Implement parentnodes seek for hometree (#1921) 2017-11-13 18:13:31 +01:00
nodetree_tree_sql.erl PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin 2017-11-16 11:38:04 +01: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 Preserve correct order of deserialized XML elements 2017-08-18 10:20:27 +03:00
pubsub_db_sql.erl Rewrite pubsub export to sql (#1571) 2017-11-13 17:34:37 +01: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.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
pubsub_subscription_sql.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
randoms.erl Get rid of deprecated crypto functions 2017-08-17 19:32:15 +03: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 Replace translate:mark/1 with ?T() macro 2017-09-24 12:42:35 +03:00
win32_dns.erl Update copyright date automatically (#1442) 2017-01-02 21:42:06 +01:00
xmpp_socket.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
xmpp_stream_in.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
xmpp_stream_out.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00
xmpp_stream_pkix.erl Get rid of ejabberd receiver 2017-12-26 18:55:57 +03:00