aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-07-30 21:09:55 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-07-30 21:09:55 +0000
commit6cd02b971457219aa239d5f76dfb98c8e7fa397f (patch)
treec41fd747d55b8825d8e88f10aba0afa7a4723d98 /ChangeLog
parent* src/tls/tls_drv.c: Added freeing of SSL stuff (diff)
* examples/extauth/check_pass_null.pl: A reference "null"
implementation of external authentification script (thanks to Leif Johansson) * src/extauth.erl: Support for external authentification (thanks to Leif Johansson) * src/ejabberd_auth.erl: Likewise * src/mod_vcard_ldap.erl: A drop-in replacement for mod_vcard.erl which uses ldap for JUD and vCard (thanks to Leif Johansson) SVN Revision: 251
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27c2374a5..98386a68f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-07-30 Alexey Shchepin <alexey@sevcom.net>
+
+ * examples/extauth/check_pass_null.pl: A reference "null"
+ implementation of external authentification script (thanks to Leif
+ Johansson)
+
+ * src/extauth.erl: Support for external authentification
+ (thanks to Leif Johansson)
+ * src/ejabberd_auth.erl: Likewise
+
+ * src/mod_vcard_ldap.erl: A drop-in replacement for mod_vcard.erl
+ which uses ldap for JUD and vCard (thanks to Leif Johansson)
+
2004-07-28 Alexey Shchepin <alexey@sevcom.net>
* src/tls/tls_drv.c: Added freeing of SSL stuff