summaryrefslogtreecommitdiffstats
path: root/mbbsd/fav.c
Commit message (Expand)AuthorAgeFilesLines
* - fav: add TEST to default fav boards and change orderpiaip2008-01-311-3/+10
* - user: hinting on SYSOP permission update of setting emailpiaip2008-01-281-4/+4
* mark dirty after set_attr, fix bug reported at #17dLCl9P (SYSOP) [ptt.cc]victor2008-01-281-0/+1
* - bbs: add title for AID displaypiaip2008-01-141-0/+5
* - allow all non-guest user to use myfav (PERM_BASIC)piaip2007-12-281-1/+21
* - add move_ansi() to support moving to lines with prior ANSI code.piaip2007-12-011-0/+1
* * save memory, NameList is more like STL's vector nowkcwu2007-10-171-0/+1
* ignore fav if load failed.kcwu2007-06-111-3/+3
* ignore fav if load failed.kcwu2007-06-101-4/+34
* * hack dietlibc's allocator. release small block to OS.kcwu2007-05-271-0/+5
* * Only write fav to disk when really dirty. To reduce heavy load of mass logo...kcwu2007-03-261-1/+29
* fix last commitvictor2006-11-081-2/+8
* fix bug of moving tagged favvictor2006-11-061-8/+10
* code revise.kcwu2006-09-171-6/+1
* fav.c - fix memory leakvictor2006-09-171-59/+24
* dirty hack to fix fav memory leak.kcwu2006-09-171-2/+8
* fix a stupid bugvictor2006-06-051-2/+2
* convert .fav4.bakvictor2006-06-051-0/+4
* fix last commit bugvictor2006-06-051-7/+26
* use int instead short for bid in favvictor2006-06-041-51/+103
* replace .fav4 only if ferror failedvictor2006-05-011-2/+8
* add a lot of assertions to ensure bid is in correct range when access via bid.kcwu2006-04-081-0/+4
* make different tmp file to avoid open same file for write.kcwu2006-04-081-1/+1
* assert for fav_malloc size.kcwu2006-03-231-1/+3
* fix typovictor2006-01-031-1/+1
* fix nonstandard syntax.victor2006-01-031-2/+4
* fix compile errorvictor2005-11-211-1/+1
* fav:victor2005-11-211-134/+16
* fix the wrong conditionvictor2005-08-291-2/+2
* fix last commitvictor2005-08-291-6/+6
* revert r3108, fix the problem by bound correction as moving fav instead.victor2005-08-291-19/+16
* explicit fav entrancevictor2005-08-281-7/+15
* * fix crash when using 'i' to add board in my favoritescw2005-08-281-2/+4
* fix memory leakvictor2005-08-281-4/+2
* fix last commit.kcwu2005-08-281-1/+1
* skip invalid entry when fav_free.kcwu2005-08-281-2/+6
* fix off-by-one bug.kcwu2005-08-271-3/+2
* forget to reset countervictor2005-08-241-0/+1
* missing type checkingvictor2005-08-241-2/+4
* missing the type checkingvictor2005-08-241-10/+18
* fix last commit Orzvictor2005-08-091-1/+1
* fav.c: don't delete a fav entry implicitlyvictor2005-08-091-7/+5
* better readability.in22005-06-141-3/+3
* give a warning if too many subscribed favorites is added at the same timevictor2005-04-231-5/+15
* strict value checkingvictor2005-04-221-7/+44
* do not allow removing a NULL entryvictor2005-04-211-0/+2
* buffer overflow: file path [64] is too small!piaip2005-04-211-1/+1
* fix bug: remove an unnecessary decreasevictor2005-04-201-4/+7
* add assertion. deallocate resources.kcwu2005-04-201-0/+3
* reduce system callkcwu2005-02-281-13/+13
* reduce some hundred of system call for each logoutkcwu2005-02-261-14/+14
* fix setperm's bug, check NULL condition first in set_attrvictor2005-02-151-0/+2
* commit local change of {read,write}_favrec, which solved the problem of point...victor2005-02-141-7/+43
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-3/+3
* revertvictor2005-01-151-4/+3
* do fav_cleanup() after loading from .fav4victor2005-01-151-3/+4
* It should be a function call ...victor2004-12-171-1/+1
* cdoc finishedvictor2004-12-171-55/+197
* some help pages are showed from filevictor2004-12-021-3/+1
* try to fix strange behavior of bvotevictor2004-11-111-1/+4
* missing fav_removevictor2004-10-131-0/+1
* refactoringvictor2004-10-121-20/+3
* fix memory leakvictor2004-10-121-14/+17
* add subscribed boards only when loginvictor2004-09-271-0/+2
* Add statistic program for angel.scw2004-06-201-0/+1
* missing commitvictor2004-05-131-1/+1
* color fixvictor2004-05-131-1/+1
* in log_file(), use LOG_VF if need to vfprintf().in22004-05-031-1/+2
* change log_file()ptt2004-04-301-3/+1
* revert cuser from pointer to buffer.ptt2004-04-211-2/+2
* dont add a link to fav subscriptionvictor2004-04-181-2/+2
* return @@victor2004-04-081-0/+1
* depracated functionvictor2004-04-081-1/+2
* dirty hack to the losing favvictor2004-04-081-0/+5
* add mmap to cuser get ride of passwd_updateptt2004-03-311-1/+1
* fix a small bugvictor2004-03-231-9/+20
* fix memory leak, remove dirty hacking codevictor2004-03-151-11/+2
* fix compile errorvictor2004-03-131-2/+3
* fix compile errorvictor2004-03-121-1/+1
* merge from victor.symbolic branchvictor2004-03-121-3/+3
* add some assert() on malloc()kcwu2004-03-091-0/+1
* dirty hackvictor2004-03-061-0/+9
* do not need to check herevictor2004-03-051-5/+1
* fix error when .fav4 and .fav3 don't existvictor2004-03-041-6/+18
* don't truncate immediatelyvictor2004-02-271-3/+5
* subscription should be perform after choice, move some code from board.c to f...victor2004-02-221-0/+64
* rm deleted board in cleanupvictor2004-01-101-5/+6
* Seperate cleanup() into two, cleanup() and clean_invisible().scw2004-01-041-2/+7
* Wrong condition of cleaning invisible boards.scw2004-01-041-2/+2
* Make K,1 under favorite (cleaning invisible boards) rework.scw2004-01-041-5/+8
* show non-visible board in favvictor2004-01-041-13/+9
* dont remove a non-exist board when logoutvictor2004-01-031-2/+4
* clean up non-exist board if set SHM->cleanboardvictor2004-01-031-1/+1
* remove some comment, add static modifier properlyvictor2003-12-251-24/+6
* typovictor2003-12-071-1/+1
* merge gb branch backvictor2003-11-281-1/+1
* fix wrong result of votevictor2003-11-281-3/+1
* remove fav branch, open new branch for big5<->gbvictor2003-11-271-4/+0
* compile errorvictor2003-11-231-1/+1
* compile errorvictor2003-11-231-1/+2
* fix 't' for admin, add docs/fav4.txtvictor2003-11-221-0/+31
* fix 't' for adminvictor2003-11-221-0/+4
* missing close(fd)victor2003-11-221-5/+6
* merge back from fav4 brachesvictor2003-11-221-0/+921