Module: ngircd.git Branch: master Commit: edfcc2f9d5b796fd30f60138591e4f96d54cfcf6 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=edfcc...
Author: Alexander Barton alex@barton.de Date: Sat Mar 31 15:38:46 2012 +0200
New "login" source file
Rename Hello_User[_PostAuth] to Login_User[_PostAuth] and move it to the new login.c; and move cb_Read_Auth_Result(), too. This will enable further code to easily call Login_User() when required.
---
contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj | 6 + src/ngircd/Makefile.am | 2 + src/ngircd/irc-login.c | 210 +-------------------- src/ngircd/login.c | 234 +++++++++++++++++++++++ src/ngircd/login.h | 25 +++ 5 files changed, 271 insertions(+), 206 deletions(-)
Diff: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commitdiff;h=e...
ngircd-commits@lists.barton.de