xmpp.chapril.org-ejabberd/src
Badlop dcc00bca6d * src/ejabberd_listener.erl: Remove code of the unused listening
socket option 'ssl' (EJAB-159)
* src/ejabberd_app.erl: Likewise

SVN Revision: 1263
2008-03-31 19:48:35 +00:00
..
ejabberd_zlib * src/tls/tls.erl: recv_data/2 doesn't throw exceptions now 2008-03-03 11:55:19 +00:00
eldap * src/Makefile.in: Support for parallel compilation with 'make -j' 2008-03-26 09:27:46 +00:00
mod_irc Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
mod_muc * src/ejabberd_app.erl (prep_stop): Stop modules when stopping 2008-02-28 00:30:23 +00:00
mod_proxy65 * src/mod_proxy65/mod_proxy65_service.erl: Implement alternative 2008-03-09 10:09:38 +00:00
mod_pubsub * src/Makefile.in: Support for parallel compilation with 'make -j' 2008-03-26 09:27:46 +00:00
msgs * src/msgs/de.msg: Fix irc typo (thanks to Jonathan Schleifer) 2008-03-24 01:28:55 +00:00
odbc * src/odbc/ejabberd_odbc.erl: Start ODBC explicitely because 2008-03-13 14:34:47 +00:00
pam Seek epam binary into priv/bin (EJAB-573) 2008-03-21 15:42:14 +00:00
stringprep * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
tls Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
web Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
win32 * src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan) 2005-12-22 13:44:58 +00:00
Makefile.in * src/Makefile.in: Support for parallel compilation with 'make -j' 2008-03-26 09:27:46 +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: Normalize ACL before adding to the configuration 2008-02-12 01:04:47 +00:00
aclocal.m4 * src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446). 2008-01-15 11:11:27 +00:00
adhoc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
adhoc.hrl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
configure * src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446). 2008-01-15 11:11:27 +00:00
configure.ac * src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446). 2008-01-15 11:11:27 +00:00
configure.bat * src/translate.erl: Search translations directory in priv_dir 2004-04-27 20:28:23 +00:00
configure.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
cyrsasl.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
cyrsasl_anonymous.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
cyrsasl_digest.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
cyrsasl_plain.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd.app * src/ejabberd.app: Update ejabberd.app: add new erlang 2007-12-22 19:51:55 +00:00
ejabberd.cfg.example * doc/guide.tex: Improve documentation of host_config 2008-03-04 10:36:57 +00:00
ejabberd.erl Seek epam binary into priv/bin (EJAB-573) 2008-03-21 15:42:14 +00:00
ejabberd.hrl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
ejabberd_admin.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_app.erl * src/ejabberd_listener.erl: Remove code of the unused listening 2008-03-31 19:48:35 +00:00
ejabberd_auth.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
ejabberd_auth_anonymous.erl Retreive connection type in sm_register_connection_hook 2008-02-15 16:35:32 +00:00
ejabberd_auth_external.erl * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns all users for all vhosts no matter which back-end is used (EJAB-527) 2008-02-19 13:49:29 +00:00
ejabberd_auth_internal.erl * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns all users for all vhosts no matter which back-end is used (EJAB-527) 2008-02-19 13:49:29 +00:00
ejabberd_auth_ldap.erl * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns all users for all vhosts no matter which back-end is used (EJAB-527) 2008-02-19 13:49:29 +00:00
ejabberd_auth_odbc.erl * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns all users for all vhosts no matter which back-end is used (EJAB-527) 2008-02-19 13:49:29 +00:00
ejabberd_auth_pam.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_c2s.erl Bug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks to Brian Cully) (EJAB-526) 2008-02-18 09:55:06 +00:00
ejabberd_c2s_config.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_check.erl * src/ejabberd_check.erl: Fixed missing clause (EJAB-533). 2008-02-29 12:21:15 +00:00
ejabberd_config.erl * doc/guide.tex: Improve documentation of host_config 2008-03-04 10:36:57 +00:00
ejabberd_config.hrl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_ctl.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
ejabberd_ctl.hrl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_frontend_socket.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_hooks.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_listener.erl * src/ejabberd_listener.erl: Remove code of the unused listening 2008-03-31 19:48:35 +00:00
ejabberd_local.erl * src/ejabberd_local.erl: The iq_response table wasn't cloned 2008-03-25 22:23:38 +00:00
ejabberd_logger_h.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_loglevel.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
ejabberd_node_groups.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_rdbms.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_receiver.erl * src/ejabberd_receiver.erl: Avoid crash to appear in log, when trying to close a stream with an undefined state. 2008-02-11 15:36:56 +00:00
ejabberd_router.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_s2s.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
ejabberd_s2s_in.erl * src/ejabberd_s2s_in.erl (get_cert_domains): When compiling with 2008-03-11 14:25:35 +00:00
ejabberd_s2s_out.erl * src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful connection (EJAB-566) 2008-03-17 10:16:21 +00:00
ejabberd_service.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_sm.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
ejabberd_socket.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_sup.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_system_monitor.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_tmp_sup.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
ejabberd_update.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
ejabberdctl.cfg.example * src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTER 2008-01-08 16:11:58 +00:00
ejabberdctl.template Seek epam binary into priv/bin (EJAB-573) 2008-03-21 15:42:14 +00:00
ejd2odbc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
expat_erl.c * src/expat_erl.c: Use binaries for CDATA 2006-04-05 23:56:16 +00:00
extauth.erl Rewrite io:format calls to loglevel macros (EJAB-555) 2008-03-21 14:44:16 +00:00
gen_iq_handler.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
gen_mod.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
idna.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
inetrc * src/ejabberdctl.template: Create logs_dir if doesn't exist. New 2008-01-01 10:53:05 +00:00
jd2ejd.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
jlib.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
jlib.hrl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_adhoc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_announce.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_caps.erl * src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUG 2008-03-21 18:58:07 +00:00
mod_configure.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_configure2.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_disco.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_echo.erl * src/mod_echo.erl: Small change to avoid a compilation warning of 2008-03-12 23:05:49 +00:00
mod_last.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_last_odbc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_offline.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_offline_odbc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_privacy.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_privacy.hrl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_privacy_odbc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_private.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_private_odbc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_register.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_roster.erl * src/mod_roster.erl: Fixed "from" attribute in roster pushes 2008-02-28 22:10:55 +00:00
mod_roster.hrl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_roster_odbc.erl * src/mod_roster.erl: Fixed "from" attribute in roster pushes 2008-02-28 22:10:55 +00:00
mod_service_log.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_shared_roster.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_stats.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_time.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_vcard.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_vcard_ldap.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_vcard_odbc.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
mod_version.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
p1_fsm.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
p1_mnesia.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +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 * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
sha.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
shaper.erl * src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUG 2008-03-21 18:58:07 +00:00
translate.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
xml.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00
xml_stream.erl * doc/guide.tex: Updated copyright dates to 2008 2008-01-15 17:02:57 +00:00