xmpp.chapril.org-ejabberd/src
Mickaël Rémond f9221e2212 * src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happens during open_connect.
SVN Revision: 854
2007-08-01 11:25:23 +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/mod_irc/mod_irc.erl: Added an option for default IRC 2007-06-22 15:25:27 +00:00
mod_muc * src/mod_muc/mod_muc_log.erl: Recognise more URI schemes in logged HTML (EJAB-279) (Thanks to qu1j0t3). 2007-07-17 07:55:26 +00:00
mod_proxy65 Cancel revision 798 2007-06-27 11:05:14 +00:00
mod_pubsub * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant) 2007-05-29 14:31:12 +00:00
msgs * src/msgs/zh.msg: Updated (thanks to Shelley Shyan) 2007-07-31 04:13:49 +00:00
odbc * src/odbc/ejabberd_odbc.erl: Better error handling for MySQL native driver (EJAB-224). 2007-07-17 07:09:04 +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: Code clean-up. 2007-07-26 10:22:44 +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/xml.erl: Making use of CDATA escaping optional through with a compile time option (EJAB-298). 2007-07-31 12:05:00 +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/configure.ac: autoconf improvements (thanks to Tony Finch) (EJAB-204). 2007-03-10 16:27:17 +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/xml.erl: Making use of CDATA escaping optional through with a compile time option (EJAB-298). 2007-07-31 12:05:00 +00:00
configure.ac * src/xml.erl: Making use of CDATA escaping optional through with a compile time option (EJAB-298). 2007-07-31 12:05:00 +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_s2s.erl: Implements s2s hosts whitelist / blacklist 2007-07-18 17:42:53 +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_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_c2s.erl * src/ejabberd_sm.erl: Updated the session table to store 2007-05-21 03:21:34 +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_in.erl: Add s2s whitelist / blacklist support on incoming s2s connections (EJAB-283) 2007-07-19 21:17:13 +00:00
ejabberd_s2s_in.erl * src/ejabberd_s2s_in.erl: Add s2s whitelist / blacklist support on incoming s2s connections (EJAB-283) 2007-07-19 21:17:13 +00:00
ejabberd_s2s_out.erl * src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happens during open_connect. 2007-08-01 11:25:23 +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: Updated the session table to store 2007-05-21 03:21:34 +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.template * src/ejabberdctl.template: Updated version of ejabberdctl (thanks 2007-05-21 03:41:13 +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: Throw error more cleanly. 2007-07-26 09:56:38 +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/web/ejabberd_web_admin.erl: User creation form now creates 2006-07-07 08:06:12 +00:00
jlib.hrl * src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov) 2006-10-28 02:04:55 +00:00
mod_adhoc.erl * src/aclocal.m4: Updated for zlib support 2006-01-19 02:17:31 +00:00
mod_announce.erl * src/aclocal.m4: Updated for zlib support 2006-01-19 02:17:31 +00:00
mod_configure.erl * src/mod_configure.erl: One ACL call was not virtual host compliant. 2007-07-26 09:49:23 +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/mod_echo.erl: mod_echo does not reply to other components. This is to make sure that a component will not discover its own capabilities (EJAB-281). 2007-07-11 08:37:30 +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/mod_offline.erl: Code clean-up. 2007-07-26 10:08:41 +00:00
mod_offline_odbc.erl * src/ejabberd_auth_anonymous.erl: Added anonymous_purge_hook 2007-05-12 16:28:34 +00:00
mod_privacy.erl * src/mod_last.erl: Adapted to mod_privacy changes. 2007-07-26 09:13:31 +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 * Added TODO comment 2007-07-26 10:13:04 +00:00
mod_roster.erl * src/ejabberd_auth_anonymous.erl: Added anonymous_purge_hook 2007-05-12 16:28:34 +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/mod_roster_odbc.erl: Better error management when bad JID in roster table (EJAB-289). 2007-07-28 09:36:37 +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/ejabberd_socket.erl: All XML socket operations moved here 2006-09-05 04:26:28 +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/mod_vcard.erl: Make services description translatable in discovery (EJAB-236 - thanks to Badlop) 2007-05-29 13:14:09 +00:00
mod_vcard_ldap.erl * src/mod_vcard_odbc.erl: Make service description translatable in discovery (EJAB-236) 2007-05-29 14:53:09 +00:00
mod_vcard_odbc.erl * src/mod_vcard_odbc.erl: Fix for previous commit (thanks to 2007-05-30 21:15:28 +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
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