diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 19 insertions, 5 deletions
@@ -1,3 +1,17 @@ +2006-11-07 Alexey Shchepin <alexey@sevcom.net> + + * src/ejabberd_node_groups.erl: Support for node tagging + * src/ejabberd_sup.erl: Likewise + * src/ejabberd_frontend_socket.erl: Use node tags to determine + backend nodes + * src/ejabberd_config.erl: Added node_type and cluster_nodes + options + * src/ejabberd_app.erl: Establish connections to the nodes from + the cluster_nodes option + + * src/ejabberd_router.erl: Added balancing method option + * src/ejabberd_config.erl: Likewise + 2006-11-05 Mickael Remond <mickael.remond@process-one.net> * src/mod_private_odbc.erl: Support for MySQL and MSSQL. @@ -8,13 +22,13 @@ 2006-11-04 Mickael Remond <mickael.remond@process-one.net> * src/eldap_utils.erl: Fixed missing export. - + * src/odbc/pg.sql: Database scripts consistency. * src/odbc/mysql.sql: Likewise. * src/odbc/mssql.sql: Likewise. - * src/odbc/mysql: Database creation script should now be compliant with - MySQL 4.0.x. + * src/odbc/mysql: Database creation script should now be compliant + with MySQL 4.0.x. 2006-10-29 Mickael Remond <mickael.remond@process-one.net> @@ -23,8 +37,8 @@ 2006-10-28 Mickael Remond <mickael.remond@process-one.net> - * src/ejabberd.cfg.example: Changed the anonymous example a bit to work - in most cases. + * src/ejabberd.cfg.example: Changed the anonymous example a bit to + work in most cases. * doc/guide.tex: Likewise. 2006-10-28 Alexey Shchepin <alexey@sevcom.net> |