| Commit message (Expand) | Author | Age | Files | Lines |
* | - announce: prevent asserts for "entering deleted directories". | piaip | 2008-01-24 | 1 | -11/+31 |
* | - Tagging: offset-by-one error on alerting user | piaip | 2008-01-23 | 1 | -1/+1 |
* | - stuff: fix show_file auto wrapped for file with length=80 | piaip | 2008-01-22 | 1 | -5/+4 |
* | - bbs: allow local mail for web based tarqueue | piaip | 2008-01-16 | 1 | -2/+11 |
* | - modify file size limitation control | piaip | 2007-12-30 | 1 | -5/+28 |
* | - more check for TagNum | piaip | 2007-12-30 | 1 | -2/+6 |
* | - prevent possible bug to create unlimited huge file | piaip | 2007-12-30 | 1 | -37/+59 |
* | - remove unused variables and clean deprecated code | piaip | 2007-12-29 | 1 | -66/+4 |
* | - fix announce crash bugs (reason: entering a_menu may have different board | piaip | 2007-12-29 | 1 | -38/+83 |
* | * extract common functions as library. | kcwu | 2007-12-12 | 1 | -2/+1 |
* | * revise code | kcwu | 2007-12-12 | 1 | -1/+1 |
* | * remove rare used feature. | kcwu | 2007-09-24 | 1 | -13/+1 |
* | Add 'L' in board announce to reset chess country data | scw | 2007-07-12 | 1 | -0/+74 |
* | fix bug, should not access out of board array | kcwu | 2006-04-08 | 1 | -1/+1 |
* | fix crash if search in empty gem dir. | kcwu | 2006-03-27 | 1 | -2/+4 |
* | more assertion for tracking bug. | kcwu | 2006-03-27 | 1 | -0/+1 |
* | replace some strncpy with strlcpy, or just strcpy if src is const | victor | 2006-01-12 | 1 | -2/+1 |
* | security fix: users could forward hidden articles in board announce | in2 | 2005-12-13 | 1 | -8/+13 |
* | move announce: it's still safe to add one more byte. | piaip | 2005-10-13 | 1 | -1/+1 |
* | pretty format of name-complete, | piaip | 2005-09-18 | 1 | -0/+3 |
* | customizing anonymous's name while ordering a song | victor | 2005-09-12 | 1 | -5/+2 |
* | msg updates | piaip | 2005-09-10 | 1 | -7/+10 |
* | comments warn the bad code without error handling. | kcwu | 2005-09-09 | 1 | -1/+1 |
* | announce tag-copy-paste pasted more by one bug. | piaip | 2005-09-04 | 1 | -0/+4 |
* | as 3085 | in2 | 2005-09-01 | 1 | -2/+4 |
* | fix heap corrupted because screen resize. | kcwu | 2005-08-27 | 1 | -9/+16 |
* | set*() family functions all assume buffer size = PATHLEN, to prevent buffer o... | kcwu | 2005-08-23 | 1 | -2/+2 |
* | add 'const' keyword. | kcwu | 2005-08-23 | 1 | -1/+1 |
* | 1. fix compile error isnumber -> isdigit | ptt | 2005-08-19 | 1 | -1/+1 |
* | Large Terminal Rules | piaip | 2005-08-06 | 1 | -1/+1 |
* | large terminal rules. | piaip | 2005-08-06 | 1 | -3/+3 |
* | pretty print | piaip | 2005-07-28 | 1 | -1/+1 |
* | make msg verbose | piaip | 2005-07-27 | 1 | -4/+3 |
* | - announce: multitag enhanced, tag-like behavior | piaip | 2005-07-26 | 1 | -6/+58 |
* | why move(*,1) before? I can't understand. | piaip | 2005-07-26 | 1 | -5/+5 |
* | - restrict fast recommendation | piaip | 2005-07-26 | 1 | -1/+15 |
* | pretty format | piaip | 2005-07-25 | 1 | -6/+26 |
* | multiple copy for announce. | piaip | 2005-07-25 | 1 | -59/+167 |
* | better readability. | in2 | 2005-06-14 | 1 | -7/+7 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -10/+16 |
* | fix previous checkin (wrong diff). | piaip | 2005-04-21 | 1 | -2/+2 |
* | fix sigsegv when user reading articles in man and crossed pages | piaip | 2005-04-21 | 1 | -0/+3 |
* | buffer overflow: file path [64] is too small! | piaip | 2005-04-21 | 1 | -2/+0 |
* | remove dead code | kcwu | 2005-03-19 | 1 | -13/+0 |
* | less hard coded path/string. | kcwu | 2005-03-19 | 1 | -2/+3 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -13/+13 |
* | fix bug of reading buffer | victor | 2005-03-14 | 1 | -4/+5 |
* | use Copy() instead Link() for most cases | in2 | 2005-03-13 | 1 | -5/+1 |
* | move global variable into local, 587 bytes | kcwu | 2005-03-12 | 1 | -39/+51 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -2/+2 |
* | system() should not be there | victor | 2005-02-25 | 1 | -1/+0 |
* | only users with PERM_LOGINOK instead of PERM_BASIC could | in2 | 2005-02-24 | 1 | -1/+1 |
* | replace strstr_lower(), which cause buffer overflow with strcasestr() | kcwu | 2005-02-06 | 1 | -1/+1 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -3/+3 |
* | implement basic cp(1), fix "/bin/cp: Argument list too long." | victor | 2005-01-12 | 1 | -3/+1 |
* | fix bug in deleting blog | in2 | 2004-12-16 | 1 | -1/+1 |
* | 1. fix 1 make error | ptt | 2004-09-23 | 1 | -1/+1 |
* | fix deleted板精華區標題前面都會多一個 space by ltlmouse | in2 | 2004-08-18 | 1 | -3/+3 |
* | 1. add <> for deleted announce. | ptt | 2004-07-19 | 1 | -2/+3 |
* | Merge bbs merge moduleptt.fpg@2092 | ptt | 2004-06-26 | 1 | -1/+1 |
* | security fix in blog | in2 | 2004-06-10 | 1 | -1/+9 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -7/+7 |
* | in log_file(), use LOG_VF if need to vfprintf(). | in2 | 2004-05-03 | 1 | -2/+2 |
* | clean up getindex() and substitute record | ptt | 2004-04-30 | 1 | -4/+2 |
* | bug fix of announce to suit new read | ptt | 2004-04-27 | 1 | -2/+2 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -5/+2 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -8/+8 |
* | 1.change outs pressanykey -> vmsg | ptt | 2004-04-14 | 1 | -3/+1 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -8/+8 |
* | quickly create blogscw.brc2@1625 | in2 | 2004-03-29 | 1 | -2/+25 |
* | deleting support | in2 | 2004-03-26 | 1 | -2/+15 |
* | Fix permissible bug on global announce. | scw | 2004-02-02 | 1 | -1/+5 |
* | remove debug message in blog | in2 | 2004-01-18 | 1 | -1/+0 |
* | M mbbsd/announce.c | ptt | 2003-12-29 | 1 | -4/+0 |
* | use open() instead of fopen() in log_file() | in2 | 2003-12-07 | 1 | -1/+4 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1336 63ad8ddf-47c3-03... | ptt | 2003-11-15 | 1 | -6/+3 |
* | PERM_SYSSUBOP cound NOT copy dir of announce | in2 | 2003-09-14 | 1 | -2/+1 |
* | security fix | in2 | 2003-09-14 | 1 | -1/+1 |
* | blog security fix | in2 | 2003-09-06 | 1 | -0/+8 |
* | warning free | (no author) | 2003-08-28 | 1 | -1/+1 |
* | paste taged file across board and mailbox | victor | 2003-08-19 | 1 | -4/+14 |
* | merge from MergeCache | in2 | 2003-07-20 | 1 | -4/+5 |
* | delete blog comments from mbbsd | in2 | 2003-07-06 | 1 | -2/+37 |
* | correct message of last commit | kcwu | 2003-06-28 | 1 | -2/+3 |
* | remove gopher mode support, there is security hole | kcwu | 2003-06-28 | 1 | -596/+8 |
* | �p�O�D cp ���������� | victor | 2003-06-22 | 1 | -2/+2 |
* | let subop cp man dir | victor | 2003-06-04 | 1 | -2/+2 |
* | use vmsg() | in2 | 2003-05-30 | 1 | -3/+2 |
* | s/������/������/ | in2 | 2003-05-30 | 1 | -10/+10 |
* | blog support | in2 | 2003-05-26 | 1 | -1/+76 |
* | use bcache instead getbcache | in2 | 2003-05-24 | 1 | -6/+3 |
* | security fix | in2 | 2003-05-16 | 1 | -3/+7 |
* | only BMs could copy directory in man | in2 | 2003-05-16 | 1 | -2/+17 |
* | show man path in DEBUG mode | in2 | 2003-03-28 | 1 | -1/+4 |
* | remove unnecessary `static' keyword from some local variable | kcwu | 2003-01-16 | 1 | -3/+3 |
* | add XXX comment | kcwu | 2002-07-27 | 1 | -1/+2 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -29/+38 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -36/+36 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -34/+47 |
* | indent | in2 | 2002-07-06 | 1 | -532/+590 |
* | *** empty log message *** | lwms | 2002-06-19 | 1 | -2/+2 |
* | only one shared memory | in2 | 2002-06-07 | 1 | -2/+2 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -52/+3 |
* | *** empty log message *** | ptt | 2002-05-25 | 1 | -2/+1 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -5/+2 |
* | general namecomplete | in2 | 2002-05-11 | 1 | -3/+7 |
* | fix buffer overflow | in2 | 2002-04-29 | 1 | -2/+2 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -15/+15 |
* | no warning | in2 | 2002-04-16 | 1 | -1/+3 |
* | *** empty log message *** | ptt | 2002-04-13 | 1 | -2/+2 |
* | boards/<hash>/<brdname> | in2 | 2002-03-10 | 1 | -5/+5 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+1590 |