| Commit message (Expand) | Author | Age | Files | Lines |
* | * add is_valid_brdname() to cmbbs | kcwu | 2009-06-11 | 1 | -1/+1 |
* | - fix: crash when input board name was invalid in voteboard (thanks: LukET@Pt... | piaip | 2009-05-24 | 1 | -0/+15 |
* | - general message refine | piaip | 2008-05-13 | 1 | -14/+5 |
* | - (internal) change 86400/... (seconds of day/month/...) to named constants. | piaip | 2008-05-10 | 1 | -2/+2 |
* | - (internal) replace ctime4 by Cdate, prevent developer confused by the the t... | piaip | 2008-05-08 | 1 | -3/+3 |
* | - voteboard: hint on how to join voting | piaip | 2008-04-30 | 1 | -3/+4 |
* | - prevent user vote for twice by changing id capitals (thx to hrs113355) | piaip | 2008-04-29 | 1 | -3/+3 |
* | - prompt fine-tune: change 'uppercase I' to i. | piaip | 2008-03-16 | 1 | -2/+2 |
* | - general code refine: remove all hard-coded "Ptt" message string and | wens | 2007-12-05 | 1 | -1/+1 |
* | - sync ptt2 local modification | piaip | 2007-12-01 | 1 | -10/+46 |
* | * revise code. | kcwu | 2007-06-19 | 1 | -3/+3 |
* | * use strtok_r() instead of strtok(). fix bad strtok() usages. | kcwu | 2007-06-19 | 1 | -1/+3 |
* | Add 'I' instruction hint when user does not meet regtime limit | scw | 2007-06-04 | 1 | -2/+2 |
* | change how badpost limit is counted, so default value of 0 will work | wens | 2006-07-25 | 1 | -2/+2 |
* | add badposts as post/vote limit | wens | 2006-07-25 | 1 | -2/+6 |
* | use exactly the length of the chinese board name | victor | 2006-06-13 | 1 | -1/+1 |
* | add a lot of assertions to ensure bid is in correct range when access via bid. | kcwu | 2006-04-08 | 1 | -0/+1 |
* | better readability. | in2 | 2005-06-14 | 1 | -1/+1 |
* | eliminate warnings | piaip | 2005-06-08 | 1 | -3/+3 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -1/+1 |
* | add regtime to post & vote limits | wens | 2005-03-03 | 1 | -4/+6 |
* | Using `&func_name' instead of direct `func_name' as function pointer. | scw | 2005-02-08 | 1 | -9/+9 |
* | use ctime4 for compat on x86_64 | wens | 2005-01-25 | 1 | -3/+3 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -7/+8 |
* | add post limits for BM. | wens | 2005-01-07 | 1 | -59/+8 |
* | changed money in fileheader_t into union | wens | 2004-12-03 | 1 | -8/+8 |
* | corrected comment and bitmask | wens | 2004-11-23 | 1 | -6/+6 |
* | added forgotten check XD | wens | 2004-11-20 | 1 | -0/+2 |
* | added vote board limits for BM using key 'C' | wens | 2004-11-20 | 1 | -0/+64 |
* | 1. fix 1 make error | ptt | 2004-09-23 | 1 | -1/+1 |
* | use vmsg() instead of outs() + pressanykey() | in2 | 2004-08-27 | 1 | -6/+3 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -13/+13 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -11/+11 |
* | check post perm on demand | victor | 2004-04-02 | 1 | -2/+2 |
* | 1. | ptt | 2004-04-02 | 1 | -2/+2 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -11/+11 |
* | fix overlap message | victor | 2003-12-30 | 1 | -1/+1 |
* | 1.特殊搜尋使用者裡 | victor | 2003-12-27 | 1 | -2/+3 |
* | warning free | in2 | 2003-12-04 | 1 | -1/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1320 63ad8ddf-47c3-03... | ptt | 2003-11-12 | 1 | -16/+14 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1319 63ad8ddf-47c3-03... | ptt | 2003-11-12 | 1 | -6/+6 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1317 63ad8ddf-47c3-03... | ptt | 2003-11-11 | 1 | -119/+76 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1316 63ad8ddf-47c3-03... | ptt | 2003-11-11 | 1 | -1/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1315 63ad8ddf-47c3-03... | ptt | 2003-11-11 | 1 | -29/+43 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1314 63ad8ddf-47c3-03... | ptt | 2003-11-11 | 1 | -123/+57 |
* | clean up | kcwu | 2003-09-07 | 1 | -1/+1 |
* | assert() the return value of strchr() strrchr() | kcwu | 2003-06-28 | 1 | -2/+3 |
* | move flock to another place | victor | 2003-03-17 | 1 | -2/+2 |
* | rm unusable variable | victor | 2003-03-17 | 1 | -20/+20 |
* | * there are so many fopen() without fclose() | kcwu | 2003-01-20 | 1 | -1/+2 |
* | remove OUTTA_CACHE | in2 | 2002-08-20 | 1 | -4/+1 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -18/+27 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -3/+3 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -4/+4 |
* | fix applying newboard bug | in2 | 2002-07-20 | 1 | -3/+3 |
* | indent | in2 | 2002-07-06 | 1 | -151/+151 |
* | *** empty log message *** | lwms | 2002-06-19 | 1 | -22/+22 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -22/+2 |
* | *** empty log message *** | ptt | 2002-05-25 | 1 | -2/+1 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -3/+3 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -3/+4 |
* | fix bug(MDCACHE) | in2 | 2002-04-17 | 1 | -2/+2 |
* | MDCACHE | in2 | 2002-04-16 | 1 | -1/+4 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+447 |