.. |
ejabberd_zlib
|
* src/tls/tls.erl: recv_data/2 doesn't throw exceptions now
|
2008-03-03 11:55:19 +00:00 |
eldap
|
add missing ~p to error message
|
2008-03-07 14:56:37 +00:00 |
mod_irc
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +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
|
use if event instead of x when xmlns is pubsub#event (EJAB-518)
|
2008-02-11 15:21:24 +00:00 |
msgs
|
* src/msgs/it.msg: Updated (thanks to Smart2128)
|
2008-02-26 08:59:09 +00:00 |
odbc
|
* src/odbc/ejabberd_odbc.erl: Start ODBC explicitely because
|
2008-03-13 14:34:47 +00:00 |
pam
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
stringprep
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
tls
|
* src/tls/tls.erl: recv_data/2 doesn't throw exceptions now
|
2008-03-03 11:55:19 +00:00 |
web
|
* src/web/ejabberd_web_admin.erl (term_to_string): Show Erlang
|
2008-03-12 22:29:53 +00:00 |
win32
|
* src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan)
|
2005-12-22 13:44:58 +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_anonymous.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
cyrsasl_digest.erl
|
* src/cyrsasl_digest.erl: Unquote backslash in DIGEST-MD5 quoted
|
2008-02-14 05:23:16 +00:00 |
cyrsasl_plain.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 |
ejabberd_admin.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
ejabberd_app.erl
|
* src/ejabberd_app.erl (prep_stop): Stop modules when stopping
|
2008-02-28 00:30:23 +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_auth.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_c2s_config.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_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
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +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
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
ejabberd_local.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +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
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +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_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
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
ejabberd_s2s.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
ejabberd_service.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
ejabberd_sm.erl
|
Retreive connection type in sm_register_connection_hook
|
2008-02-15 16:35:32 +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
|
* src/ejabberd_update.erl: Fix crash when browsing the Update
|
2008-03-10 11:59:53 +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
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
ejabberd.hrl
|
* src/ejabberd.hrl: Removed unused ejabberd_debug and
|
2008-03-13 14:13:29 +00:00 |
ejabberdctl.cfg.example
|
* src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTER
|
2008-01-08 16:11:58 +00:00 |
ejabberdctl.template
|
* src/ejabberdctl.template: Instead of using the Erlang kernel
|
2008-01-13 22:46:00 +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
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +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 |
Makefile.in
|
* src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446).
|
2008-01-15 11:11:27 +00:00 |
Makefile.win32
|
* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)
|
2006-10-28 02:04:55 +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/ejabberd_app.erl (prep_stop): Stop modules when stopping
|
2008-02-28 00:30:23 +00:00 |
mod_configure2.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
mod_configure.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_odbc.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
mod_last.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_offline.erl
|
* 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_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_private_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_register.erl
|
* 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_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_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_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_vcard.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
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
translate.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 |
xml.erl
|
* doc/guide.tex: Updated copyright dates to 2008
|
2008-01-15 17:02:57 +00:00 |
XmppAddr.asn1
|
* src/ejabberd_s2s_in.erl: Support for dNSName certificate field
|
2005-11-17 05:29:33 +00:00 |