| Commit message (Expand) | Author | Age | Files | Lines |
* | - enable large terminal for menu and menu_movie. | piaip | 2008-04-19 | 1 | -2/+3 |
* | - (internal) migrate more code to visio API. | piaip | 2008-04-15 | 1 | -31/+0 |
* | - (internal) change API names to visio format: stand_title -> vs_hdr. | piaip | 2008-04-15 | 1 | -29/+0 |
* | - bbs: fix utmp_brcid out-of-sync on 's' select. | piaip | 2008-04-15 | 1 | -2/+1 |
* | (internal code refine) | piaip | 2008-04-12 | 1 | -9/+0 |
* | (internal) code refine on escape star variables expanding | piaip | 2008-04-11 | 1 | -13/+3 |
* | - (internal) change Ptt_prints to better function: expand_esc_star | piaip | 2008-04-09 | 1 | -78/+94 |
* | - enable t_column width of content. | piaip | 2008-01-11 | 1 | -5/+12 |
* | - in the name of secure, let's remove the evil escape that reveals user | piaip | 2008-01-02 | 1 | -26/+18 |
* | - isolate low level termial i/o api calls, prepare for pfterm | piaip | 2007-12-19 | 1 | -0/+93 |
* | * extract common functions as library. | kcwu | 2007-12-12 | 1 | -105/+0 |
* | - add some grayout effects, and general code improvement | piaip | 2007-12-05 | 1 | -21/+12 |
* | - general code refine: remove all hard-coded "Ptt" message string and | wens | 2007-12-05 | 1 | -1/+0 |
* | - code refine: remove warnings and conditional compile | piaip | 2007-12-04 | 1 | -1/+0 |
* | - shell execute: safer (just commiting ptt2 local modification, | piaip | 2007-12-02 | 1 | -3/+8 |
* | Ptt_prints prototype changed, length of input string should be given | victor | 2006-12-26 | 1 | -13/+13 |
* | real main text editing. | piaip | 2005-09-15 | 1 | -1/+51 |
* | fix buffer overflow. | kcwu | 2005-08-23 | 1 | -0/+1 |
* | orz, utmp number is not private | piaip | 2005-07-04 | 1 | -10/+4 |
* | let ansi move cmds back | piaip | 2005-07-04 | 1 | -0/+10 |
* | apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/g | victor | 2005-07-04 | 1 | -1/+1 |
* | make low security an option to be toggled | piaip | 2005-07-03 | 1 | -5/+12 |
* | Security Update | piaip | 2005-07-03 | 1 | -1/+6 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -3/+3 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -3/+3 |
* | symlink(src, dst) instead of symlink(dst, src) | in2 | 2005-03-12 | 1 | -1/+1 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -2/+2 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -6/+7 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -6/+6 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -6/+6 |
* | Remove unused strcpy(). | scw | 2004-03-12 | 1 | -2/+1 |
* | warning free | in2 | 2004-02-09 | 1 | -2/+0 |
* | Remove unused code. | scw | 2004-02-01 | 1 | -2/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1487 63ad8ddf-47c3-03... | ptt | 2004-01-30 | 1 | -1/+1 |
* | fix warning | victor | 2003-12-24 | 1 | -1/+1 |
* | Rewrite strip_ansi() (also move from vote.c to io.c). | scw | 2003-12-24 | 1 | -0/+2 |
* | fix Ptt_prints bug | victor | 2003-12-22 | 1 | -2/+0 |
* | more quick code in Ptt_prints() | in2 | 2003-12-19 | 1 | -50/+55 |
* | init file mode for Copy() | victor | 2003-12-03 | 1 | -1/+1 |
* | typo | victor | 2003-11-18 | 1 | -1/+1 |
* | missing O_TRUCT & O_CREAT | victor | 2003-11-18 | 1 | -1/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1349 63ad8ddf-47c3-03... | ptt | 2003-11-16 | 1 | -11/+10 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1336 63ad8ddf-47c3-03... | ptt | 2003-11-15 | 1 | -1/+17 |
* | comment | kcwu | 2003-06-28 | 1 | -2/+2 |
* | fix corrupted big5 comment | kcwu | 2003-06-07 | 1 | -2/+2 |
* | eliminate `static' array | kcwu | 2003-01-16 | 1 | -4/+3 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -5/+6 |
* | in Ptt_prints(), sprintf() -> snprintf() | in2 | 2002-07-21 | 1 | -11/+14 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -3/+3 |
* | fix **t bug | in2 | 2002-07-20 | 1 | -2/+1 |
* | indent | in2 | 2002-07-06 | 1 | -34/+43 |
* | I am idoit | ptt | 2002-06-26 | 1 | -2/+2 |
* | fix deleted board : | ptt | 2002-06-26 | 1 | -1/+7 |
* | fix Link error | ptt | 2002-06-22 | 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 | -14/+2 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -2/+2 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+95 |