summaryrefslogtreecommitdiffstats
path: root/mbbsd/register.c
Commit message (Expand)AuthorAgeFilesLines
* - check_and_expire: allow preserving accounts for one year (if not requested ...piaip2008-03-181-12/+12
* - register: account expiring: fix offset-by-one issue.piaip2008-03-181-1/+2
* - register: allow expiring accounts created more than one year before.piaip2008-03-181-8/+12
* - user: display over18 evalulation resultpiaip2008-03-111-2/+9
* - mail: fix non-exist file crashpiaip2008-03-101-4/+371
* - register: Regform2 API prototype (for concurrent registration form validati...piaip2008-03-081-11/+398
* - chicken/upgrade: add live upgrade functionpiaip2008-03-071-21/+29
* - register: general code refine, no functionality change.piaip2008-03-061-320/+317
* - [code refine] move all registration code to register.cpiaip2008-03-061-3/+1808
* - pmore/common: prompt message finetune for recommendationpiaip2008-03-051-1/+4
* - prepare for new admin reg procedurepiaip2008-02-201-0/+15
* - user: prevent printing zeros if mobile has not been setpiaip2008-02-011-0/+38
* - register: make birthday registration earlier, also helps over18 work correc...piaip2008-01-311-0/+28
* - improve registration processpiaip2008-01-301-38/+68
* - user: hinting on SYSOP permission update of setting emailpiaip2008-01-281-0/+13
* - user: allow admins to change email to 'invalid'.piaip2008-01-281-1/+2
* since only passwd_lock() when register, no need to call passwd_init() every l...kcwu2006-09-011-0/+4
* verify userid when sethome path.kcwu2006-03-271-11/+1
* Warning, API semantic changes.kcwu2006-03-231-2/+2
* replace some strncpy with strlcpy, or just strcpy if src is constvictor2006-01-121-2/+2
* changes mailalert to 1 bit only.ptt2005-10-131-1/+1
* change bsmtp's prototype since ``method'' is not usedvictor2005-09-181-1/+1
* pager=waterball made readablepiaip2005-09-081-1/+1
* NO_GUEST_ACCOUNT_REG. thanks rafan.in22005-08-161-0/+5
* integrate kill-user's codevictor2005-08-131-10/+2
* fix race condition of user registeration (as well as while restoring avictor2005-08-081-26/+28
* apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/gvictor2005-07-041-4/+4
* log new user registrationin22005-06-241-0/+1
* better readability.in22005-06-141-2/+2
* New DBCS aware: detecting and reversed default valuepiaip2005-06-081-1/+11
* New style to specify ANSI escape commands.piaip2005-06-081-2/+2
* remove dead codekcwu2005-03-191-12/+0
* less hard coded path/string.kcwu2005-03-191-2/+1
* add 'const' qualifiers on function parameters.kcwu2005-03-191-4/+4
* warning: searchuser() getuser() API change, don't change query string implici...kcwu2005-03-151-3/+3
* move global variable xuser into local, save 512 bytes.kcwu2005-03-121-4/+7
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-3/+3
* show a message for hidden password inputin22005-03-031-0/+2
* uhash problem ptt2005-01-281-2/+2
* use ctime4 for compat on x86_64wens2005-01-251-1/+1
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-4/+4
* init userec_t versionvictor2004-10-241-0/+1
* fix comment with non-big5 charkcwu2004-10-161-1/+1
* remove unused uflag: MIND_FLAG, COLOR_FLAGvictor2004-10-061-1/+1
* Solaris compatiblevictor2004-09-121-3/+0
* fix UPPER/LOWER case problem when register.ptt.testclient@2117ptt2004-07-071-2/+3
* replace some prints() with outs(),kcwu2004-06-101-1/+1
* s/\\n// foreach vmsg("xxx")victor2004-05-181-3/+3
* reoragnize functions ptt2004-04-241-17/+4
* use strncasecmp instead strcasestr for checking if userid has fuck or shitJaky.i18n@1807in22004-04-221-2/+4
* revert cuser from pointer to buffer.ptt2004-04-211-16/+16
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1718 63ad8ddf-47c3-03...ptt2004-04-081-0/+1
* passwd change backptt2004-04-071-1/+1
* Fix warning, including:scw2004-04-021-0/+1
* add mmap to cuser get ride of passwd_updateptt2004-03-311-17/+17
* passwd update debugptt2004-03-301-11/+3
* passwd delete bugptt2004-03-301-3/+3
* let no PERM_LOGIN user read the mail before fill the register form.victor2004-03-021-4/+13
* setmoney to 0 after registeringin22004-01-071-2/+4
* UserAgreementin22003-10-261-0/+17
* clean upkcwu2003-09-071-3/+1
* XDvictor2003-08-281-2/+1
* always clear plaintext password in memory after checkingkcwu2003-06-261-9/+12
* default: don't add new brd to favbbs2003-06-191-1/+2
* remove unnecessary `static' keyword from some local variablekcwu2003-01-161-2/+2
* reject for registering userid containing shit or fuckin22002-11-301-1/+5
* sprintf() -> snprintf()in22002-07-231-8/+10
* indent -i4in22002-07-211-12/+12
* strcpy() -> strlcpy()in22002-07-211-3/+3
* indentin22002-07-061-148/+148
* global variable move to var.cin22002-06-041-25/+2
* replace time(NULL) by nowptt2002-05-131-5/+4
* change getdata() constant to sizeof()in22002-04-291-10/+16
* register by EMail codein22002-03-171-2/+4
* Initial revisionin22002-03-071-0/+339