| Commit message (Expand) | Author | Age | Files | Lines |
* | - bbs: X (recommend) on vote_post should do like 'y' -- reply vote. | piaip | 2008-05-12 | 1 | -3/+9 |
* | - chat: add /ban and /unban commands | piaip | 2008-05-11 | 1 | -1/+4 |
* | - (internal) change 86400/... (seconds of day/month/...) to named constants. | piaip | 2008-05-10 | 1 | -2/+2 |
* | - message refine for chat | piaip | 2008-05-03 | 1 | -2/+2 |
* | - prevent user vote for twice by changing id capitals (thx to hrs113355) | piaip | 2008-04-29 | 1 | -1/+1 |
* | - board: shrink search_board input textbox size | piaip | 2008-04-29 | 1 | -0/+3 |
* | - artwork: align chat input and message bar | piaip | 2008-04-25 | 1 | -1/+1 |
* | - chat: support realtime viewing chatlog. | piaip | 2008-04-25 | 1 | -7/+30 |
* | - (internal) refine visio callback | piaip | 2008-04-24 | 1 | -4/+3 |
* | - chat: fix key hit (I_OTHERDATA) when doing ZA. | piaip | 2008-04-20 | 1 | -0/+4 |
* | - chat: add ZA in chat | piaip | 2008-04-20 | 1 | -2/+23 |
* | - xchat: fix "waterball exists forever" issue, and prevent printing mail aler... | piaip | 2008-04-18 | 1 | -14/+15 |
* | - (internal) change chat to use vgetstring with new callback system | piaip | 2008-04-17 | 1 | -189/+107 |
* | - (internal) visio: add vgets | piaip | 2008-04-17 | 1 | -5/+5 |
* | - chat: increase query picture length | piaip | 2008-04-12 | 1 | -2/+2 |
* | - (internal) change mail/log to specific API. | piaip | 2008-04-03 | 1 | -14/+5 |
* | - cache angel data to speed up angel query | piaip | 2008-04-02 | 1 | -2/+2 |
* | - display remaining days info for chatroom restriction | piaip | 2008-03-02 | 1 | -2/+3 |
* | - xchatd: allow ignoring users not in chatroom. | piaip | 2008-02-15 | 1 | -7/+9 |
* | - more options to prevent chatroom flooding | piaip | 2008-02-14 | 1 | -5/+65 |
* | - change screen APIs to ncurses-like names | piaip | 2007-12-21 | 1 | -2/+2 |
* | * eliminate warnings according to lxb's commit on pttbbslite | kcwu | 2007-10-01 | 1 | -43/+0 |
* | * use strtok_r() instead of strtok(). fix bad strtok() usages. | kcwu | 2007-06-19 | 1 | -2/+3 |
* | * skip KEY_UNKNOWN. | kcwu | 2007-05-09 | 1 | -0/+2 |
* | avoid to use gethostbyname() which require hidden memory consumption. | kcwu | 2006-09-17 | 1 | -6/+1 |
* | Disable /u in chat room | scw | 2006-08-28 | 1 | -2/+0 |
* | replace some strncpy with strlcpy, or just strcpy if src is const | victor | 2006-01-12 | 1 | -4/+4 |
* | add restriction to PERM_VIOLATELAW | ptt | 2005-11-15 | 1 | -0/+6 |
* | changes mailalert to 1 bit only. | ptt | 2005-10-13 | 1 | -4/+2 |
* | pager=waterball made readable | piaip | 2005-09-08 | 1 | -2/+6 |
* | eliminate compiler warnings (mostly signed/unsigned) | piaip | 2005-08-25 | 1 | -4/+4 |
* | Equivalent config file updates | piaip | 2005-08-18 | 1 | -5/+5 |
* | screen_backup() & screen_restore() update: | scw | 2005-08-17 | 1 | -5/+2 |
* | screen-resize awareness between screen_backup() and screen_restore(). | victor | 2005-08-15 | 1 | -5/+5 |
* | fix magic dbcs_off if no DBCSAWARE_GETDATA | piaip | 2005-07-09 | 1 | -2/+6 |
* | dbcs aware chat | piaip | 2005-07-09 | 1 | -3/+33 |
* | apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/g | victor | 2005-07-04 | 1 | -1/+1 |
* | better readability. | in2 | 2005-06-14 | 1 | -1/+1 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -2/+2 |
* | reduce one strlen() | victor | 2005-05-31 | 1 | -2/+1 |
* | replace strcat with strlcat | kcwu | 2005-03-19 | 1 | -2/+2 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -13/+13 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -1/+2 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -5/+5 |
* | warning free: "static" should be in front of "const" | kcwu | 2005-03-03 | 1 | -1/+1 |
* | Backup screen without hole. Save 8~11kb for normal user. | kcwu | 2004-11-06 | 1 | -3/+4 |
* | eliminate 132 bytes global array | kcwu | 2004-10-31 | 1 | -12/+18 |
* | merge back from branch victor.solaris | victor | 2004-09-10 | 1 | -1/+1 |
* | use vmsg() instead of outs() + pressanykey() | in2 | 2004-08-27 | 1 | -1/+1 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -1/+1 |
* | integrate igetkey igetch egetch | ptt | 2004-04-24 | 1 | -1/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -4/+4 |
* | Fix warning, including: | scw | 2004-04-02 | 1 | -3/+2 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -5/+5 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1501 63ad8ddf-47c3-03... | ptt | 2004-01-31 | 1 | -1/+1 |
* | missing commit, and add '/help' prompt to chatroom | victor | 2003-11-22 | 1 | -0/+2 |
* | code clean up | kcwu | 2003-09-10 | 1 | -4/+3 |
* | code cleanup | kcwu | 2003-09-07 | 1 | -82/+42 |
* | clean up | kcwu | 2003-09-07 | 1 | -37/+0 |
* | replace FreeBSD macro with __FreeBSD__ | kcwu | 2003-08-10 | 1 | -2/+2 |
* | remove unreasonable checking | victor | 2003-02-24 | 1 | -4/+1 |
* | make gcc33 happy | in2 | 2003-01-01 | 1 | -3/+3 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -20/+25 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -16/+16 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -12/+13 |
* | indent | in2 | 2002-07-06 | 1 | -171/+198 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -43/+4 |
* | *** empty log message *** | ptt | 2002-05-25 | 1 | -3/+2 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -4/+3 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -2/+2 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+623 |