summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * use another source insteadbbs2003-03-011-2/+8
| | * check lock when get_recordvictor2003-02-271-1/+6
| | * warning freein22003-02-271-2/+2
| | * SHM should be created by uhash_loader, NOT by mbbsdin22003-02-271-7/+3
| | * recover something back :pvictor2003-02-261-3/+1
| | * you can add 'group' into myfavorite nowvictor2003-02-261-3/+11
| | * charset=Big5in22003-02-251-1/+1
| | * make users be able to see their own sex and moneyvictor2003-02-241-2/+2
| | * remove unreasonable checkingvictor2003-02-241-4/+1
| | * registerin22003-02-221-2/+3
| | * registerin22003-02-211-2/+5
| | * warning freein22003-02-211-2/+2
| | * fix last commit bugin22003-02-212-6/+4
| | * one could not enter into group boardin22003-02-201-1/+4
| | * s/��/�O/ by rafanin22003-02-201-3/+3
| | * add charset, encoding, and ctype by rafanin22003-02-191-4/+7
| | * -O3 => -Oin22003-02-182-4/+4
| | * shmctl doesn't need resolve_boards() firstin22003-02-181-2/+3
| | * add utmpsortdin22003-02-181-0/+13
| | * exit if bcache if not loadedin22003-02-161-2/+3
| | * add posting header:in22003-02-161-0/+3
| | * MRT mapvictor2003-02-124-3/+75
| | * help page @@;victor2003-02-121-2/+2
| | * Gamble -> Ctrl('G')victor2003-02-121-3/+3
| | * 'G' for searching marked articlevictor2003-02-111-2/+21
| | * *** empty log message ***in22003-02-111-0/+3
| | * add @fivein22003-02-112-1/+17
| | * trainvictor2003-02-113-74/+229
| | * lazy sort utmpin22003-02-115-8/+23
| | * fix bug in resolve_board()in22003-02-111-1/+4
| | * rm boards/d/deletedin22003-02-081-0/+3
| | * ���������g����lynx���|victor2003-02-071-2/+6
| | * fix cursor positionkcwu2003-02-021-5/+5
| | * for utmpsortdin22003-01-251-2/+3
| | * utmpsortdin22003-01-251-98/+139
| | * remove sort_utmp() (in shmctl utmpsortd now)in22003-01-252-116/+2
| | * remove field "recommend" from userec_tin22003-01-242-6/+6
| | * remove #define MAXPATHLEN 256in22003-01-243-8/+3
| | * define MAXPATHLEN ifndef MAXPATHLENin22003-01-241-1/+4
| | * to prevent some @#$$* by strange os (like linux), place our header files afte...in22003-01-241-16/+17
| | * make compiler happyin22003-01-241-2/+2
| | * import strlcat(), strlcpy() for fucking linuxin22003-01-242-3/+147
| | * fix strange syntax informed by gcc -Wkcwu2003-01-203-8/+8
| | * * there are so many fopen() without fclose()kcwu2003-01-2016-52/+87
| | * gcc -W, for more warningkcwu2003-01-201-2/+2
| | * add some assert() code, but disable first.kcwu2003-01-193-2/+7
| | * comments for CRITICAL_MEMORYin22003-01-191-3/+11
| | * fix bugin22003-01-191-7/+2
| | * critical memory cleanin22003-01-191-1/+20
| | * critical memory usagein22003-01-193-6/+61
| | * skip null datain22003-01-191-0/+1
| | * fix bug introduced in reversion 1.64kcwu2003-01-191-2/+2
| | * reduce boardstatus_tin22003-01-181-3/+3
| | * reduce memory usage of struct boardstat_t (saving 12 bytes for each board)in22003-01-181-53/+55
| | * forget to fclose()kcwu2003-01-171-1/+2
| | * damn printf() buffer eat 36k memorykcwu2003-01-171-2/+1
| | * clean upkcwu2003-01-171-2/+1
| | * free namelist after using immediatelykcwu2003-01-173-4/+7
| | * missing case breakkcwu2003-01-171-1/+2
| | * clean upkcwu2003-01-171-2/+1
| | * fix memory leakkcwu2003-01-171-12/+6
| | * fix memory leakkcwu2003-01-171-1/+7
| | * realloc to shrink array size,kcwu2003-01-171-1/+2
| | * Use realloc. Don't malloc, memcpy, and free.kcwu2003-01-171-6/+2
| | * don't sort many times within loop -_-kcwu2003-01-171-4/+3
| | * fix bug: access bache[-2] if sysop enter hot-board-list and hit 'f'kcwu2003-01-171-2/+3
| | * counting memory usagekcwu2003-01-171-1/+13
| | * garbagekcwu2003-01-161-0/+0
| | * clean upkcwu2003-01-161-24/+1
| | * eliminate `static' arraykcwu2003-01-165-29/+16
| | * move global array into local.kcwu2003-01-162-15/+17
| | * who wrote this.... @@kcwu2003-01-161-10/+2
| | * if SYSOP, show memory usage in system statusin22003-01-161-1/+4
| | * move post_msg() and post_file() from gamble.c to syspost.ckcwu2003-01-163-58/+58
| | * reduce array size, save 360bytekcwu2003-01-161-2/+2
| | * clean upkcwu2003-01-161-25/+1
| | * don't link unused code -_-kcwu2003-01-161-1/+1
| | * don't link unused code -_-kcwu2003-01-161-2/+2
| | * eliminate global arraykcwu2003-01-161-11/+11
| | * remove unnecessary `static' keyword from some local variablekcwu2003-01-1614-44/+44
| | * code clean upkcwu2003-01-161-4/+4
| | * try optimize for size -Oskcwu2003-01-151-2/+2
| | * show memory usage by hitting Ctrl-Q in DEBUG modein22003-01-151-1/+6
| | * clean unused codekcwu2003-01-151-4/+1
| | * saving stack usage by reducing function callin22003-01-142-18/+14
| | * pause after losingkcwu2003-01-111-1/+2
| | * unlock after losingkcwu2003-01-111-1/+2
| | * prototype of setutmpmode has beed changedin22003-01-091-2/+2
| | * flexible Makefilein22003-01-011-28/+37
| | * make gcc33 happyin22003-01-0113-36/+41
| | * after translating from old format, save favorite file in new format immediatelyin22002-12-291-3/+15
| | * store favbuf[] by char array instand of int array.in22002-12-291-12/+32
| | * warning for broken reaperin22002-12-271-0/+1
| | * use gcc's extension to check format stringkcwu2002-12-265-21/+27
| | * prevent array index out of boundary when defined MEM_CHECKkcwu2002-12-261-2/+3
| | * fix buffer overflow in oldgetdata()in22002-12-241-6/+9
| | * remove personal id from userinfoin22002-12-141-3/+2
| | * change help contentin22002-12-101-3/+3
| | * after setup_utmp(), renice to +5.in22002-12-101-1/+2
| | * registerin22002-12-051-2/+3
| | * fix bugin22002-12-041-2/+2
| | * reject for registering userid containing shit or fuckin22002-11-301-1/+5
| | * *** empty log message ***ptt2002-11-231-5/+5
| | * change shared-memory setting in /etc/sysctl.confin22002-11-231-1/+1
| | * s/����\&\#22531\;/���}/g;in22002-11-201-3/+11
| | * some comment in mail bodyin22002-11-171-3/+11
| | * show ������������ in user listkcwu2002-11-165-10/+37
| | * remove post_violatelaw to Securitylwms2002-11-151-1/+3
| | * /etc/groupin22002-11-142-11/+20
| | * join bbsadm group in bbsctlin22002-11-141-1/+25
| | * move error board to boards.error/in22002-11-111-2/+6
| | * docin22002-11-111-1/+4
| | * inc shared-memoryin22002-11-112-3/+12
| | * Linux compatiblein22002-11-091-0/+5
| | * remove mdclean, splitpasswdin22002-11-094-140/+2
| | * Linux compatiblein22002-11-094-3/+20
| | * *** empty log message ***in22002-11-092-0/+281
| | * fix bugin22002-11-091-2/+2
| | * ���@�����i�H����, 40������in22002-11-091-5/+9
| | * fix bug of help in (MODE_ETC | MODE_DIGEST) modein22002-11-071-4/+3
| | * BRD_NORECOMMEND helpin22002-11-071-2/+2
| | * could NOT delete/edit/recommend in MODE_SELECTin22002-11-071-1/+11
| | * BRD_NORECOMMENDin22002-11-074-62/+77
| | * editlock by flock()in22002-11-074-59/+50
| | * fix bugin22002-11-061-2/+2
| | * fix bug of utmpfix fast modein22002-11-051-18/+17
| | * rebuildalohain22002-11-042-2/+2
| | * (utmpfix)timeout by idle timein22002-11-031-35/+57
| | * (utmpfix)clean lowerboundin22002-11-031-4/+11
| | * fix bugin22002-11-021-2/+4
| | * for util/in22002-11-022-0/+11
| | * warning freein22002-11-0214-19/+30
| | * strip_ansi titlein22002-11-021-10/+43
| | * disable NO_OUT_MAIL before writing to jobspoolin22002-10-291-1/+9
| | * Makefile of mbbsd/in22002-10-271-0/+13
| | * newin22002-10-275-94/+258
| | * newin22002-10-279-3/+99
| | * MAX_BOARDin22002-10-271-4/+7
| | * newin22002-10-271-4/+59
| | * MAX_EDIT_LINEin22002-10-261-1/+7
| | * registerin22002-10-261-54/+81
| | * in searchuser, return 0 if uhash is wrongin22002-10-241-2/+2
| | * *** empty log message ***ptt2002-10-1814-0/+1610
| | * registerin22002-10-161-19/+33
| | * group writablein22002-10-061-1/+1
| | * first commitin22002-10-066-0/+1571
| | * fix host bugin22002-10-051-3/+3
| | * KEY_DEL, KEY_HOME, KEY_END of getdata()in22002-10-021-1/+4
| | * *** empty log message ***in22002-09-301-3/+3
| | * mvdirin22002-09-271-0/+35
| | * avoid reentrantin22002-09-271-1/+6
| | * only read favbuf & brdbuf before one need it,in22002-09-272-11/+33
| | * $content =~ s/��/��/g;in22002-09-251-0/+1
| | * fix bugin22002-09-211-1/+1
| | * fix bugin22002-09-201-1/+2
| | * *** empty log message ***in22002-09-201-0/+10
| | * fix bug for SYSOP change fromhostin22002-09-201-2/+2
| | * url changein22002-09-201-3/+3
| | * DEBUGSLEEPin22002-09-181-1/+3
| | * (userlist)long screen supportin22002-09-161-29/+33
| | * t_columns should not set as ANSILINELENkcwu2002-09-111-2/+2
| | * add TODO commentkcwu2002-09-111-1/+2
| | * quick hack to fix the clear_to_eol bug in board listkcwu2002-09-112-4/+5
| | * not only long screen, but also width screenkcwu2002-09-115-17/+33
| | * fix screen rotate bug when returning from Ctrl-Ukcwu2002-09-113-4/+6
| | * remove unused codein22002-09-071-13/+1
| | * == -> =lwms2002-09-071-2/+2
| | * g is uselesslwms2002-09-071-3/+3
| | * badfriendin22002-09-071-23/+29
| | * s/��/�Q/g;in22002-09-061-0/+1
| | * only read friend description when he is my friendkcwu2002-09-041-8/+12
| | * when return from hotkey function, restore utmpmodekcwu2002-09-041-1/+3
| | * revert last domenu() fix, change the permission setting insteadkcwu2002-09-042-11/+6
| | * interval every 3mins -> 1minin22002-09-031-2/+2
| | * advetise ptt2ptt2002-09-021-2/+2
| | * registerin22002-09-021-6/+12
| | * fix bug of year display shift by 1kcwu2002-08-301-2/+2
| | * For personal privacy, some functions should only be used on debug purpose.kcwu2002-08-292-46/+27
| | * fix last commit bugin22002-08-281-2/+2
| | * when enter menu, relocate position firstkcwu2002-08-282-3/+5
| | * remove sex sort functionkcwu2002-08-281-11/+1
| | * check permission for mailkcwu2002-08-281-5/+7
| | * overload messagein22002-08-281-13/+29
| | * registerin22002-08-281-3/+12
| | * recommend lockin22002-08-261-1/+3
| | * preserve past screen when growing screen sizekcwu2002-08-251-1/+2
| | * fix memory errorin22002-08-251-1/+2
| | * fix recommendin22002-08-251-3/+6
| | * edit lockin22002-08-253-4/+53
| | * turn on full screen support if shell login.kcwu2002-08-252-3/+5
| | * let scr_lns = t_lines;kcwu2002-08-251-1/+2
| | * chkloadin22002-08-241-13/+10
| | * pttbbs.conf could overwrite MAX_BOARDin22002-08-241-1/+3
| | * fix memory errorin22002-08-243-5/+10
| | * DYMAX_ACTIVEin22002-08-232-4/+13
| | * (3rd)smaller memory usein22002-08-212-49/+70
| | * (2nd) use smaller memoryin22002-08-211-27/+7
| | * fix last commit bugin22002-08-201-4/+5
| | * abort_bbs() if data of currutmp is wrongin22002-08-201-1/+7
| | * remove filtermail.plin22002-08-201-3/+3
| | * nbrd uses smaller memoryin22002-08-201-6/+27
| | * remove OUTTA_CACHEin22002-08-2012-534/+9
| | * larger cachesizein22002-08-201-1/+1
| | * fix last commit bugin22002-08-191-1/+9
| | * cache server2in22002-08-192-41/+111
| | * cacheserver.cin22002-08-191-27/+46
| | * outta cachein22002-08-177-9/+289
| | * *** empty log message ***in22002-08-171-8/+10
| | * use lib '/home/bbs/bin/'in22002-08-161-0/+1
| | * load cache at first timein22002-08-151-3/+7
| | * add $LYNX $GREPin22002-08-151-3/+4
| | * udnnews.plin22002-08-152-2/+102
| | * remove cleancache.plin22002-08-152-28/+2
| | * don't show the listing if it's hiddenkcwu2002-08-121-2/+4
| | * set OSTYPE by `uname'kcwu2002-08-121-2/+2
| | * fix last commit,kcwu2002-08-091-2/+2
| | * no need to change the case of first charkcwu2002-08-091-2/+2
| | * reentrantin22002-08-071-2/+5
| | * clean fav, zapin22002-08-071-0/+2
| | * favbuf, zapbuf swapoutin22002-08-072-2/+39
| | * add cleancache.plin22002-08-071-0/+24
| | * add indexuserin22002-08-071-1/+1
| | * listpidin22002-08-071-1/+11
| | * $MYHOSTNAMEin22002-08-071-0/+1
| | * *** empty log message ***in22002-08-071-2/+2
| | * outta_swapin22002-08-062-4/+9
| | * general outta_swapin22002-08-062-20/+34
| | * fix nbrd swap out bugin22002-08-061-1/+2
| | * OUTTA_CACHE, nbrdin22002-08-061-4/+27
| | * fix idcard number bugin22002-08-061-2/+2
| | * fix the numbers of selection bugkcwu2002-07-281-5/+4
| | * fix indentkcwu2002-07-271-2/+3
| | * fix indent errorkcwu2002-07-271-2/+2
| | * 1.only sysop can edit database directlykcwu2002-07-271-5/+5
| | * more specific `currstat' modekcwu2002-07-273-9/+9
| | * show `currstat' when debug mekcwu2002-07-271-2/+2
| | * replace strlcat with strcat, which cause crashkcwu2002-07-271-3/+3
| | * error handlekcwu2002-07-271-2/+5
| | * fix indentkcwu2002-07-271-13/+12
| | * replace memcpy with memmovekcwu2002-07-271-2/+2
| | * typokcwu2002-07-271-2/+2
| | * add XXX commentkcwu2002-07-272-2/+4
| | * indicate which user crash mbbsdkcwu2002-07-251-2/+2
| | * registerin22002-07-251-3/+7
| | * fix lynx big5 encoding problemkcwu2002-07-231-2/+3
| | * remove SIZEOFin22002-07-231-12/+0
| | * sprintf() -> snprintf()in22002-07-2342-562/+709
| | * fix utmpfix bugin22002-07-231-9/+9
| | * fix last commit(about sprintf->snprintf)kcwu2002-07-221-23/+23
| | * check the using of `sizeof' with strlcpy()kcwu2002-07-228-45/+56