]> granicus.if.org Git - ejabberd/log
ejabberd
16 years ago* src/mod_muc/mod_muc_room.erl: Allow change_state of a room
Badlop [Fri, 16 May 2008 18:05:03 +0000 (18:05 +0000)]
* src/mod_muc/mod_muc_room.erl: Allow change_state of a room

SVN Revision: 1329

16 years agoChange FSMTIMEOUT to 30s
Christophe Romain [Fri, 16 May 2008 15:29:33 +0000 (15:29 +0000)]
Change FSMTIMEOUT to 30s

SVN Revision: 1328

16 years ago* src/mod_muc/mod_muc_room.erl: Return Forbidden error message
Badlop [Mon, 12 May 2008 20:35:43 +0000 (20:35 +0000)]
* src/mod_muc/mod_muc_room.erl: Return Forbidden error message
when user sends private message in a room that disallows
it (EJAB-595)

SVN Revision: 1323

16 years ago* src/web/ejabberd_http.erl (parse_auth): Allow password that
Badlop [Mon, 12 May 2008 17:56:27 +0000 (17:56 +0000)]
* src/web/ejabberd_http.erl (parse_auth): Allow password that
include colon character (EJAB-522)

SVN Revision: 1322

16 years ago* src/mod_ip_blacklist.erl: Better error handling (EJAB-625).
Mickaël Rémond [Fri, 9 May 2008 19:53:06 +0000 (19:53 +0000)]
* src/mod_ip_blacklist.erl: Better error handling (EJAB-625).

SVN Revision: 1321

16 years ago* src/mod_ip_blacklist.erl: ignore when we do not have the IP.
Mickaël Rémond [Thu, 8 May 2008 14:55:06 +0000 (14:55 +0000)]
* src/mod_ip_blacklist.erl: ignore when we do not have the IP.

SVN Revision: 1320

16 years ago* src/mod_ip_blacklist.erl: Update the list every 6 hours.
Mickaël Rémond [Mon, 5 May 2008 16:31:48 +0000 (16:31 +0000)]
* src/mod_ip_blacklist.erl: Update the list every 6 hours.

SVN Revision: 1319

16 years ago* src/mod_ip_blacklist.erl: Added C2S blacklist support (EJAB-625).
Mickaël Rémond [Mon, 5 May 2008 16:25:52 +0000 (16:25 +0000)]
* src/mod_ip_blacklist.erl: Added C2S blacklist support (EJAB-625).

SVN Revision: 1318

16 years ago* src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625).
Mickaël Rémond [Mon, 5 May 2008 16:22:06 +0000 (16:22 +0000)]
* src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625).
* src/mod_ip_blacklist.erl: Likewise.
* src/jlib.erl: Added IP format tuple to string function.
* src/ejabberd_socket.erl: Properly handled c2s start failure (happen for blacklisted IP).

SVN Revision: 1317

16 years ago* src/ejabberd_receiver.erl: Don't activate a socket untill its
Alexey Shchepin [Sun, 4 May 2008 07:38:24 +0000 (07:38 +0000)]
* src/ejabberd_receiver.erl: Don't activate a socket untill its
receiver process is controlling it

SVN Revision: 1316

16 years agoXEP-0115 patch (EJAB-618)
Christophe Romain [Wed, 30 Apr 2008 08:49:39 +0000 (08:49 +0000)]
XEP-0115 patch (EJAB-618)

SVN Revision: 1313

16 years ago* src/ejabberd_s2s_out.erl: Improve confusing log message in s2s
Badlop [Tue, 29 Apr 2008 16:59:03 +0000 (16:59 +0000)]
* src/ejabberd_s2s_out.erl: Improve confusing log message in s2s
connection: wait_for_validation connect timeout (EJAB-617)

SVN Revision: 1311

16 years ago* src/ejabberd.cfg.example: Small improvements in explanations
Badlop [Tue, 29 Apr 2008 16:44:12 +0000 (16:44 +0000)]
* src/ejabberd.cfg.example: Small improvements in explanations

* doc/guide.tex: Document MUC room options (EJAB-619)

SVN Revision: 1310

