summaryrefslogtreecommitdiffstats
path: root/mbbsd/vote.c
Commit message (Expand)AuthorAgeFilesLines
* Fix file timestamping for vote report and innbbsd.mhsin2009-07-051-1/+3
* * refine vote source codepiaip2009-06-301-147/+127
* * fix bug: incorrect user's tmp buf filename.kcwu2009-06-131-2/+2
* vedit revisekcwu2009-06-131-4/+4
* Use file_exist_record directlywens2008-08-041-1/+1
* - (internal) change 86400/... (seconds of day/month/...) to named constants.piaip2008-05-101-3/+3
* - (internal) replace ctime4 by Cdate, prevent developer confused by the the t...piaip2008-05-081-7/+7
* - (internal) replace all localtime4() by localtime4_r().piaip2008-05-051-2/+3
* - fix LCECHO issue (cannot input chinese in some places)piaip2008-04-191-1/+1
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-151-2/+2
* - code clean upkcwu2008-03-271-9/+9
* - general message update and optimizationpiaip2007-12-171-3/+3
* - general message fixpiaip2007-12-161-1/+1
* - change hard coded .DIR to macro definitionspiaip2007-12-111-1/+1
* - vote: fixed newer boards (bid>32767) cannot vote, due to using short for bid.piaip2007-12-031-114/+9
* * eliminate warnings according to lxb's commit on pttbbslitekcwu2007-10-011-1/+1
* * revise code.kcwu2007-06-191-2/+1
* * 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-1/+1
* confirmation of cancelling votewens2006-07-221-0/+5
* add a lot of assertions to ensure bid is in correct range when access via bid.kcwu2006-04-081-0/+4
* bug fix: vote status not refresh properly and write value out of board arraykcwu2006-04-081-5/+3
* dirty fix memory corruption because additional choice during voting.kcwu2005-08-301-13/+15
* remove deadc0devictor2005-08-151-10/+0
* cp log format updatepiaip2005-07-231-1/+7
* ticket#31, both implemented.piaip2005-07-221-0/+26
* - scroll for recommending articlespiaip2005-07-161-1/+7
* better formating of vote resultkcwu2005-06-231-2/+2
* fix last commitwens2005-06-181-6/+6
* fix vote limitswens2005-06-181-2/+2
* better readability.in22005-06-141-1/+1
* add limits to votingwens2005-06-101-2/+52
* eliminate warning messagespiaip2005-06-081-2/+2
* New style to specify ANSI escape commands.piaip2005-06-081-3/+3
* less hard coded path/string.kcwu2005-03-191-2/+2
* add 'const' qualifiers on function parameters.kcwu2005-03-191-10/+10
* move 232 bytes from data section to rodata sectionkcwu2005-03-121-9/+9
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-4/+4
* Use chomp() instead of assigning '\0' directly.scw2005-02-121-2/+2
* use ctime4 for compat on x86_64wens2005-01-251-4/+4
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-17/+17
* remove unneseccery barrier of poll closingvictor2004-11-181-14/+24
* try to fix strange behavior of bvotevictor2004-11-111-22/+8
* fix bvote problemvictor2004-11-011-260/+192
* use vmsg() instead of outs() + pressanykey()in22004-08-271-2/+1
* use correct type: size_t/int/long/pointerin22004-07-301-1/+1
* fix for compilekcwu2004-06-101-4/+7
* replace some prints() with outs(),kcwu2004-06-101-10/+9
* return local variablevictor2004-06-101-4/+6
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-7/+7
* show the current/max page in votevictor2004-05-171-1/+1
* reoragnize functions ptt2004-04-241-2/+1
* remove prefix n of vmsg callvictor2004-04-221-6/+6
* revert cuser from pointer to buffer.ptt2004-04-211-2/+2
* 1.change outs pressanykey -> vmsgptt2004-04-141-14/+7
* add mmap to cuser get ride of passwd_updateptt2004-03-311-2/+2
* turn up the vote durationvictor2004-02-291-3/+3
* i didn't do itvictor2004-02-241-2/+2
* clear() -> clrtobot(), fix wrong page calculationvictor.symblic@1555victor2004-02-221-2/+3
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1552 63ad8ddf-47c3-03...victor2004-02-201-1/+1
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1551 63ad8ddf-47c3-03...victor2004-02-201-10/+10
* open 0600victor2004-02-201-4/+6
* forget to renamevictor2004-02-201-2/+6
* add help, fix typovictor2004-02-201-8/+5
* convert ballots filevictor2004-02-201-5/+23
* multi-page votevictor2004-02-201-93/+198
* Rewrite strip_ansi() (also move from vote.c to io.c).scw2003-12-241-34/+0
* fix wrong result of votevictor2003-11-281-18/+16
* 1. fix invalid operationvictor2003-11-141-2/+4
* fix typokcwu2003-07-071-5/+5
* fix input length of votingin22003-03-031-2/+10
* * there are so many fopen() without fclose()kcwu2003-01-201-18/+21
* remove unnecessary `static' keyword from some local variablekcwu2003-01-161-2/+2
* make gcc33 happyin22003-01-011-2/+2
* sprintf() -> snprintf()in22002-07-231-25/+40
* fix last commit(about sprintf->snprintf)kcwu2002-07-221-23/+23
* check the using of `sizeof' with strlcpy()kcwu2002-07-221-30/+30
* indent -i4in22002-07-211-21/+21
* strcpy() -> strlcpy()in22002-07-211-46/+46
* indentin22002-07-061-391/+419
* global variable move to var.cin22002-06-041-29/+3
* *** empty log message ***ptt2002-05-251-3/+3
* replace time(NULL) by nowptt2002-05-131-12/+6
* change getdata() constant to sizeof()in22002-04-291-5/+7
* *** empty log message ***ptt2002-03-301-1/+1
* *** empty log message ***ptt2002-03-291-20/+17
* *** empty log message ***ptt2002-03-291-7/+7
* boards/<hash>/<brdname>in22002-03-101-3/+3
* Initial revisionin22002-03-071-0/+1068