summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some compile warnings (unused, signess)wens2009-03-211-5/+5
* - bbs: X (recommend) on vote_post should do like 'y' -- reply vote.piaip2008-05-121-3/+9
* - chat: add /ban and /unban commandspiaip2008-05-111-1/+4
* - (internal) change 86400/... (seconds of day/month/...) to named constants.piaip2008-05-101-2/+2
* - message refine for chatpiaip2008-05-031-2/+2
* - prevent user vote for twice by changing id capitals (thx to hrs113355)piaip2008-04-291-1/+1
* - board: shrink search_board input textbox sizepiaip2008-04-291-0/+3
* - artwork: align chat input and message barpiaip2008-04-251-1/+1
* - chat: support realtime viewing chatlog.piaip2008-04-251-7/+30
* - (internal) refine visio callback piaip2008-04-241-4/+3
* - chat: fix key hit (I_OTHERDATA) when doing ZA.piaip2008-04-201-0/+4
* - chat: add ZA in chatpiaip2008-04-201-2/+23
* - xchat: fix "waterball exists forever" issue, and prevent printing mail aler...piaip2008-04-181-14/+15
* - (internal) change chat to use vgetstring with new callback systempiaip2008-04-171-189/+107
* - (internal) visio: add vgetspiaip2008-04-171-5/+5
* - chat: increase query picture lengthpiaip2008-04-121-2/+2
* - (internal) change mail/log to specific API.piaip2008-04-031-14/+5
* - cache angel data to speed up angel querypiaip2008-04-021-2/+2
* - display remaining days info for chatroom restriction piaip2008-03-021-2/+3
* - xchatd: allow ignoring users not in chatroom.piaip2008-02-151-7/+9
* - more options to prevent chatroom floodingpiaip2008-02-141-5/+65
* - change screen APIs to ncurses-like namespiaip2007-12-211-2/+2
* * eliminate warnings according to lxb's commit on pttbbslitekcwu2007-10-011-43/+0
* * use strtok_r() instead of strtok(). fix bad strtok() usages.kcwu2007-06-191-2/+3
* * skip KEY_UNKNOWN.kcwu2007-05-091-0/+2
* avoid to use gethostbyname() which require hidden memory consumption.kcwu2006-09-171-6/+1
* Disable /u in chat roomscw2006-08-281-2/+0
* replace some strncpy with strlcpy, or just strcpy if src is constvictor2006-01-121-4/+4
* add restriction to PERM_VIOLATELAWptt2005-11-151-0/+6
* changes mailalert to 1 bit only.ptt2005-10-131-4/+2
* pager=waterball made readablepiaip2005-09-081-2/+6
* eliminate compiler warnings (mostly signed/unsigned)piaip2005-08-251-4/+4
* Equivalent config file updatespiaip2005-08-181-5/+5
* screen_backup() & screen_restore() update:scw2005-08-171-5/+2
* screen-resize awareness between screen_backup() and screen_restore().victor2005-08-151-5/+5
* 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