mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.
SVN Revision: 1107
This commit is contained in:
parent
5afeed7399
commit
24665d630b
@ -1,3 +1,8 @@
|
|||||||
|
2007-12-24 Mickael Remond <mremond@process-one.net>
|
||||||
|
|
||||||
|
* doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release
|
||||||
|
notes.
|
||||||
|
|
||||||
2007-12-23 Badlop <badlop@process-one.net>
|
2007-12-23 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* src/msgs/vi.msg: New Vietnamese translation (thanks to EQHO
|
* src/msgs/vi.msg: New Vietnamese translation (thanks to EQHO
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Release Notes
|
Release Notes
|
||||||
ejabberd 2.0.0 beta 1
|
ejabberd 2.0.0 beta 1
|
||||||
xx december 2007
|
24 december 2007
|
||||||
|
|
||||||
ejabberd 2.0.0 is a major new version for ejabberd adding plenty of
|
ejabberd 2.0.0 is a major new version for ejabberd adding plenty of
|
||||||
new features, performance and scalability improvements and
|
new features, performance and scalability improvements and
|
||||||
@ -51,11 +51,28 @@
|
|||||||
- More robust code with connection timeout implementation.
|
- More robust code with connection timeout implementation.
|
||||||
- Support for multiple s2s connections per domain.
|
- Support for multiple s2s connections per domain.
|
||||||
- s2s whitelist and blacklist support.
|
- s2s whitelist and blacklist support.
|
||||||
|
- s2s retrial interval.
|
||||||
|
|
||||||
|
|
||||||
|
* LDAP
|
||||||
|
|
||||||
|
- Many enterprise-class enhancements such as better behaviour under
|
||||||
|
heavy load.
|
||||||
|
- Support for LDAP servers pool.
|
||||||
|
- Simplified use of virtual hosting with LDAP with domain substitution
|
||||||
|
in config.
|
||||||
|
- Ability to match on several userid attibutes.
|
||||||
|
|
||||||
|
|
||||||
* Multi-user chat
|
* Multi-user chat
|
||||||
|
|
||||||
- Clustering support
|
- Clustering and load balancing support.
|
||||||
|
- Ability to define default room configuration in ejabberd config file.
|
||||||
|
- Many anti abuse features have been added:
|
||||||
|
. New ACL to limit the creation of persistent room to autorized users.
|
||||||
|
. Ability to define the maximum number of users per room.
|
||||||
|
. Limitation of the rate of message and presence packets.
|
||||||
|
. Limitation of the maximum number of room a user can join at the same time.
|
||||||
|
|
||||||
|
|
||||||
* File transfer
|
* File transfer
|
||||||
@ -87,16 +104,21 @@
|
|||||||
|
|
||||||
* System administration
|
* System administration
|
||||||
|
|
||||||
|
- XEP-0133 - Service administration support. System administrators can
|
||||||
|
now performs lot of ejabberd related admin tasks from their XMPP
|
||||||
|
client, through adhoc commands.
|
||||||
- Dynamic log levels: Improved logging with more log levels. You can
|
- Dynamic log levels: Improved logging with more log levels. You can
|
||||||
now change the loglevel at run time. No performance penality is
|
now change the loglevel at run time. No performance penality is
|
||||||
involved when
|
involved when
|
||||||
- Better command-line tool, with more options available.
|
- Better command-line tool, with more options available.
|
||||||
|
|
||||||
|
|
||||||
* Development API
|
* Localization
|
||||||
|
|
||||||
- Several hooks have been added for module developers (most notably
|
- ejabberd is now available in 21 languages: Catalan, Chinese, Czech,
|
||||||
presence related hooks).
|
Dutch, French, Galicia, German, Italian, Japanese, Polish,
|
||||||
|
Portuguese, Portuguese (Brazil), Russian, Slovak, Spanish, Swedish,
|
||||||
|
Thai, Turkish, Ukrainian, Vietnamese, Wallon.
|
||||||
|
|
||||||
|
|
||||||
* Build and Installer
|
* Build and Installer
|
||||||
@ -109,6 +131,20 @@
|
|||||||
- Configure script is clever at finding libraries in unusual places.
|
- Configure script is clever at finding libraries in unusual places.
|
||||||
|
|
||||||
|
|
||||||
|
* Development API
|
||||||
|
|
||||||
|
- Several hooks have been added for module developers (most notably
|
||||||
|
presence related hooks).
|
||||||
|
- HTTP request handler to write HTTP based plugins.
|
||||||
|
- Manage connections IP address.
|
||||||
|
|
||||||
|
|
||||||
|
* Bugfixes
|
||||||
|
|
||||||
|
- ejabberd 2.0 also fixes numerous small bugs :) Read the full
|
||||||
|
changelog for details.
|
||||||
|
|
||||||
|
|
||||||
Bugs report
|
Bugs report
|
||||||
|
|
||||||
You can officially report bugs on Process-one support site:
|
You can officially report bugs on Process-one support site:
|
||||||
|
Loading…
Reference in New Issue
Block a user