xmpp.chapril.org-ejabberd/src
Jérôme Sautret 96ded4535d * src/ejabberd_s2s.erl: don't use the resource of the sender to choose
a s2s connection to ensure that a muc room always uses the same
connection

Merge branch 'ejabberd_s2s'

Conflicts:

.gitignore
src/configure
src/ejabberd_c2s.erl
src/ejabberd_s2s.erl

SVN Revision: 963
2007-10-30 17:38:40 +00:00
..
ejabberd_zlib * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant) 2007-05-29 14:31:12 +00:00
eldap * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant) 2007-05-29 14:31:12 +00:00
mod_irc * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host' 2007-08-25 17:24:00 +00:00
mod_muc * src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor for transient processes (EJAB-354). 2007-09-14 14:16:36 +00:00
mod_proxy65 * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host' 2007-08-25 17:24:00 +00:00
mod_pubsub * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host' 2007-08-25 17:24:00 +00:00
msgs * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) 2007-07-31 04:13:49 +00:00
odbc Added some missing NOT NULL restrictions 2007-09-28 13:33:27 +00:00
pam SVN Revision: 954 2007-10-01 10:49:42 +00:00
stringprep * Added missing file. 2007-06-30 06:07:09 +00:00
tls * src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209). 2007-07-30 12:29:02 +00:00
web * src/web/ejabberd_web_admin.erl: Make the web interface pages 2007-08-31 16:13:35 +00:00
win32 * src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan) 2005-12-22 13:44:58 +00:00
.cvsignore *** empty log message *** 2003-01-22 20:40:40 +00:00
Makefile.in * src/ejabberdctl.template: Several improvements (EJAB-380) 2007-10-17 02:33:19 +00:00
Makefile.win32 * src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov) 2006-10-28 02:04:55 +00:00
XmppAddr.asn1 * src/ejabberd_s2s_in.erl: Support for dNSName certificate field 2005-11-17 05:29:33 +00:00
acl.erl * src/acl.erl: Remove compilation warnings (EJAB-290). 2007-07-30 11:06:50 +00:00
aclocal.m4 * src/ejabberd_auth_pam.erl: Support for PAM authentication 2007-10-01 10:33:03 +00:00
adhoc.erl * src/aclocal.m4: Updated for zlib support 2006-01-19 02:17:31 +00:00
adhoc.hrl * src/aclocal.m4: Updated for zlib support 2006-01-19 02:17:31 +00:00
configure * src/ejabberd_s2s.erl: don't use the resource of the sender to choose 2007-10-30 17:38:40 +00:00
configure.ac * src/ejabberd_auth_pam.erl: Support for PAM authentication 2007-10-01 10:33:03 +00:00
configure.bat * src/translate.erl: Search translations directory in priv_dir 2004-04-27 20:28:23 +00:00
configure.erl * src/odbc/odbc_queries.erl: Support for Microsoft SQL Server as 2006-09-03 15:15:46 +00:00
cyrsasl.erl * src/ejabberd_c2s.erl: Init shaper with a default value first 2007-02-19 23:35:42 +00:00
cyrsasl_anonymous.erl * src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support 2006-04-07 00:51:53 +00:00
cyrsasl_digest.erl * src/ejabberd_c2s.erl: Init shaper with a default value first 2007-02-19 23:35:42 +00:00
cyrsasl_plain.erl * src/ejabberd_c2s.erl: Init shaper with a default value first 2007-02-19 23:35:42 +00:00
ejabberd.app * doc/api/*: Added Erlang documentation generation script (EJAB-188). 2007-02-19 15:02:28 +00:00
ejabberd.cfg.example * src/ejabberd_auth_pam.erl: Support for PAM authentication 2007-10-01 10:33:03 +00:00
ejabberd.erl * src/ejabberd.erl: Added searching of files in code:priv_lib 2004-04-15 19:55:38 +00:00
ejabberd.hrl * src/ejabberd_loglevel.erl: Preliminary dynamic loglevel support. 2006-12-04 16:07:44 +00:00
ejabberd.inetrc * src/ejabberdctl.template: Several improvements (EJAB-380) 2007-10-17 02:33:19 +00:00
ejabberd_admin.erl * src/ejabberd_admin.erl: Code refactoring. Common Mnesia database 2006-05-07 16:57:11 +00:00
ejabberd_app.erl * src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case is used, the hostname will be now useable (EJAB-277). 2007-06-29 17:27:42 +00:00
ejabberd_auth.erl * src/ejabberd_auth.erl: Added get_vh_registered_users_number/1 2007-05-12 18:09:38 +00:00
ejabberd_auth_anonymous.erl * src/ejabberd_auth_anonymous.erl: Do not purge non anonymous accounts when using anonymous authentication with another type of auth (EJAB-216). 2007-06-28 17:39:53 +00:00
ejabberd_auth_external.erl * src/mod_register.erl: Bugfix 2005-07-13 03:24:13 +00:00
ejabberd_auth_internal.erl * src/ejabberd_ctl.erl: Added API for virtual host specific 2006-02-20 04:07:42 +00:00
ejabberd_auth_ldap.erl * src/ejabberd_auth_ldap.erl: prevent anonymous bind on LDAP servers 2007-02-19 13:27:18 +00:00
ejabberd_auth_odbc.erl * src/ejabberd_auth_odbc.erl: Fixed wrong call preventing user removal with relational databases. 2007-07-26 09:42:14 +00:00
ejabberd_auth_pam.erl SVN Revision: 954 2007-10-01 10:49:42 +00:00
ejabberd_c2s.erl * src/ejabberd_s2s.erl: don't use the resource of the sender to choose 2007-10-30 17:38:40 +00:00
ejabberd_config.erl * src/ejabberd_config.erl: Added possibility for appending values 2007-07-31 04:13:29 +00:00
ejabberd_ctl.erl * src/ejabberd_ctl.erl: Bugfix: Now display all register commands for a 2006-12-15 21:26:47 +00:00
ejabberd_ctl.hrl * src/ejabberd_ctl.erl: Partially rewritten 2006-02-13 04:05:13 +00:00
ejabberd_frontend_socket.erl * src/ejabberd_socket.erl: Added API for monitoring socket 2007-04-12 06:08:32 +00:00
ejabberd_hooks.erl * (all): Enhanced virtual hosting support 2005-06-20 03:18:13 +00:00
ejabberd_listener.erl * src/ejabberd_frontend_socket.erl: Support for frontend 2006-10-01 01:53:37 +00:00
ejabberd_local.erl * src/odbc/pg.sql: Fixed syntax error 2006-01-29 04:38:31 +00:00
ejabberd_logger_h.erl * Removed useless comments. 2006-11-29 10:21:19 +00:00
ejabberd_loglevel.erl * src/ejabberd_loglevel.erl: Preliminary dynamic loglevel support. 2006-12-04 16:07:44 +00:00
ejabberd_node_groups.erl * src/ejabberd_node_groups.erl: Support for node tagging 2006-11-07 02:08:51 +00:00
ejabberd_rdbms.erl * src/ejabberd_rdbms.erl: It is now possible to use ldap or 2006-10-25 07:56:49 +00:00
ejabberd_receiver.erl * src/ejabberd_receiver.erl: Workaround for inet_drv bug 2007-05-07 17:52:35 +00:00
ejabberd_router.erl * src/mod_muc/mod_muc.erl: Now mod_muc can be distributed on 2007-01-19 04:46:44 +00:00
ejabberd_s2s.erl * src/ejabberd_s2s.erl: don't use the resource of the sender to choose 2007-10-30 17:38:40 +00:00
ejabberd_s2s_in.erl * src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358). 2007-09-14 14:21:12 +00:00
ejabberd_s2s_out.erl * src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It was working 2007-09-14 14:21:25 +00:00
ejabberd_service.erl * src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case is used, the hostname will be now useable (EJAB-277). 2007-06-29 17:27:42 +00:00
ejabberd_sm.erl * src/ejabberd_sm.erl: Removed check which denies resource to 2007-08-24 03:54:42 +00:00
ejabberd_socket.erl * src/ejabberd_socket.erl: Added API for monitoring socket 2007-04-12 06:08:32 +00:00
ejabberd_sup.erl * src/ejabberd_config.erl: Normalize hostnames in config file. If mixed case is used, the hostname will be now useable (EJAB-277). 2007-06-29 17:27:42 +00:00
ejabberd_system_monitor.erl * src/ejabberd_sm.erl: Minor optimisation 2007-04-12 05:31:53 +00:00
ejabberd_tmp_sup.erl * (all): Reorganized supervision tree 2003-07-20 20:35:35 +00:00
ejabberd_update.erl * src/web/ejabberd_web_admin.erl: Added a interface for node 2006-02-27 04:47:30 +00:00
ejabberdctl.cfg.example * src/ejabberdctl.template: Several improvements (EJAB-380) 2007-10-17 02:33:19 +00:00
ejabberdctl.template Bugfix on previous change (EJAB-380) 2007-10-17 08:51:35 +00:00
ejd2odbc.erl * src/ejd2odbc.erl: Bugfix (thanks to Badlop) 2007-05-15 00:07:25 +00:00
expat_erl.c * src/expat_erl.c: Use binaries for CDATA 2006-04-05 23:56:16 +00:00
extauth.erl * src/mod_register.erl: Bugfix 2005-07-13 03:24:13 +00:00
gen_iq_handler.erl * src/xml_stream.erl: Added catching of gen_fsm:send_event errors 2006-03-14 04:26:15 +00:00
gen_mod.erl * src/gen_mod.erl: Added get_module_opt_host/3 (thanks to Badlop) 2007-09-11 11:20:36 +00:00
idna.erl * src/idna.erl: Support for IDNA (RFC3490) 2004-04-10 19:15:02 +00:00
jd2ejd.erl * src/mod_service_log.erl: Bugfix (thanks to Badlop) 2006-02-15 04:15:54 +00:00
jlib.erl * src/jlib.erl: Removed http_base_64:decode call 2007-09-02 15:56:17 +00:00
jlib.hrl * src/mod_register.erl: update ejabberd commands to support XEP-0133 (initial patch by Badlop) (EJAB-325). 2007-09-04 07:55:41 +00:00
mod_adhoc.erl * src/aclocal.m4: Updated for zlib support 2006-01-19 02:17:31 +00:00
mod_announce.erl * src/mod_register.erl: update ejabberd commands to support XEP-0133 (initial patch by Badlop) (EJAB-325). 2007-09-04 07:55:41 +00:00
mod_configure.erl * src/mod_configure.erl: Virtual host support for mod_configure (Thanks to Badlop) (EJAB-285). 2007-09-06 07:45:01 +00:00
mod_configure2.erl * (all): Enhanced virtual hosting support 2005-06-20 03:18:13 +00:00
mod_disco.erl * src/mod_disco.erl: Don't override accumulated value in 2007-06-22 14:15:43 +00:00
mod_echo.erl * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host' 2007-08-25 17:24:00 +00:00
mod_last.erl * src/mod_last.erl: Adapted to mod_privacy changes. 2007-07-26 09:29:52 +00:00
mod_last_odbc.erl * src/mod_last_odbc.erl: Adapted to mod_privacy changes. 2007-07-26 09:37:16 +00:00
mod_offline.erl * src/web/ejabberd_web_admin.erl: Added hooks to allow plugins to 2007-08-23 00:51:54 +00:00
mod_offline_odbc.erl * src/mod_offline_odbc.erl: Bugfix 2007-10-06 17:35:15 +00:00
mod_privacy.erl * src/mod_privacy.erl: Bugfix 2007-10-17 02:19:44 +00:00
mod_privacy.hrl * src/mod_last.erl: Adapted to mod_privacy changes. 2007-07-26 09:13:31 +00:00
mod_privacy_odbc.erl * src/mod_last_odbc.erl: Adapted to mod_privacy changes. 2007-07-26 09:37:16 +00:00
mod_private.erl * src/mod_private.erl: Reduce memory consumption on user private storage removal (EJAB-299). 2007-08-01 09:36:30 +00:00
mod_private_odbc.erl * src/mod_private_odbc: Bugfix: an internal error was returned 2006-12-21 09:03:53 +00:00
mod_register.erl * src/mod_register.erl: update ejabberd commands to support XEP-0133 (initial patch by Badlop) (EJAB-325). 2007-09-04 07:55:41 +00:00
mod_roster.erl Fixed conflict 2007-08-24 16:18:46 +00:00
mod_roster.hrl * src/mod_roster.erl: The subscribe request are now resend at 2006-05-23 20:19:37 +00:00
mod_roster_odbc.erl * src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster* 2007-08-24 16:15:05 +00:00
mod_service_log.erl * src/mod_service_log.erl: Bugfix (thanks to Badlop) 2006-02-15 04:15:54 +00:00
mod_shared_roster.erl * src/web/ejabberd_web_admin.erl: Added hooks to allow plugins to 2007-08-23 00:51:54 +00:00
mod_stats.erl * src/mod_stats.erl: Updated 2007-05-12 18:14:21 +00:00
mod_time.erl * (all): Enhanced virtual hosting support 2005-06-20 03:18:13 +00:00
mod_vcard.erl * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host' 2007-08-25 17:24:00 +00:00
mod_vcard_ldap.erl * src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host' 2007-08-25 17:24:00 +00:00
mod_vcard_odbc.erl * src/mod_vcard_odbc.erl: Reverted previous change 2007-10-07 10:52:45 +00:00
mod_version.erl * src/mod_version.erl: Added option to hide OS version (thanks to 2007-07-31 04:13:58 +00:00
p1_fsm.erl * src/p1_fsm.erl: Use of catch can break tail recursion. 2007-07-25 08:48:55 +00:00
p1_mnesia.erl * src/mod_offline.erl: Only count messages if a quota has been 2007-08-08 09:48:41 +00:00
ram_file_io_server.erl * src/ejabberd_loglevel.erl: Preliminary dynamic loglevel support. 2006-12-04 16:07:44 +00:00
randoms.erl *** empty log message *** 2002-12-13 20:58:27 +00:00
sha.erl *** empty log message *** 2003-01-09 19:59:16 +00:00
shaper.erl * src/shaper.erl: Bugfix 2006-10-02 18:54:10 +00:00
translate.erl * src/web/ejabberd_http.erl: Fixed processing of POST body for 2004-09-30 21:54:39 +00:00
xml.erl * src/xml.erl: Removing debug printout. 2007-07-31 14:47:52 +00:00
xml_stream.erl * src/xml_stream.erl: Group CDATA on a single xmlcdata node (splitting is not relevant as dependant on TCP/IP packet fragmentation) (EJAB-292). 2007-07-30 10:06:49 +00:00