summaryrefslogtreecommitdiffstats
path: root/mbbsd/friend.c
Commit message (Expand)AuthorAgeFilesLines
* Use file_exist_record directlywens2008-08-041-2/+2
* Change Vector_searchwens2008-07-051-3/+3
* Vector must be initialized firstwens2008-06-161-0/+1
* prevent memory leakwens2008-06-161-1/+2
* Use Vector and namecomplete2wens2008-06-161-7/+8
* - (internal) change 86400/... (seconds of day/month/...) to named constants.piaip2008-05-101-2/+2
* - improve 'C' in namelist editing: removing users haven't login for a specifi...piaip2008-04-251-4/+28
* - friend_list: add 'C' to clear non-exist users.piaip2008-04-241-2/+55
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-151-2/+2
* - (internal) code refinepiaip2008-04-051-8/+8
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4083 63ad8ddf-47c3-03...piaip2008-04-051-1/+1
* - fix friend description length on screenpiaip2008-04-051-2/+5
* - fix a 7-year bug? force_open should really "force" open file.piaip2008-04-031-1/+1
* - code clean upkcwu2008-03-271-5/+6
* - prevent buffer overflow issues.piaip2008-03-241-18/+17
* - fix buffer overflow (due to some invalid friend file containing very long id)piaip2008-03-241-3/+5
* - improve the message and explain for fix_aloha.piaip2008-02-191-5/+7
* - friend: use constants, prevent magic numberspiaip2008-02-131-2/+2
* Birthday is gone...victor2007-12-221-1/+0
* Happy birthday, kcwu & rafan!! :Dvictor2007-12-211-0/+1
* - add "fix aloha" for userspiaip2007-12-171-15/+58
* * extract common functions as library.kcwu2007-12-121-1/+1
* - security hole: after BM quoting files from other board, they can editpiaip2007-12-031-3/+21
* * use strtok_r() instead of strtok(). fix bad strtok() usages.kcwu2007-06-191-2/+5
* warning freedvictor2006-05-171-3/+1
* fix bug: delete a user called USER from user list also removes others called ...victor2006-05-171-2/+30
* add a lot of assertions to ensure bid is in correct range when access via bid.kcwu2006-04-081-0/+2
* fix non-portable strtok() usage.kcwu2006-03-231-2/+3
* avoid C++ keywords to make include files C++ friendly.kcwu2006-03-131-3/+3
* verbose message when login.piaip2005-09-071-0/+1
* partially fix #35piaip2005-09-041-5/+7
* include/common.h, mbbsd/friend.c: check buffer sizevictor2005-08-161-14/+14
* - fix msg errorpiaip2005-07-231-2/+2
* adjust cp log color/stylepiaip2005-07-221-4/+4
* ticket#30: realtime board perm updatepiaip2005-07-221-0/+7
* merge HAVE_PERM() into HasUserPerm()in22005-06-141-2/+2
* New style to specify ANSI escape commands.piaip2005-06-081-1/+1
* add 'const' qualifiers on function parameters.kcwu2005-03-191-7/+7
* warning: searchuser() getuser() API change, don't change query string implici...kcwu2005-03-151-3/+3
* fix XXXin22005-03-121-6/+2
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-2/+2
* warning free: "static" should be in front of "const"kcwu2005-03-031-1/+1
* Adding commonts for upper bound of lists and enlargingscw2004-12-191-8/+8
* some help pages are showed from filevictor2004-12-021-1/+1
* fix file_delete_lineptt.linux@2330ptt2004-11-171-2/+2
* fix bug: when deleting an user, the aloha record won't be deleted.victor2004-09-201-35/+40
* replace some prints() with outs(),kcwu2004-06-101-2/+2
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-3/+3
* Merge from scw.angel.scw2004-05-241-1/+1
* revert cuser from pointer to buffer.ptt2004-04-211-2/+2
* fix bug in friend_load_real()in22004-04-141-3/+3
* fix bug r1674in22004-04-021-1/+1
* reuse codein22004-04-021-39/+38
* add mmap to cuser get ride of passwd_updateptt2004-03-311-2/+2
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1336 63ad8ddf-47c3-03...ptt2003-11-151-3/+2
* use bsearch in login_friend_online()in22003-10-051-0/+2
* talk.c : redrawvictor2003-09-201-1/+1
* clean upkcwu2003-09-071-12/+7
* code cleanupkcwu2003-09-061-15/+10
* wrong spell and missing :Pvictor2003-08-281-3/+4
* It's not necessary to reload friend and eject list at the same time.victor2003-08-281-27/+32
* warning freein22003-05-181-4/+5
* *** empty log message ***ptt2003-05-161-7/+10
* �O��/�����W��=>256in22003-04-281-3/+3
* may be not closedvictor2003-04-161-3/+5
* * there are so many fopen() without fclose()kcwu2003-01-201-6/+9
* make gcc33 happyin22003-01-011-3/+3
* fix the numbers of selection bugkcwu2002-07-281-5/+4
* sprintf() -> snprintf()in22002-07-231-10/+13
* indent -i4in22002-07-211-13/+13
* strcpy() -> strlcpy()in22002-07-211-2/+2
* indentin22002-07-061-168/+143
* fix memory bugin22002-07-021-16/+14
* *** empty log message ***lwms2002-06-191-2/+2
* global variable move to var.cin22002-06-041-36/+2
* change getdata() constant to sizeof()in22002-04-291-4/+5
* fix logout_friend()in22002-04-101-2/+3
* SYSOP/BM could export board-friend listin22002-04-061-16/+25
* ofo's water show 'x' for dead usersin22002-03-091-2/+2
* Initial revisionin22002-03-071-0/+509