ejabberd commits

RevisionAuthorDateDescription
1597jsautret03 Oct 2008 11:42:40

* src/odbc/odbc_queries.erl: Fix empty query that fail on MySQL.

1596jsautret03 Oct 2008 11:30:56

* src/mod_vcard_odbc: added vCard support for MS SQL Server 2005 (missing from previous commit)

1595jsautret03 Oct 2008 11:29:48

* src/mod_vcard_odbc: added vCard support for MS SQL Server 2005.
* src/odbc/odbc_queries.erl: likewise.
* src/odbc/mssql2005.sql: likewise.

1590mremond01 Oct 2008 10:52:25

* src/mod_shared_roster.erl: Correct roster push when changing a shared roster entry name (EJAB-738).

1588badlop30 Sep 2008 12:12:05

* src/*/Makefile.win32: Provide explicit beam filenames because
nmake does not accept wildcards (thanks to Attila
Vangel)(EJAB-543)

1587cromain30 Sep 2008 04:58:37

fix licence header

1576cromain25 Sep 2008 13:26:06

EJAB-739 and EJAB-751 improvements

1569mremond22 Sep 2008 12:08:37

* src/mod_configure.erl: Fix adhoc commands reply types for "get-online-users-num" and "get-registered-users-num" (EJAB-756).

1563badlop15 Sep 2008 14:38:52

* doc/guide.tex: Fix explanation of mod_muc's anonymous
option. Make clear that an ejabberd_service can only serve a
single external component. Provide Mnesia directory when setting
clustering (thanks to Matthew Reilly)

1562badlop12 Sep 2008 10:31:04

Fix: provide the port as an integer, not string (EJAB-560)

1561badlop12 Sep 2008 07:45:16

* src/web/ejabberd_http.hrl: Provide Host, Port, Headers and
Transfer Protocol in request (thanks to Eric Cestari)(EJAB-560)
* src/web/ejabberd_http.erl: Likewise

1560badlop02 Sep 2008 13:31:10

* doc/guide.tex: Fix mod_proxy configuration example
* doc/guide.html: Likewise

1559mremond02 Sep 2008 10:17:48

* ChangeLog update.