summaryrefslogtreecommitdiffstats
path: root/mbbsd/voteboard.c
Commit message (Expand)AuthorAgeFilesLines
* 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