25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-09-29 14:37:44 +02:00
xmpp.chapril.org-ejabberd/src
Andreas Köhler 860d8525ee Remove dead code for NS_VCARD iq packets from ejabberd_c2s
For EJAB-1045, the special NS_VCARD block for handling incoming vcard
iqs on behalf of clients has already been restricted to cases where the
user or resource part of the recipient is empty. But then the packets
should not have been routed to the c2s process anyway. This patch
completely removes it.
2010-11-10 15:41:07 +01:00
..
ejabberd_zlib Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
eldap Fix problems reported by Dialyzer 2010-09-15 20:04:35 +02:00
mod_muc Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
mod_proxy65 Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
mod_pubsub populate pubsub#roster_groups_allowed in node configuration options (thanks to Karim Gemayel)(EJAB-1344) 2010-11-10 15:14:16 +01:00
msgs Copy translations from 2.1.x branch, and update 2010-07-30 16:50:03 +02:00
odbc Change max restart strategy of ejabberd_odbc_sup to handle some SQL timeouts. 2010-11-08 18:42:37 +01:00
pam Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
stun Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
tls Ignore Length argument to tls:recv/[23] (EJAB-1327) 2010-10-26 19:33:56 +02:00
web Added mod_register_web: web page for account registration (EJAB-471) 2010-11-05 18:21:59 +01:00
win32 Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
acinclude.m4 Rename aclocal.m4 to acinclude.m4 (thanks to Andreas Köhler) 2010-10-15 16:24:17 +02:00
acl.erl Patch core for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:28 +02:00
adhoc.erl Rename some JEP references to XEP 2010-04-14 01:00:14 +02:00
adhoc.hrl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
cache_tab_sup.erl Implemented dirty (non-atomic) functions; added copyright notice 2010-08-31 18:07:24 +10:00
cache_tab.erl Disable LRU caching algorithm for LDAP shared rosters 2010-11-06 21:53:14 +01:00
config.guess Autodetect compilation parameters for Mac OS X Snow Leopard (EJAB-1056) 2009-10-12 12:59:07 +00:00
config.sub Autodetect compilation parameters for Mac OS X Snow Leopard (EJAB-1056) 2009-10-12 12:59:07 +00:00
configure.ac Make MD2 autodetected (EJAB-1285) 2010-08-07 22:28:48 +10:00
configure.bat * src/translate.erl: Search translations directory in priv_dir 2004-04-27 20:28:23 +00:00
configure.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
cyrsasl_anonymous.erl Support SASL GSSAPI authentication (thanks to Mikael Magnusson)(EJAB-831) 2010-07-23 01:23:35 +02:00
cyrsasl_digest.erl Support SASL GSSAPI authentication (thanks to Mikael Magnusson)(EJAB-831) 2010-07-23 01:23:35 +02:00
cyrsasl_gssapi.erl Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
cyrsasl_plain.erl Various fixes (EJAB-831) 2010-07-23 01:23:37 +02:00
cyrsasl.erl Only start GSSAPI support when configured, and when esasl is found 2010-07-31 01:08:11 +02:00
cyrsasl.hrl Support SASL GSSAPI authentication (thanks to Mikael Magnusson)(EJAB-831) 2010-07-23 01:23:35 +02:00
dynamic_compile.erl * src/ejabberd_loglevel.erl: Use dynamic_compile instead of 2009-05-06 14:51:51 +00:00
ejabberd_admin.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_app.erl Loading ASN.1 driver explicitly to avoid races in LDAP (EJAB-1284) 2010-08-04 19:25:18 +10:00
ejabberd_auth_anonymous.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_auth_external.erl Don't call modules that were obsoleted by GS 2010-07-30 13:22:03 +02:00
ejabberd_auth_internal.erl Mark as obsolete the modules that use odbc instead of GS 2010-07-23 00:30:37 +02:00
ejabberd_auth_ldap.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_auth_odbc.erl Mark as obsolete the modules that use odbc instead of GS 2010-07-23 00:30:37 +02:00
ejabberd_auth_pam.erl New option pam_userinfotype to provide username or JID (EJAB-652) 2010-05-10 15:08:21 +02:00
ejabberd_auth_storage.erl Fix Dialyzer reports 2010-08-13 17:41:05 +02:00
ejabberd_auth.erl Add password entropy check (EJAB-1326) 2010-11-03 12:43:58 +01:00
ejabberd_c2s_config.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
ejabberd_c2s.erl Remove dead code for NS_VCARD iq packets from ejabberd_c2s 2010-11-10 15:41:07 +01:00
ejabberd_captcha.erl Fix warnings detected by Dialyzer 2010-11-04 01:00:18 +01:00
ejabberd_check.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_cluster.erl consistent hashing support. WARNING: update exmpp before running this 2010-06-03 00:01:36 +10:00
ejabberd_commands.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
ejabberd_commands.hrl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
ejabberd_config.erl Fix EDoc error 2010-08-16 12:02:45 +02:00
ejabberd_config.hrl Patch core for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:28 +02:00
ejabberd_ctl.erl Add support to ejabberd_ctl to handle anonymous command arguments 2010-10-16 00:48:03 +02:00
ejabberd_ctl.hrl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
ejabberd_frontend_socket.erl consistent hashing support. WARNING: update exmpp before running this 2010-06-03 00:01:36 +10:00
ejabberd_global_router.erl New files for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:26 +02:00
ejabberd_global_router.hrl New files for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:26 +02:00
ejabberd_hooks.erl Fix core files 2010-07-23 00:30:31 +02:00
ejabberd_hosts.erl Fix Dialyzer reports 2010-08-13 17:41:05 +02:00
ejabberd_listener.erl Add rate limit command to ejabberd_listener. You can now limit the max number of TCP connects per second on a given port. (thanks to Mickael Remond) 2010-07-13 22:07:43 +02:00
ejabberd_local.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_logger_h.erl Fix errors detected by Dialyzer 2010-10-15 13:11:14 +02:00
ejabberd_loglevel.erl Fix errors in EDoc comments 2010-10-28 18:23:02 +02:00
ejabberd_node_groups.erl consistent hashing support. WARNING: update exmpp before running this 2010-06-03 00:01:36 +10:00
ejabberd_piefxis.erl Fix errors detected by Dialyzer 2010-10-15 13:11:14 +02:00
ejabberd_rdbms.erl Patch core for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:28 +02:00
ejabberd_receiver.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_router_multicast.erl New ejabberd router for multicast packets (EJAB-329) 2010-05-20 00:03:00 +02:00
ejabberd_router.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_s2s_in.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_s2s_out.erl Fix errors detected by Dialyzer 2010-10-15 13:11:14 +02:00
ejabberd_s2s.erl Speed up ejabberd_s2s:is_service/2, allow_host/2 (thanks to Andreas Köhler)(EJAB-1319) 2010-10-14 21:14:46 +02:00
ejabberd_service.erl Discard unmatched INFO messages in ejabberd services. 2010-09-17 19:28:35 +02:00
ejabberd_sm.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
ejabberd_socket.erl Fixes a leak of ejabberd_receiver processes. 2010-11-03 17:10:46 +01:00
ejabberd_sup.erl implemented backend-independed key-value cacheing table; applied to mod_caps.erl first 2010-08-30 14:32:48 +10:00
ejabberd_system_monitor.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
ejabberd_tmp_sup.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
ejabberd_update.erl Only log when script errors are found 2010-05-24 13:54:25 +02:00
ejabberd.app Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
ejabberd.cfg.example New ip_access option restricts which IPs can register (thanks to Alexey Shchepin)(EJAB-915) 2010-11-05 19:33:20 +01:00
ejabberd.erl Patch core for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:28 +02:00
ejabberd.hrl Patch core for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:28 +02:00
ejabberd.init.template Prepare ejabberd.init when installing ejabberd. 2009-08-24 19:59:30 +00:00
ejabberdctl.cfg.example Bug Fix: The value of max # of erlang process specified in ejabberdctl.cfg was not used. 2010-02-05 13:34:09 +01:00
ejabberdctl.template Change directory before any operation to one readable by INSTALLUSER (EJAB-1322) 2010-10-19 01:16:15 +02:00
ejd2odbc.erl Fix core files 2010-07-23 00:30:31 +02:00
etop_defs.hrl add missing hrl 2010-07-16 18:55:58 +02:00
etop_tr.erl Fix warning about unused variable 2010-07-19 12:11:10 +02:00
extauth.erl Support parallel extauth script (thanks to Jesse Thompson)(EJAB-1280) 2010-07-30 20:34:01 +02:00
gen_iq_handler.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
gen_mod.erl Re-raise exceptions caught in gen_mod:start_module/3 (EJAB-1335) 2010-11-07 00:47:53 +01:00
gen_storage_migration.erl Fix Dialyzer reports 2010-08-13 17:41:05 +02:00
gen_storage_odbc.erl Dialyzer fixes. Ensure all_table_hosts/1 returns only a list of binaries 2010-09-28 16:06:35 +02:00
gen_storage.erl Dialyzer fixes. Ensure all_table_hosts/1 returns only a list of binaries 2010-09-28 16:06:35 +02:00
idna.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
inetrc * src/ejabberdctl.template: Create logs_dir if doesn't exist. New 2008-01-01 10:53:05 +00:00
install-sh Autodetect compilation parameters for Mac OS X Snow Leopard (EJAB-1056) 2009-10-12 12:59:07 +00:00
jd2ejd.erl Don't call modules that were obsoleted by GS 2010-07-30 13:22:03 +02:00
jlib.erl Workaround for Psi's wrong Type in form submission 2010-11-03 12:44:01 +01:00
jlib.hrl Update namespaces to match exmpp_nss.hrl (thanks to Karim Gemayel)(EJAB-1179) 2010-02-16 17:33:53 +01:00
Makefile.in Only install the guide.html files when it was compiled (EJAB-1311) 2010-09-28 16:06:32 +02:00
Makefile.win32 Remove all references to unused library: expat (EJAB-1111) 2009-11-30 12:32:14 +00:00
mod_adhoc.erl Rename some JEP references to XEP 2010-04-14 01:00:14 +02:00
mod_announce.erl Update namespaces to match exmpp_nss.hrl (thanks to Karim Gemayel)(EJAB-1179) 2010-02-16 17:33:53 +01:00
mod_caps.erl fixes default value for cache_life_time 2010-09-21 04:32:42 +10:00
mod_configure2.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
mod_configure.erl Don't call modules that were obsoleted by GS 2010-07-30 13:22:03 +02:00
mod_disco.erl New API to update host config on the fly (thanks to Juan Pablo Carlino) 2010-08-11 23:31:30 +02:00
mod_echo.erl Patch mnesia modules for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:30 +02:00
mod_ip_blacklist.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
mod_last_odbc.erl Correct privacy check direction in mod_last (EJAB-1339) 2010-11-09 13:57:01 +01:00
mod_last.erl Correct error responses of forbidden offline last activity queries 2010-11-10 15:41:03 +01:00
mod_multicast.erl Fix xmlcdata binary content 2010-06-18 21:24:51 +02:00
mod_offline_odbc.erl Mark as obsolete the modules that use odbc instead of GS 2010-07-23 00:30:37 +02:00
mod_offline.erl Fix mod_offline:remove_old_messages/1. 2010-08-18 13:22:38 +02:00
mod_ping.erl Fix calls to register_feature 2010-04-14 01:08:22 +02:00
mod_privacy_odbc.erl Mark as obsolete the modules that use odbc instead of GS 2010-07-23 00:30:37 +02:00
mod_privacy.erl Handle incoherence of argument type in calls to remove_user 2010-11-03 13:24:40 +01:00
mod_privacy.hrl Fix ejabberd modules 2010-07-23 00:30:32 +02:00
mod_private_odbc.erl Mark as obsolete the modules that use odbc instead of GS 2010-07-23 00:30:37 +02:00
mod_private.erl Fix ejabberd modules 2010-07-23 00:30:32 +02:00
mod_register.erl Improve the IQ error stanzas to provide an explanation (EJAB-1262) 2010-11-08 12:01:14 +01:00
mod_roster_odbc.erl Mark as obsolete the modules that use odbc instead of GS 2010-07-23 00:30:37 +02:00
mod_roster.erl Allow webadmins to change roster of user (EJAB-72) 2010-09-21 17:05:50 +02:00
mod_roster.hrl Fix ejabberd modules 2010-07-23 00:30:32 +02:00
mod_service_log.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
mod_shared_roster_ldap.erl Disable LRU caching algorithm for LDAP shared rosters 2010-11-06 21:53:14 +01:00
mod_shared_roster.erl Fix some English strings 2010-07-30 16:49:31 +02:00
mod_sic.erl apply modification for the exmpp #jid{} record update 2010-09-15 12:16:03 +02:00
mod_stats.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
mod_time.erl Support timezone West of UTC (thanks to Edwin Fine)(EJAB-1301) 2010-09-13 12:07:35 +02:00
mod_vcard_ldap.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
mod_vcard_odbc.erl Fix unused variables 2010-10-05 15:48:11 +02:00
mod_vcard_xupdate.erl Automatic vcard avatar addition in presence (thanks to Igor Goryachev)(EJAB-208) 2010-04-27 12:33:38 +02:00
mod_vcard.erl Cosmetic code changes to support emacs indentation 2010-10-07 17:38:18 +02:00
mod_version.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
overview.edoc Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
p1_fsm.erl Remove unused and useless SVN keywords 2010-08-02 16:03:05 +02:00
p1_mnesia.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
p1_prof.erl Added functions to collect statistics about queues, memory, reductions etc. Several cleanups 2010-07-10 01:37:28 +10:00
randoms.erl Patch core for MH (thanks to Alexey Shchepin and Geoff Cant) 2010-07-23 00:29:28 +02:00
sha.erl Fix Dialyzer reports 2010-08-13 17:41:05 +02:00
shaper.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
translate.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
treap.erl Remove function clause that is never called 2010-06-18 21:24:51 +02:00
win32_dns.erl Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) 2010-01-12 16:15:16 +00:00
XmppAddr.asn1 * src/ejabberd_s2s_in.erl: Support for dNSName certificate field 2005-11-17 05:29:33 +00:00