summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
Commit message (Expand)AuthorAgeFilesLines
* fix magic dbcs_off if no DBCSAWARE_GETDATApiaip2005-07-091-2/+6
* dbcs aware chatpiaip2005-07-091-3/+33
* apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/gvictor2005-07-041-1/+1
* better readability.in22005-06-141-1/+1
* New style to specify ANSI escape commands.piaip2005-06-081-2/+2
* reduce one strlen()victor2005-05-311-2/+1
* replace strcat with strlcatkcwu2005-03-191-2/+2
* add 'const' qualifiers on function parameters.kcwu2005-03-191-13/+13
* move global variable xuser into local, save 512 bytes.kcwu2005-03-121-1/+2
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-5/+5
* warning free: "static" should be in front of "const"kcwu2005-03-031-1/+1
* Backup screen without hole. Save 8~11kb for normal user.kcwu2004-11-061-3/+4
* eliminate 132 bytes global arraykcwu2004-10-311-12/+18
* merge back from branch victor.solarisvictor2004-09-101-1/+1
* use vmsg() instead of outs() + pressanykey()in22004-08-271-1/+1
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-1/+1
* integrate igetkey igetch egetchptt2004-04-241-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-4/+4
* Fix warning, including:scw2004-04-021-3/+2
* add mmap to cuser get ride of passwd_updateptt2004-03-311-5/+5
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1501 63ad8ddf-47c3-03...ptt2004-01-311-1/+1
* missing commit, and add '/help' prompt to chatroomvictor2003-11-221-0/+2
* code clean upkcwu2003-09-101-4/+3
* code cleanupkcwu2003-09-071-82/+42
* clean upkcwu2003-09-071-37/+0
* replace FreeBSD macro with __FreeBSD__kcwu2003-08-101-2/+2
* remove unreasonable checkingvictor2003-02-241-4/+1
* make gcc33 happyin22003-01-011-3/+3
* sprintf() -> snprintf()in22002-07-231-20/+25
* indent -i4in22002-07-211-16/+16
* strcpy() -> strlcpy()in22002-07-211-12/+13
* indentin22002-07-061-171/+198
* global variable move to var.cin22002-06-041-43/+4
* *** empty log message ***ptt2002-05-251-3/+2
* replace time(NULL) by nowptt2002-05-131-4/+3
* change getdata() constant to sizeof()in22002-04-291-2/+2
* Initial revisionin22002-03-071-0/+623