24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-22 22:23:42 +02:00

* Changelog: Forgotten commit.

SVN Revision: 1184
This commit is contained in:
Mickaël Rémond 2008-02-11 20:29:54 +00:00
parent 0ae7f15ce7
commit edad54d961

View File

@ -1,5 +1,12 @@
2008-02-11 Mickael Remond <mremond@process-one.net>
* src/ejabberd_auth.erl: Do not allow empty password at
creation. On authent, check in all cases that password is not
empty.
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise
* src/ejabberd_receiver.erl: Avoid crash to appear in log, when
trying to close a stream with an undefined state.