X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a5a8a7813481e6447ff71dc449220338b003bcb3..24e9e6c33456b9a864e9c718c472e1add6fc279a:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 55965a8..f48228d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,67 @@ /*********************************************************************** X3 ChangeLog +2007-02-09 Alex Schumann + + * src/x3ldap.c: addid search function to get users email address from + ldap + + * src/x3ldap.h: func defs for search + + * src/nicserv.c: update local copy of email address when they log + in via ldap + +2007-02-08 Alex Schumann + + * src/x3ldap.c: cleaning up and switching adduser to use the new + crypted password scheme. + + * src/nickserv.c: testing with ldap_enabled set to 0, and/or WITH_LDAP + not defined, uncovered some warnings etc. + +2007-02-08 Alex Schumann + + * src/nickserv.c: Filling in ldap support for all password related + operations: cmd_pass, loc_auth, etc. + +2007-02-09 Neil Spierling + + * tools/ldap/ldap_convert.php: Few tweaks. + +2007-02-08 Alex Schumann + + * tools/ldap/inetorganon.schema: Scheme for ldap. + + * tools/ldap/ldap_convert.php: Conversion script for converting + x3 users to the ldap server. + +2007-02-07 Alex Schumann + + * configure.in: adding compile/configure support for ssl libs (not + yet needed) + + * configure: updated from above. + + * src/config.h.in: adding compile/configure support for ssl libs (not + yet needed) + + * src/x3ldap.c: ldap crypted password pain. SUpport for object classes + in config file. + + * src/x3ldap.h: ldap crypted password pain. Support for object classes + in config file. + + * src/nickserv.c: change password in ldap when its changed in + nickserv. Support for object classes in config file. + + * src/nickserv.h: support for object classes in conf file + 2007-02-07 Alex Schumann * src/x3ldap.c: improve error result feedback - * src/nickserv.c: improve error result feedback + * src/nickserv.c: improve error result feedback (oops, fix for if + ldap_enable is 0) 2007-02-07 Alex Schumann