summaryrefslogtreecommitdiffstats
path: root/mbbsd/voteboard.c
Commit message (Expand)AuthorAgeFilesLines
* * add is_valid_brdname() to cmbbskcwu2009-06-111-1/+1
* - fix: crash when input board name was invalid in voteboard (thanks: LukET@Pt...piaip2009-05-241-0/+15
* - general message refinepiaip2008-05-131-14/+5
* - (internal) change 86400/... (seconds of day/month/...) to named constants.piaip2008-05-101-2/+2
* - (internal) replace ctime4 by Cdate, prevent developer confused by the the t...piaip2008-05-081-3/+3
* - voteboard: hint on how to join votingpiaip2008-04-301-3/+4
* - prevent user vote for twice by changing id capitals (thx to hrs113355)piaip2008-04-291-3/+3
* - prompt fine-tune: change 'uppercase I' to i.piaip2008-03-161-2/+2
* - general code refine: remove all hard-coded "Ptt" message string and wens2007-12-051-1/+1
* - sync ptt2 local modification piaip2007-12-011-10/+46
* * revise code.kcwu2007-06-191-3/+3
* * use strtok_r() instead of strtok(). fix bad strtok() usages.kcwu2007-06-191-1/+3
* Add 'I' instruction hint when user does not meet regtime limitscw2007-06-041-2/+2
* change how badpost limit is counted, so default value of 0 will workwens2006-07-251-2/+2
* add badposts as post/vote limitwens2006-07-251-2/+6
* use exactly the length of the chinese board namevictor2006-06-131-1/+1
* add a lot of assertions to ensure bid is in correct range when access via bid.kcwu2006-04-081-0/+1
* better readability.in22005-06-141-1/+1
* eliminate warningspiaip2005-06-081-3/+3
* add 'const' qualifiers on function parameters.kcwu2005-03-191-1/+1
* add regtime to post & vote limitswens2005-03-031-4/+6
* Using `&func_name' instead of direct `func_name' as function pointer.scw2005-02-081-9/+9
* use ctime4 for compat on x86_64wens2005-01-251-3/+3
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-7/+8
* add post limits for BM.wens2005-01-071-59/+8
* changed money in fileheader_t into unionwens2004-12-031-8/+8
* corrected comment and bitmaskwens2004-11-231-6/+6
* added forgotten check XDwens2004-11-201-0/+2
* added vote board limits for BM using key 'C'wens2004-11-201-0/+64
* 1. fix 1 make errorptt2004-09-231-1/+1
* use vmsg() instead of outs() + pressanykey()in22004-08-271-6/+3
* replace some prints() with outs(),kcwu2004-06-101-13/+13
* revert cuser from pointer to buffer.ptt2004-04-211-11/+11
* check post perm on demandvictor2004-04-021-2/+2
* 1.ptt2004-04-021-2/+2
* add mmap to cuser get ride of passwd_updateptt2004-03-311-11/+11
* fix overlap messagevictor2003-12-301-1/+1
* 1.特殊搜尋使用者裡victor2003-12-271-2/+3
* warning freein22003-12-041-1/+1
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1320 63ad8ddf-47c3-03...ptt2003-11-121-16/+14
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1319 63ad8ddf-47c3-03...ptt2003-11-121-6/+6
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1317 63ad8ddf-47c3-03...ptt2003-11-111-119/+76
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1316 63ad8ddf-47c3-03...ptt2003-11-111-1/+1
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1315 63ad8ddf-47c3-03...ptt2003-11-111-29/+43
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1314 63ad8ddf-47c3-03...ptt2003-11-111-123/+57
* clean upkcwu2003-09-071-1/+1
* assert() the return value of strchr() strrchr()kcwu2003-06-281-2/+3
* move flock to another placevictor2003-03-171-2/+2
* rm unusable variablevictor2003-03-171-20/+20
* * there are so many fopen() without fclose()kcwu2003-01-201-1/+2
* remove OUTTA_CACHEin22002-08-201-4/+1
* sprintf() -> snprintf()in22002-07-231-18/+27
* indent -i4in22002-07-211-3/+3
* strcpy() -> strlcpy()in22002-07-211-4/+4
* fix applying newboard bugin22002-07-201-3/+3
* indentin22002-07-061-151/+151
* *** empty log message ***lwms2002-06-191-22/+22
* global variable move to var.cin22002-06-041-22/+2
* *** empty log message ***ptt2002-05-251-2/+1
* replace time(NULL) by nowptt2002-05-131-3/+3
* change getdata() constant to sizeof()in22002-04-291-3/+4
* fix bug(MDCACHE)in22002-04-171-2/+2
* MDCACHEin22002-04-161-1/+4
* Initial revisionin22002-03-071-0/+447