]> jfr.im git - irc/quakenet/newserv.git/commit - chanserv/usercmds/whois.c
Initially HELLO'ed users lastauth is set to 0, however the existing logic that deals...
authorChris Porter <redacted>
Fri, 7 Mar 2008 03:27:59 +0000 (03:27 +0000)
committerChris Porter <redacted>
Fri, 7 Mar 2008 03:27:59 +0000 (03:27 +0000)
commitcf50e0227aef3ec31cbbe4338d9787b3f6fb8558
treec3e70df0974c884ebb80b59cb47402c6a644a13a
parent70f98cd3ef9efaff9e00f8b35d97fd3c833ff3ef
Initially HELLO'ed users lastauth is set to 0, however the existing logic that deals with new users coming in off the network hasn't been altered (i.e. it's still time(NULL)).
whois modified to display accounts that have not been used.
cleanupdb now cleans up auths that have never been used after 10 days.
requestpassword now resends the initial HELLO email if the user has never authed.
chanserv/authcmds/hello.c
chanserv/authcmds/requestpassword.c
chanserv/chanservuser.c
chanserv/usercmds/cleanupdb.c
chanserv/usercmds/whois.c