16 years ago* doc/guide.tex: Document the option max_s2s_connections
Badlop [Mon, 28 Apr 2008 18:07:23 +0000 (18:07 +0000)]
* doc/guide.tex: Document the option max_s2s_connections

SVN Revision: 1307

16 years agoremove unused served_hosts option
Christophe Romain [Mon, 28 Apr 2008 13:02:07 +0000 (13:02 +0000)]
remove unused served_hosts option

SVN Revision: 1306

16 years ago* src/mod_muc/mod_muc_room.erl: Fixed room shaper processing
Alexey Shchepin [Sun, 27 Apr 2008 19:06:34 +0000 (19:06 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed room shaper processing

SVN Revision: 1305

16 years ago* src/mod_shared_roster.erl: Fix for new registered accounts not
Badlop [Sat, 26 Apr 2008 17:37:43 +0000 (17:37 +0000)]
* src/mod_shared_roster.erl: Fix for new registered accounts not
being immediately shown in an 'all' special shared roster
group (thanks to Alexey Shchepin) (EJAB-71)
* src/mod_register.erl: New vhost event user_registered

SVN Revision: 1303

16 years ago* doc/guide.tex: Document option registration_timeout (EJAB-614)
Badlop [Fri, 25 Apr 2008 22:45:45 +0000 (22:45 +0000)]
* doc/guide.tex: Document option registration_timeout (EJAB-614)

SVN Revision: 1302

16 years ago* src/ejabberd_c2s.erl: Added forbidden_session_hook
Badlop [Fri, 25 Apr 2008 09:25:31 +0000 (09:25 +0000)]
* src/ejabberd_c2s.erl: Added forbidden_session_hook

* src/acl.erl: New access types: resource, resource_regexp and
resource_glob
* doc/guide.tex: Likewise

SVN Revision: 1301

16 years ago* src/treap.erl: Bugfix
Alexey Shchepin [Wed, 23 Apr 2008 13:14:08 +0000 (13:14 +0000)]
* src/treap.erl: Bugfix

* src/mod_register.erl: Fixed table creation, timeout isn't
activated when registration fails

SVN Revision: 1300

16 years ago* src/mod_register.erl: Restrict registration frequency per IP or
Alexey Shchepin [Tue, 22 Apr 2008 21:51:32 +0000 (21:51 +0000)]
* src/mod_register.erl: Restrict registration frequency per IP or
user
* src/ejabberd_c2s.erl: Pass IP to the c2s_unauthenticated_iq hook
* src/ejabberd_config.erl: Added registration_timeout option
* src/treap.erl: Treaps implementation

SVN Revision: 1299

16 years ago* src/ejabberd_auth.erl: Improve anonymous authentication to not
Badlop [Tue, 22 Apr 2008 17:41:30 +0000 (17:41 +0000)]
* src/ejabberd_auth.erl: Improve anonymous authentication to not
remove rosters accidentally (EJAB-549). New functions in
ejabberd_auth to get/check password and know which module accepted
the authentication. New element 'auth_module' in ejabberd_c2s
record 'statedata'. Cyrsasl provides a new property in the
response: {auth_module, AuthModule}.
* src/ejabberd_auth_anonymous.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/cyrsasl_digest.erl: Likewise
* src/cyrsasl_plain.erl: Likewise

SVN Revision: 1297

16 years ago* src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s
Badlop [Fri, 18 Apr 2008 12:19:45 +0000 (12:19 +0000)]
* src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s
after a remote server crash (EJAB-540)
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s.erl: Likewise
* doc/guide.tex: Likewise

SVN Revision: 1296

16 years ago* doc/guide.tex: Clarification: PEP is enabled in default config
Badlop [Wed, 16 Apr 2008 15:44:58 +0000 (15:44 +0000)]
* doc/guide.tex: Clarification: PEP is enabled in default config

SVN Revision: 1295

16 years agoCache negative response (EJAB-474)
Christophe Romain [Mon, 14 Apr 2008 12:02:18 +0000 (12:02 +0000)]
Cache negative response (EJAB-474)

SVN Revision: 1294

16 years ago* src/web/ejabberd_web_admin.erl: Include Last-Modified HTTP
Badlop [Sat, 12 Apr 2008 08:09:05 +0000 (08:09 +0000)]
* src/web/ejabberd_web_admin.erl: Include Last-Modified HTTP
header in responses to allow caching (EJAB-546)

SVN Revision: 1292

16 years ago* src/Makefile.in: Improved indentation of GCC call
Badlop [Fri, 11 Apr 2008 17:32:20 +0000 (17:32 +0000)]
* src/Makefile.in: Improved indentation of GCC call
* src/ejabberd_zlib/Makefile.in: Likewise
* src/mod_irc/Makefile.in: Likewise
* src/stringprep/Makefile.in: Likewise
* src/tls/Makefile.in: Likewise

SVN Revision: 1291

16 years ago* src/ejabberd_listener.erl (start_listener): Revert SVN r1260.
Badlop [Fri, 11 Apr 2008 15:47:44 +0000 (15:47 +0000)]
* src/ejabberd_listener.erl (start_listener): Revert SVN r1260.

SVN Revision: 1290

16 years agoMerge SVN r1287 from trunk to 2.0.x branch:
Badlop [Fri, 11 Apr 2008 09:25:54 +0000 (09:25 +0000)]
Merge SVN r1287 from trunk to 2.0.x branch:

* src/tls/tls_drv.c: Fixed gcc signedness warnings (EJAB-447)
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise

* src/expat_erl.c: Removed R9B workaround (EJAB-447)

SVN Revision: 1289

16 years ago* src/ejabberd_config.erl: Removed a dependency on string:to_upper
Alexey Shchepin [Fri, 11 Apr 2008 05:52:10 +0000 (05:52 +0000)]
* src/ejabberd_config.erl: Removed a dependency on string:to_upper

SVN Revision: 1288

16 years ago* src/tls/tls_drv.c: Fixed gcc signedness warnings
Alexey Shchepin [Fri, 11 Apr 2008 05:20:08 +0000 (05:20 +0000)]
* src/tls/tls_drv.c: Fixed gcc signedness warnings
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise

SVN Revision: 1287

16 years ago* src/expat_erl.c: Removed R9B workaround
Alexey Shchepin [Fri, 11 Apr 2008 05:19:27 +0000 (05:19 +0000)]
* src/expat_erl.c: Removed R9B workaround

SVN Revision: 1286

16 years agopubsub identity and database update bugfix
Christophe Romain [Thu, 10 Apr 2008 14:11:06 +0000 (14:11 +0000)]
pubsub identity and database update bugfix

SVN Revision: 1285

16 years ago* Changelog: typo.
Mickaël Rémond [Thu, 10 Apr 2008 08:14:58 +0000 (08:14 +0000)]
* Changelog: typo.

SVN Revision: 1282

16 years ago*src/ejabberd_c2s.erl: Uniform default value for empty privacy list. Fixes (EJAB...
Mickaël Rémond [Thu, 10 Apr 2008 08:14:38 +0000 (08:14 +0000)]
*src/ejabberd_c2s.erl: Uniform default value for empty privacy list. Fixes (EJAB-603).

SVN Revision: 1281

16 years ago* src/ejabberd_auth_ldap.erl: LDAP function to get the number of
Badlop [Tue, 8 Apr 2008 09:37:06 +0000 (09:37 +0000)]
* src/ejabberd_auth_ldap.erl: LDAP function to get the number of
registered users is too slow (EJAB-331): set timeout in LDAP
search queries (thanks to Evgeniy Khramtsov) and return the number
of registered users.

SVN Revision: 1280

16 years ago* doc/guide.tex: Documented the IQ discipline {queue, N}.
Mickaël Rémond [Mon, 7 Apr 2008 13:18:42 +0000 (13:18 +0000)]
* doc/guide.tex: Documented the IQ discipline {queue, N}.
* doc/guide.html: Likewise.

SVN Revision: 1278

16 years ago* doc/guide.tex: Fix default_room_opts with default_room_options
Badlop [Sat, 5 Apr 2008 10:53:32 +0000 (10:53 +0000)]
* doc/guide.tex: Fix default_room_opts with default_room_options
* doc/guide.html: Likewise

SVN Revision: 1277

16 years ago* src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New
Badlop [Fri, 4 Apr 2008 18:57:01 +0000 (18:57 +0000)]
* src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New
function that returns 0 registered users (EJAB-331).

SVN Revision: 1276

16 years ago* src/ejabberd_c2s.erl (process_presence_probe): Don't route a
Badlop [Thu, 3 Apr 2008 22:35:26 +0000 (22:35 +0000)]
* src/ejabberd_c2s.erl (process_presence_probe): Don't route a
presence probe to oneself (EJAB-498)

SVN Revision: 1275

16 years ago* src/ejabberd_config.erl: Add support to include additional
Badlop [Wed, 2 Apr 2008 16:31:15 +0000 (16:31 +0000)]
* src/ejabberd_config.erl: Add support to include additional
configuration files. Add support for macro definition and
usage. (EJAB-593)
* doc/guide.tex: Likewise
* doc/guide.html: Likewise

SVN Revision: 1273

16 years agoDo not ignore values passed from configure (EJAB-592)
Christophe Romain [Wed, 2 Apr 2008 14:24:18 +0000 (14:24 +0000)]
Do not ignore values passed from configure (EJAB-592)

SVN Revision: 1272

16 years agoadd condition inclusion of pep in disco identity (EJAB-564)
Christophe Romain [Wed, 2 Apr 2008 09:06:28 +0000 (09:06 +0000)]
add condition inclusion of pep in disco identity (EJAB-564)

SVN Revision: 1268

16 years ago* doc/guide.tex: Updated command line parameters, epmd section
Badlop [Tue, 1 Apr 2008 12:00:34 +0000 (12:00 +0000)]
* doc/guide.tex: Updated command line parameters, epmd section
* doc/guide.html: Likewise

SVN Revision: 1267

16 years agotypo fix on ejabberdctl.template
Christophe Romain [Tue, 1 Apr 2008 11:47:51 +0000 (11:47 +0000)]
typo fix on ejabberdctl.template

SVN Revision: 1266

16 years ago* doc/api/Makefile: Report the correct ejabberd version. When
Badlop [Tue, 1 Apr 2008 10:11:39 +0000 (10:11 +0000)]
* doc/api/Makefile: Report the correct ejabberd version. When
cleaning, remove also erlang.png

* src/mod_muc/mod_muc_room.erl: Update source code to prevent
warning messages from EDoc
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_pubsub/node_default.erl: Likewise
* src/mod_pubsub/nodetree_default.erl: Likewise
* src/mod_pubsub/nodetree_virtual.erl: Likewise
* src/mod_pubsub/pubsub.hrl: Likewise

SVN Revision: 1265

16 years agoAdd firewalling port range definition
Christophe Romain [Tue, 1 Apr 2008 09:07:29 +0000 (09:07 +0000)]
Add firewalling port range definition

SVN Revision: 1264

16 years ago* src/ejabberd_listener.erl: Remove code of the unused listening
Badlop [Mon, 31 Mar 2008 19:48:35 +0000 (19:48 +0000)]
* src/ejabberd_listener.erl: Remove code of the unused listening
socket option 'ssl' (EJAB-159)
* src/ejabberd_app.erl: Likewise

SVN Revision: 1263

16 years ago* doc/webadmmain.png: Updated to ejabberd 2.0.0
Badlop [Mon, 31 Mar 2008 10:36:41 +0000 (10:36 +0000)]
* doc/webadmmain.png: Updated to ejabberd 2.0.0
* doc/webadmmainru.png: Likewise

* doc/disco.png: Removed because not used

* doc/guide.tex: Fix Latex reference to webadmin section. Update
explanation of screenshots. Update xmpp addresses of Mickael
Remond and Sander Devrieze.
* doc/guide.html: Likewise

* doc/Makefile: Remove the Hevea deprecated option -noiso
* doc/guide.html: Likewise
* doc/dev.html: Likewise
* doc/features.html: Likewise

SVN Revision: 1261

16 years ago* src/ejabberd_listener.erl (start_listener): Start also the
Badlop [Mon, 31 Mar 2008 09:30:51 +0000 (09:30 +0000)]
* src/ejabberd_listener.erl (start_listener): Start also the
supervisor of the module

SVN Revision: 1260

16 years ago* doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)
Badlop [Thu, 27 Mar 2008 00:28:44 +0000 (00:28 +0000)]
* doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)
* doc/guide.html: Likewise

SVN Revision: 1259

16 years ago* src/Makefile.in: Support for parallel compilation with 'make -j'
Badlop [Wed, 26 Mar 2008 09:27:46 +0000 (09:27 +0000)]
* src/Makefile.in: Support for parallel compilation with 'make -j'
in multi core CPUs: fix compilation dependencies; compile
behaviors before other source code. (thanks to Jonathan Schleifer)
* src/mod_pubsub/Makefile.in: Likewise
* src/eldap/Makefile.in: Likewise

SVN Revision: 1258

16 years ago* src/ejabberd_local.erl: The iq_response table wasn't cloned
Alexey Shchepin [Tue, 25 Mar 2008 22:23:38 +0000 (22:23 +0000)]
* src/ejabberd_local.erl: The iq_response table wasn't cloned
automatically on all nodes which resulted in a single point of
failure

SVN Revision: 1257

16 years ago* src/Makefile.in: Only try to install epam if pam was enabled
Badlop [Tue, 25 Mar 2008 18:59:45 +0000 (18:59 +0000)]
* src/Makefile.in: Only try to install epam if pam was enabled
in configure script (thanks to Etan Reisner)(EJAB-586)

SVN Revision: 1256

16 years ago* src/Makefile.in: Failure to install epam is not
Badlop [Tue, 25 Mar 2008 17:18:47 +0000 (17:18 +0000)]
* src/Makefile.in: Failure to install epam is not
critical (EJAB-573)

SVN Revision: 1255

16 years ago* doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanks
Badlop [Mon, 24 Mar 2008 18:57:41 +0000 (18:57 +0000)]
* doc/guide.tex: mod_vcard_ldap replace NICK with NICKNAME (thanks
to Andreas Ntaflos)
* doc/guide.html: Likewise

SVN Revision: 1254

16 years ago* src/msgs/de.msg: Fix irc typo (thanks to Jonathan Schleifer)
Badlop [Mon, 24 Mar 2008 01:28:55 +0000 (01:28 +0000)]
* src/msgs/de.msg: Fix irc typo (thanks to Jonathan Schleifer)
* src/msgs/cs.msg: Likewise
* src/msgs/pl.msg: Likewise
* src/msgs/sk.msg: Likewise

SVN Revision: 1253

16 years agoSVN Revision: 1252
Mickaël Rémond [Sun, 23 Mar 2008 14:23:25 +0000 (14:23 +0000)]
SVN Revision: 1252

16 years agoSVN Revision: 1251
Mickaël Rémond [Sun, 23 Mar 2008 14:22:16 +0000 (14:22 +0000)]
SVN Revision: 1251

16 years ago* src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass (EJAB-583).
Mickaël Rémond [Sat, 22 Mar 2008 16:42:28 +0000 (16:42 +0000)]
* src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass (EJAB-583).

SVN Revision: 1249

16 years ago* doc/guide.tex: Document service_check_from (EJAB-576)
Badlop [Sat, 22 Mar 2008 00:33:28 +0000 (00:33 +0000)]
* doc/guide.tex: Document service_check_from (EJAB-576)
* doc/guide.html: Likewise

SVN Revision: 1248

16 years ago* src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUG
Badlop [Fri, 21 Mar 2008 18:58:07 +0000 (18:58 +0000)]
* src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUG
* src/shaper.erl: Move log call INFO_MSG to DEBUG

SVN Revision: 1247

16 years ago* doc/guide.tex: Document s2s_default_policy and
Badlop [Fri, 21 Mar 2008 16:17:37 +0000 (16:17 +0000)]
* doc/guide.tex: Document s2s_default_policy and
s2s_host (EJAB-575)
* doc/guide.html: Likewise

SVN Revision: 1246

16 years agoPubsub subscription is now wrapped in pubsub tags (EJAB-580)
Christophe Romain [Fri, 21 Mar 2008 16:05:32 +0000 (16:05 +0000)]
Pubsub subscription is now wrapped in pubsub tags (EJAB-580)

SVN Revision: 1244

16 years agoSeek epam binary into priv/bin (EJAB-573)
Christophe Romain [Fri, 21 Mar 2008 15:42:14 +0000 (15:42 +0000)]
Seek epam binary into priv/bin (EJAB-573)

SVN Revision: 1243

16 years agoRewrite io:format calls to loglevel macros (EJAB-555)
Christophe Romain [Fri, 21 Mar 2008 14:44:16 +0000 (14:44 +0000)]
Rewrite io:format calls to loglevel macros (EJAB-555)

SVN Revision: 1239

16 years ago* doc/guide.tex: Improve explanation of how to start ejabberd when
Badlop [Thu, 20 Mar 2008 19:24:27 +0000 (19:24 +0000)]
* doc/guide.tex: Improve explanation of how to start ejabberd when
binary installer. Don't recommend R12 in Windows compilation.
Describe what happens if maxrate shaper is exceeded.
* doc/guide.html: Likewise

SVN Revision: 1238

16 years ago* src/eldap.erl: Improved logging. We now use ejabberd logging framework (EJAB-582).
Mickaël Rémond [Thu, 20 Mar 2008 16:28:36 +0000 (16:28 +0000)]
* src/eldap.erl: Improved logging. We now use ejabberd logging framework (EJAB-582).
* src/eldap.erl: Faster LDAP reconnection (Thanks to Christophe Romain) (EJAB-581)

SVN Revision: 1236

16 years ago* src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful connection (EJAB...
Mickaël Rémond [Mon, 17 Mar 2008 10:16:21 +0000 (10:16 +0000)]
* src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful connection (EJAB-566)
* src/ejabberd_s2s_out.erl: Likewise

SVN Revision: 1235

16 years ago* src/ejabberd_ctl.erl: API improvement: Added reopen_log_hook (EJAB-565)
Mickaël Rémond [Sat, 15 Mar 2008 10:57:38 +0000 (10:57 +0000)]
* src/ejabberd_ctl.erl: API improvement: Added reopen_log_hook (EJAB-565)

SVN Revision: 1234

16 years ago* src/ejabberd_s2s.erl: API improvement: Added s2s_connect_hook (EJAB-566).
Mickaël Rémond [Sat, 15 Mar 2008 09:35:33 +0000 (09:35 +0000)]
* src/ejabberd_s2s.erl: API improvement: Added s2s_connect_hook (EJAB-566).

SVN Revision: 1232

16 years ago* src/odbc/ejabberd_odbc.erl: Start ODBC explicitely because
Badlop [Thu, 13 Mar 2008 14:34:47 +0000 (14:34 +0000)]
* src/odbc/ejabberd_odbc.erl: Start ODBC explicitely because
Erlang R12 doesn't start automatically like in R11 and
older (thanks to Sergei Golovan)(EJAB-541)

SVN Revision: 1231

16 years ago* src/ejabberd.hrl: Removed unused ejabberd_debug and
Badlop [Thu, 13 Mar 2008 14:13:29 +0000 (14:13 +0000)]
* src/ejabberd.hrl: Removed unused ejabberd_debug and
PRIVACY_SUPPORT. Reordered the remaining options

SVN Revision: 1230

16 years ago* doc/guide.tex: Describe option Matches in mod_vcard_ldap (thanks
Badlop [Thu, 13 Mar 2008 10:59:57 +0000 (10:59 +0000)]
* doc/guide.tex: Describe option Matches in mod_vcard_ldap (thanks
to Evgeniy Khramtsov)(EJAB-530).  Fix typo in the description of
ldap_server option.
* doc/guide.html: Likewise

SVN Revision: 1229

16 years ago* src/mod_echo.erl: Small change to avoid a compilation warning of
Badlop [Wed, 12 Mar 2008 23:05:49 +0000 (23:05 +0000)]
* src/mod_echo.erl: Small change to avoid a compilation warning of
unused function

SVN Revision: 1228

16 years ago* src/web/ejabberd_web_admin.erl (term_to_string): Show Erlang
Badlop [Wed, 12 Mar 2008 22:29:53 +0000 (22:29 +0000)]
* src/web/ejabberd_web_admin.erl (term_to_string): Show Erlang
terms in one line in Erlang R12 (EJAB-503)

SVN Revision: 1227

16 years ago* src/ejabberd_s2s_in.erl (get_cert_domains): When compiling with
Badlop [Tue, 11 Mar 2008 14:25:35 +0000 (14:25 +0000)]
* src/ejabberd_s2s_in.erl (get_cert_domains): When compiling with
Erlang R12, replace the calls to deprecated module PKIX1Explicit88
with OTP-PKIX (EJAB-556)

SVN Revision: 1226

16 years ago* src/ejabberd_update.erl: Fix crash when browsing the Update
Badlop [Mon, 10 Mar 2008 11:59:53 +0000 (11:59 +0000)]
* src/ejabberd_update.erl: Fix crash when browsing the Update
page in Erlang R12 (EJAB-552)

SVN Revision: 1225

16 years agoSVN Revision: 1224
Alexey Shchepin [Sun, 9 Mar 2008 23:02:28 +0000 (23:02 +0000)]
SVN Revision: 1224

16 years ago* src/web/ejabberd_http_poll.erl: Fixed HTTP headers when a
Alexey Shchepin [Sun, 9 Mar 2008 21:28:42 +0000 (21:28 +0000)]
* src/web/ejabberd_http_poll.erl: Fixed HTTP headers when a
requested session doesn't exist

SVN Revision: 1223

16 years ago* src/mod_proxy65/mod_proxy65_service.erl: Implement alternative
Badlop [Sun, 9 Mar 2008 10:09:38 +0000 (10:09 +0000)]
* src/mod_proxy65/mod_proxy65_service.erl: Implement alternative
to the deprecated function inet:ip_to_bytes (thanks to Evgeniy
Khramtsov)(EJAB-542)

SVN Revision: 1222

16 years agoadd missing ~p to error message
Christophe Romain [Fri, 7 Mar 2008 14:56:37 +0000 (14:56 +0000)]
add missing ~p to error message

SVN Revision: 1221

16 years ago* src/eldap/eldap_pool.erl: Improved logging
Mickaël Rémond [Fri, 7 Mar 2008 14:49:06 +0000 (14:49 +0000)]
* src/eldap/eldap_pool.erl: Improved logging

SVN Revision: 1220

16 years ago* doc/guide.tex: Improve documentation of host_config
Badlop [Tue, 4 Mar 2008 10:36:57 +0000 (10:36 +0000)]
* doc/guide.tex: Improve documentation of host_config
add (EJAB-544)
* doc/guide.html: Likewise
* src/ejabberd.cfg.example: Likewise
* src/ejabberd_config.erl: Likewise

SVN Revision: 1219

16 years ago* doc/guide.tex: mod_announce recommends, but doesn't require
Badlop [Tue, 4 Mar 2008 09:07:43 +0000 (09:07 +0000)]
* doc/guide.tex: mod_announce recommends, but doesn't require
mod_adhoc (thanks to Anastasia Gornostaeva)
* doc/guide.html: Likewise
* src/ejabberd.cfg.example: Likewise

SVN Revision: 1218

16 years ago* src/tls/tls.erl: recv_data/2 doesn't throw exceptions now
Alexey Shchepin [Mon, 3 Mar 2008 11:55:19 +0000 (11:55 +0000)]
* src/tls/tls.erl: recv_data/2 doesn't throw exceptions now
* src/ejabberd_zlib/ejabberd_zlib.erl: Likewise

SVN Revision: 1217

16 years ago* src/ejabberd_check.erl: Fixed missing clause (EJAB-533).
Mickaël Rémond [Fri, 29 Feb 2008 12:21:15 +0000 (12:21 +0000)]
* src/ejabberd_check.erl: Fixed missing clause (EJAB-533).

SVN Revision: 1215

16 years ago* src/mod_roster.erl: Fixed "from" attribute in roster pushes
Alexey Shchepin [Thu, 28 Feb 2008 22:10:55 +0000 (22:10 +0000)]
* src/mod_roster.erl: Fixed "from" attribute in roster pushes
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 1213

16 years ago* src/ejabberd_app.erl (prep_stop): Stop modules when stopping
Badlop [Thu, 28 Feb 2008 00:30:23 +0000 (00:30 +0000)]
* src/ejabberd_app.erl (prep_stop): Stop modules when stopping
ejabberd (EJAB-536)
* src/mod_caps.erl (stop): Probably not needed to stop supervisor
child (EJAB-536)
* src/mod_muc/mod_muc.erl (room_destroyed): Catch message
sending (EJAB-536)
* src/mod_muc/mod_muc_room.erl (init): Ensure rooms are called
when the process dies due to a linked die (EJAB-536)

SVN Revision: 1212

16 years ago* src/ejabberd_check.erl: Separate config loading from configuration sanity checks...
Mickaël Rémond [Wed, 27 Feb 2008 20:15:25 +0000 (20:15 +0000)]
* src/ejabberd_check.erl: Separate config loading from configuration sanity checks (EJAB-533)
* src/src/ejabberd_app.erl: Likewise
* src/ejabberd_app.erl: Likewise

SVN Revision: 1210

16 years ago* src/msgs/it.msg: Updated (thanks to Smart2128)
Badlop [Tue, 26 Feb 2008 08:59:09 +0000 (08:59 +0000)]
* src/msgs/it.msg: Updated (thanks to Smart2128)

SVN Revision: 1209

16 years ago* doc/release_notes_2.0.0.txt: Small fixes and update date
Badlop [Thu, 21 Feb 2008 09:54:19 +0000 (09:54 +0000)]
* doc/release_notes_2.0.0.txt: Small fixes and update date

SVN Revision: 1207

16 years ago* README: Updated to match the content of the ejabberd Guide
Badlop [Wed, 20 Feb 2008 19:07:19 +0000 (19:07 +0000)]
* README: Updated to match the content of the ejabberd Guide

SVN Revision: 1206

16 years ago* doc/release_notes_2.0.0.txt: Updated version number and date
Badlop [Wed, 20 Feb 2008 16:08:13 +0000 (16:08 +0000)]
* doc/release_notes_2.0.0.txt: Updated version number and date

SVN Revision: 1205

16 years ago* doc/guide.tex: Mentioned the problems about Windows service
Badlop [Wed, 20 Feb 2008 16:05:26 +0000 (16:05 +0000)]
* doc/guide.tex: Mentioned the problems about Windows service
* doc/guide.html: Likewise

SVN Revision: 1204

16 years ago* src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov)
Badlop [Wed, 20 Feb 2008 15:48:48 +0000 (15:48 +0000)]
* src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov)
* src/msgs/zh.msg: Updated (thanks to Mike Wang and Zhan Caibao)

SVN Revision: 1202

16 years ago* src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)
Badlop [Tue, 19 Feb 2008 19:15:28 +0000 (19:15 +0000)]
* src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)
* src/msgs/cs.msg: Updated (thanks to Lukas Polivka)
* src/msgs/de.msg: Updated (thanks to Cord Beermann and Nikolaus
Polak)
* src/msgs/eo.msg: Updated (thanks to Andreas van Cranenburgh)
* src/msgs/es.msg: Updated
* src/msgs/fr.msg: Updated (thanks to Christophe Romain)
* src/msgs/gl.msg: Updated (thanks to Carlos E. Lopez)
* src/msgs/nl.msg: Updated (thanks to Andreas van Cranenburgh)
* src/msgs/no.msg: Updated (thanks to Stian B. Barmen)
* src/msgs/pt-br.msg: Updated (thanks to Otavio Fernandes)
* src/msgs/uk.msg: Updated (thanks to Stoune and Ruslan Rakhmanin)

SVN Revision: 1201

16 years agoadd pgsql driver monitoring
Christophe Romain [Tue, 19 Feb 2008 17:06:49 +0000 (17:06 +0000)]
add pgsql driver monitoring

SVN Revision: 1200

16 years ago* src/ejabberd_config.erl: dirty_get_registered_users now correctly returns all users...
Mickaël Rémond [Tue, 19 Feb 2008 13:49:29 +0000 (13:49 +0000)]
* 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)
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise

SVN Revision: 1198

16 years agoBug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks to Brian...
Christophe Romain [Mon, 18 Feb 2008 09:55:06 +0000 (09:55 +0000)]
Bug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks to Brian Cully) (EJAB-526)

SVN Revision: 1197