| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some compile warnings (unused, signess) | wens | 2009-03-21 | 1 | -1/+1 |
* | - bbs: check 'badpost' post restriction only if assess is enabled. | piaip | 2008-05-31 | 1 | -1/+2 |
* | - prevent sharing buy_ticket for chicken and gamble | piaip | 2008-05-30 | 1 | -3/+3 |
* | - chicken: allow better revive for admin | piaip | 2008-05-17 | 1 | -3/+12 |
* | - improve chicken revive formula to avoid death-revive cycle exploit | piaip | 2008-05-16 | 1 | -70/+45 |
* | - (internal) replace ctime4 by Cdate, prevent developer confused by the the t... | piaip | 2008-05-08 | 1 | -6/+6 |
* | - (internal) replace all localtime4() by localtime4_r(). | piaip | 2008-05-05 | 1 | -4/+4 |
* | - chicken: make sysop revive and user revive work in same way | piaip | 2008-04-30 | 1 | -8/+19 |
* | - fix chicken sudden death after sysop revive | piaip | 2008-04-30 | 1 | -2/+2 |
* | - (internal) getans -> vans | piaip | 2008-04-17 | 1 | -2/+2 |
* | - (internal) change GLOBAL_* to BN_* | piaip | 2008-03-31 | 1 | -1/+1 |
* | - make regform2 complete by upgrading scripts. | piaip | 2008-03-29 | 1 | -1/+1 |
* | - register: allow expiring accounts created more than one year before. | piaip | 2008-03-18 | 1 | -2/+12 |
* | - bbs: prevent repeated showing board_enter_notes | piaip | 2008-03-15 | 1 | -1/+1 |
* | - change show_file parameter to assign striping options in a better way. | piaip | 2008-03-12 | 1 | -9/+16 |
* | - chicken: fix sudden-death after reviving 'too tired' or 'too full'. | piaip | 2008-03-11 | 1 | -1/+3 |
* | - chicken: revive should update lastvisit to prevent die again. | piaip | 2008-03-11 | 1 | -4/+7 |
* | - chicken: prevent confusing display | piaip | 2008-03-11 | 1 | -3/+7 |
* | - chicken/upgrade: add live upgrade function | piaip | 2008-03-07 | 1 | -0/+52 |
* | - user/chicken: enable sysop toggle chicken-death | piaip | 2008-03-06 | 1 | -3/+27 |
* | - chicken: move chicken data to user directory, with mmap based synchronization. | piaip | 2008-03-06 | 1 | -109/+182 |
* | - chicken: stop making political pets | piaip | 2008-01-12 | 1 | -2/+5 |
* | - chicken: disable selling | piaip | 2008-01-11 | 1 | -68/+1 |
* | - prepare to remove chicken-pk | piaip | 2007-12-16 | 1 | -0/+5 |
* | * extract common functions as library. | kcwu | 2007-12-12 | 1 | -5/+5 |
* | - general code refine: remove all hard-coded "Ptt" message string and | wens | 2007-12-05 | 1 | -6/+9 |
* | * fix bug: don't getdata() on non-local variable directly, to avoid reentran... | kcwu | 2007-09-21 | 1 | -3/+6 |
* | * use strtok_r() instead of strtok(). fix bad strtok() usages. | kcwu | 2007-06-19 | 1 | -1/+2 |
* | No white space padding when prvious string already too long | scw | 2007-05-13 | 1 | -1/+1 |
* | large terminal rules. | piaip | 2005-08-06 | 1 | -1/+1 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -59/+59 |
* | Calculate chicken age AFTER buying or recovering. | scw | 2005-05-27 | 1 | -1/+1 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -4/+4 |
* | move global variable into local | kcwu | 2005-03-12 | 1 | -10/+9 |
* | chicken aging problem: don't use other's age in calculation | kcwu | 2005-03-12 | 1 | -1/+1 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -5/+3 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -16/+16 |
* | avoid integer overflow | kcwu | 2005-02-12 | 1 | -1/+1 |
* | replace rand() with random() for better randomness | kcwu | 2005-02-04 | 1 | -4/+4 |
* | use ctime4 for compat on x86_64 | wens | 2005-01-25 | 1 | -5/+5 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -6/+6 |
* | To avoid huge load, sleep 0.1s after each card game, chichken, gamble transac... | kcwu | 2004-11-06 | 1 | -0/+1 |
* | use correct type: size_t/int/long/pointer | in2 | 2004-07-30 | 1 | -1/+1 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -1/+1 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -5/+5 |
* | remove prototypes of not exist functions | kcwu | 2004-06-04 | 1 | -18/+0 |
* | s/\\n// foreach vmsg("xxx") | victor | 2004-05-18 | 1 | -1/+1 |
* | in log_file(), use LOG_VF if need to vfprintf(). | in2 | 2004-05-03 | 1 | -5/+6 |
* | change a little in chicken log_file | ptt | 2004-04-30 | 1 | -16/+10 |
* | change log_file() | ptt | 2004-04-30 | 1 | -29/+21 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -9/+4 |
* | integrate igetkey igetch egetch | ptt | 2004-04-24 | 1 | -1/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -34/+33 |
* | chicken bug | ptt | 2004-03-31 | 1 | -3/+22 |
* | refining | ptt | 2004-03-31 | 1 | -5/+5 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -17/+17 |
* | use open() instead of fopen() in log_file() | in2 | 2003-12-07 | 1 | -10/+10 |
* | clean up | kcwu | 2003-09-07 | 1 | -10/+10 |
* | change prompt for getting a new pet | victor | 2003-09-01 | 1 | -4/+5 |
* | add two kinds of pets | victor | 2003-09-01 | 1 | -8/+12 |
* | fix strange syntax | kcwu | 2003-06-28 | 1 | -3/+3 |
* | ���L�����o�� | in2 | 2003-04-27 | 1 | -6/+9 |
* | reduce array size, save 360byte | kcwu | 2003-01-16 | 1 | -2/+2 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -44/+53 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -28/+28 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -5/+6 |
* | indent | in2 | 2002-07-06 | 1 | -397/+451 |
* | only one shared memory | in2 | 2002-06-07 | 1 | -2/+2 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -24/+2 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -15/+9 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -5/+7 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+989 |