mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-28 16:34:13 +01:00
SVN Revision: 926
This commit is contained in:
parent
cccd2ab567
commit
b5465a3f90
21
ChangeLog
21
ChangeLog
@ -877,7 +877,7 @@
|
|||||||
2006-11-28 Mickael Remond <mickael.remond@process-one.net>
|
2006-11-28 Mickael Remond <mickael.remond@process-one.net>
|
||||||
|
|
||||||
* src/mod_proxy65/mod_proxy65_services.erl: Now using all interfaces as
|
* src/mod_proxy65/mod_proxy65_services.erl: Now using all interfaces as
|
||||||
default value for proxy listen parameter.
|
default value for proxy listen parameter.
|
||||||
|
|
||||||
* src/ejabberd_c2s.erl: User login in with negative priority must not
|
* src/ejabberd_c2s.erl: User login in with negative priority must not
|
||||||
receive offline messages (Thanks to Badlop).
|
receive offline messages (Thanks to Badlop).
|
||||||
@ -996,7 +996,7 @@
|
|||||||
|
|
||||||
* src/ejabberd_auth_ldap.erl: LDAP authentication now allows to
|
* src/ejabberd_auth_ldap.erl: LDAP authentication now allows to
|
||||||
match on several alternative attributes (thanks to Evgeniy
|
match on several alternative attributes (thanks to Evgeniy
|
||||||
Khramtsov).
|
Khramtsov).
|
||||||
* src/mod_vcard_ldap.erl: Likewise.
|
* src/mod_vcard_ldap.erl: Likewise.
|
||||||
* doc/guide.tex: Updated.
|
* doc/guide.tex: Updated.
|
||||||
* eldap_utils.erl: Refactoring.
|
* eldap_utils.erl: Refactoring.
|
||||||
@ -1175,7 +1175,7 @@
|
|||||||
* src/mod_muc/mod_muc.erl: It is now possible to configure the MUC room
|
* src/mod_muc/mod_muc.erl: It is now possible to configure the MUC room
|
||||||
history feature. A new option has been added in ejabberd muc module
|
history feature. A new option has been added in ejabberd muc module
|
||||||
configuration (history_size) to define the size of the history. 0 is
|
configuration (history_size) to define the size of the history. 0 is
|
||||||
used to disable the feature.
|
used to disable the feature.
|
||||||
* src/mod_muc/mod_muc_room.erl: Likewise.
|
* src/mod_muc/mod_muc_room.erl: Likewise.
|
||||||
* doc/guide.tex: Likewise.
|
* doc/guide.tex: Likewise.
|
||||||
|
|
||||||
@ -1359,7 +1359,7 @@
|
|||||||
|
|
||||||
* src/mod_roster.erl: The subscribe request are now resend at login as
|
* src/mod_roster.erl: The subscribe request are now resend at login as
|
||||||
long as they have not been answered. mod_roster do no more depends on
|
long as they have not been answered. mod_roster do no more depends on
|
||||||
mod_offline.
|
mod_offline.
|
||||||
* src/ejabberd_sm.erl: Likewise.
|
* src/ejabberd_sm.erl: Likewise.
|
||||||
* src/ejabberd_c2s.erl: Likewise.
|
* src/ejabberd_c2s.erl: Likewise.
|
||||||
* src/mod_roster_odbc.erl: Likewise (The ODBC/relational support has
|
* src/mod_roster_odbc.erl: Likewise (The ODBC/relational support has
|
||||||
@ -1382,7 +1382,7 @@
|
|||||||
* src/ejabberd_sm.erl: An option to limit the number of opened sessions
|
* src/ejabberd_sm.erl: An option to limit the number of opened sessions
|
||||||
for a given user have been added. As a default, a given user can only
|
for a given user have been added. As a default, a given user can only
|
||||||
log in 10 times with different resources. After that, new connections
|
log in 10 times with different resources. After that, new connections
|
||||||
replace the older ones.
|
replace the older ones.
|
||||||
* src/ejabberd.cfg.example: Likewise.
|
* src/ejabberd.cfg.example: Likewise.
|
||||||
* doc/guide.tex: Likewise.
|
* doc/guide.tex: Likewise.
|
||||||
|
|
||||||
@ -1395,7 +1395,7 @@
|
|||||||
|
|
||||||
* src/mod_configure.erl: Unknown tables or tables from now unused
|
* src/mod_configure.erl: Unknown tables or tables from now unused
|
||||||
modules are ignored during restore. The restore can now be performed in
|
modules are ignored during restore. The restore can now be performed in
|
||||||
such case.
|
such case.
|
||||||
* src/web/ejabberd_web_admin.erl: Likewise.
|
* src/web/ejabberd_web_admin.erl: Likewise.
|
||||||
* src/ejabberd_admin.erl: Code refactoring. Common Mnesia database
|
* src/ejabberd_admin.erl: Code refactoring. Common Mnesia database
|
||||||
restore function.
|
restore function.
|
||||||
@ -1412,7 +1412,7 @@
|
|||||||
|
|
||||||
* src/ejabberd_ctl.erl: Unknown tables or tables from now unused
|
* src/ejabberd_ctl.erl: Unknown tables or tables from now unused
|
||||||
modules are ignored during restore. The restore can now be performed in
|
modules are ignored during restore. The restore can now be performed in
|
||||||
such case.
|
such case.
|
||||||
|
|
||||||
2006-04-28 Mickael Remond <mickael.remond@process-one.net>
|
2006-04-28 Mickael Remond <mickael.remond@process-one.net>
|
||||||
|
|
||||||
@ -1607,7 +1607,7 @@
|
|||||||
* src/ejabberd_logger_h.erl: reopen-log function now rename the log
|
* src/ejabberd_logger_h.erl: reopen-log function now rename the log
|
||||||
file if it has not been already renamed by a logrotate process. This
|
file if it has not been already renamed by a logrotate process. This
|
||||||
change allow ejabberd administrators to rotate log files on Windows
|
change allow ejabberd administrators to rotate log files on Windows
|
||||||
(EJAB-52).
|
(EJAB-52).
|
||||||
|
|
||||||
2006-02-27 Alexey Shchepin <alexey@sevcom.net>
|
2006-02-27 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
@ -1800,7 +1800,7 @@
|
|||||||
|
|
||||||
* src/ejabberd_receiver.erl: Added new debugging trace: It is now
|
* src/ejabberd_receiver.erl: Added new debugging trace: It is now
|
||||||
possible to dump the XML stream received from a client (usefull for
|
possible to dump the XML stream received from a client (usefull for
|
||||||
client debugging).
|
client debugging).
|
||||||
|
|
||||||
2006-01-19 Alexey Shchepin <alexey@sevcom.net>
|
2006-01-19 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
@ -2011,7 +2011,7 @@
|
|||||||
2005-11-28 Mickael Remond <mickael.remond@process-one.net>
|
2005-11-28 Mickael Remond <mickael.remond@process-one.net>
|
||||||
|
|
||||||
* doc/guide.tex: Improved and updated documentation (Thanks to Sander
|
* doc/guide.tex: Improved and updated documentation (Thanks to Sander
|
||||||
Devrieze)
|
Devrieze)
|
||||||
* doc/guide.html: Likewise
|
* doc/guide.html: Likewise
|
||||||
* doc/features.tex: Likewise
|
* doc/features.tex: Likewise
|
||||||
* doc/introduction.tex: Likewise
|
* doc/introduction.tex: Likewise
|
||||||
@ -4444,4 +4444,3 @@
|
|||||||
2003-02-11 Alexey Shchepin <alexey@sevcom.net>
|
2003-02-11 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* (all): Version 0.1-alpha released
|
* (all): Version 0.1-alpha released
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user