| Commit message (Expand) | Author | Age | Files | Lines |
* | fix cursor position | kcwu | 2003-02-02 | 1 | -5/+5 |
* | remove sort_utmp() (in shmctl utmpsortd now) | in2 | 2003-01-25 | 2 | -116/+2 |
* | remove field "recommend" from userec_t | in2 | 2003-01-24 | 1 | -3/+4 |
* | remove #define MAXPATHLEN 256 | in2 | 2003-01-24 | 3 | -8/+3 |
* | make compiler happy | in2 | 2003-01-24 | 1 | -2/+2 |
* | import strlcat(), strlcpy() for fucking linux | in2 | 2003-01-24 | 1 | -1/+141 |
* | fix strange syntax informed by gcc -W | kcwu | 2003-01-20 | 3 | -8/+8 |
* | * there are so many fopen() without fclose() | kcwu | 2003-01-20 | 16 | -52/+87 |
* | gcc -W, for more warning | kcwu | 2003-01-20 | 1 | -2/+2 |
* | add some assert() code, but disable first. | kcwu | 2003-01-19 | 2 | -2/+6 |
* | fix bug | in2 | 2003-01-19 | 1 | -7/+2 |
* | critical memory usage | in2 | 2003-01-19 | 2 | -5/+57 |
* | fix bug introduced in reversion 1.64 | kcwu | 2003-01-19 | 1 | -2/+2 |
* | reduce boardstatus_t | in2 | 2003-01-18 | 1 | -3/+3 |
* | reduce memory usage of struct boardstat_t (saving 12 bytes for each board) | in2 | 2003-01-18 | 1 | -53/+55 |
* | forget to fclose() | kcwu | 2003-01-17 | 1 | -1/+2 |
* | damn printf() buffer eat 36k memory | kcwu | 2003-01-17 | 1 | -2/+1 |
* | clean up | kcwu | 2003-01-17 | 1 | -2/+1 |
* | free namelist after using immediately | kcwu | 2003-01-17 | 2 | -3/+5 |
* | missing case break | kcwu | 2003-01-17 | 1 | -1/+2 |
* | clean up | kcwu | 2003-01-17 | 1 | -2/+1 |
* | fix memory leak | kcwu | 2003-01-17 | 1 | -12/+6 |
* | fix memory leak | kcwu | 2003-01-17 | 1 | -1/+7 |
* | realloc to shrink array size, | kcwu | 2003-01-17 | 1 | -1/+2 |
* | Use realloc. Don't malloc, memcpy, and free. | kcwu | 2003-01-17 | 1 | -6/+2 |
* | don't sort many times within loop -_- | kcwu | 2003-01-17 | 1 | -4/+3 |
* | fix bug: access bache[-2] if sysop enter hot-board-list and hit 'f' | kcwu | 2003-01-17 | 1 | -2/+3 |
* | counting memory usage | kcwu | 2003-01-17 | 1 | -1/+13 |
* | clean up | kcwu | 2003-01-16 | 1 | -24/+1 |
* | eliminate `static' array | kcwu | 2003-01-16 | 4 | -27/+14 |
* | move global array into local. | kcwu | 2003-01-16 | 2 | -15/+17 |
* | who wrote this.... @@ | kcwu | 2003-01-16 | 1 | -10/+2 |
* | if SYSOP, show memory usage in system status | in2 | 2003-01-16 | 1 | -1/+4 |
* | move post_msg() and post_file() from gamble.c to syspost.c | kcwu | 2003-01-16 | 2 | -56/+55 |
* | reduce array size, save 360byte | kcwu | 2003-01-16 | 1 | -2/+2 |
* | clean up | kcwu | 2003-01-16 | 1 | -25/+1 |
* | don't link unused code -_- | kcwu | 2003-01-16 | 1 | -2/+2 |
* | eliminate global array | kcwu | 2003-01-16 | 1 | -11/+11 |
* | remove unnecessary `static' keyword from some local variable | kcwu | 2003-01-16 | 14 | -44/+44 |
* | code clean up | kcwu | 2003-01-16 | 1 | -4/+4 |
* | try optimize for size -Os | kcwu | 2003-01-15 | 1 | -2/+2 |
* | show memory usage by hitting Ctrl-Q in DEBUG mode | in2 | 2003-01-15 | 1 | -1/+6 |
* | clean unused code | kcwu | 2003-01-15 | 1 | -4/+1 |
* | saving stack usage by reducing function call | in2 | 2003-01-14 | 2 | -18/+14 |
* | pause after losing | kcwu | 2003-01-11 | 1 | -1/+2 |
* | unlock after losing | kcwu | 2003-01-11 | 1 | -1/+2 |
* | flexible Makefile | in2 | 2003-01-01 | 1 | -28/+37 |
* | make gcc33 happy | in2 | 2003-01-01 | 13 | -36/+41 |
* | after translating from old format, save favorite file in new format immediately | in2 | 2002-12-29 | 1 | -3/+15 |
* | store favbuf[] by char array instand of int array. | in2 | 2002-12-29 | 1 | -12/+32 |
* | use gcc's extension to check format string | kcwu | 2002-12-26 | 4 | -17/+17 |
* | prevent array index out of boundary when defined MEM_CHECK | kcwu | 2002-12-26 | 1 | -2/+3 |
* | fix buffer overflow in oldgetdata() | in2 | 2002-12-24 | 1 | -6/+9 |
* | remove personal id from userinfo | in2 | 2002-12-14 | 1 | -3/+2 |
* | change help content | in2 | 2002-12-10 | 1 | -3/+3 |
* | after setup_utmp(), renice to +5. | in2 | 2002-12-10 | 1 | -1/+2 |
* | register | in2 | 2002-12-05 | 1 | -2/+3 |
* | fix bug | in2 | 2002-12-04 | 1 | -2/+2 |
* | reject for registering userid containing shit or fuck | in2 | 2002-11-30 | 1 | -1/+5 |
* | *** empty log message *** | ptt | 2002-11-23 | 1 | -5/+5 |
* | show ������������ in user list | kcwu | 2002-11-16 | 4 | -9/+33 |
* | remove post_violatelaw to Security | lwms | 2002-11-15 | 1 | -1/+3 |
* | Linux compatible | in2 | 2002-11-09 | 1 | -1/+5 |
* | fix bug | in2 | 2002-11-09 | 1 | -2/+2 |
* | ���@�����i�H����, 40������ | in2 | 2002-11-09 | 1 | -5/+9 |
* | fix bug of help in (MODE_ETC | MODE_DIGEST) mode | in2 | 2002-11-07 | 1 | -4/+3 |
* | BRD_NORECOMMEND help | in2 | 2002-11-07 | 1 | -2/+2 |
* | could NOT delete/edit/recommend in MODE_SELECT | in2 | 2002-11-07 | 1 | -1/+11 |
* | BRD_NORECOMMEND | in2 | 2002-11-07 | 2 | -37/+62 |
* | editlock by flock() | in2 | 2002-11-07 | 3 | -58/+48 |
* | disable NO_OUT_MAIL before writing to jobspool | in2 | 2002-10-29 | 1 | -1/+9 |
* | MAX_EDIT_LINE | in2 | 2002-10-26 | 1 | -1/+7 |
* | register | in2 | 2002-10-26 | 1 | -54/+81 |
* | in searchuser, return 0 if uhash is wrong | in2 | 2002-10-24 | 1 | -2/+2 |
* | register | in2 | 2002-10-16 | 1 | -19/+33 |
* | KEY_DEL, KEY_HOME, KEY_END of getdata() | in2 | 2002-10-02 | 1 | -1/+4 |
* | avoid reentrant | in2 | 2002-09-27 | 1 | -1/+6 |
* | only read favbuf & brdbuf before one need it, | in2 | 2002-09-27 | 2 | -11/+33 |
* | fix bug for SYSOP change fromhost | in2 | 2002-09-20 | 1 | -2/+2 |
* | DEBUGSLEEP | in2 | 2002-09-18 | 1 | -1/+3 |
* | (userlist)long screen support | in2 | 2002-09-16 | 1 | -29/+33 |
* | t_columns should not set as ANSILINELEN | kcwu | 2002-09-11 | 1 | -2/+2 |
* | add TODO comment | kcwu | 2002-09-11 | 1 | -1/+2 |
* | quick hack to fix the clear_to_eol bug in board list | kcwu | 2002-09-11 | 2 | -4/+5 |
* | not only long screen, but also width screen | kcwu | 2002-09-11 | 5 | -17/+33 |
* | fix screen rotate bug when returning from Ctrl-U | kcwu | 2002-09-11 | 3 | -4/+6 |
* | remove unused code | in2 | 2002-09-07 | 1 | -13/+1 |
* | == -> = | lwms | 2002-09-07 | 1 | -2/+2 |
* | g is useless | lwms | 2002-09-07 | 1 | -3/+3 |
* | badfriend | in2 | 2002-09-07 | 1 | -23/+29 |
* | only read friend description when he is my friend | kcwu | 2002-09-04 | 1 | -8/+12 |
* | when return from hotkey function, restore utmpmode | kcwu | 2002-09-04 | 1 | -1/+3 |
* | revert last domenu() fix, change the permission setting instead | kcwu | 2002-09-04 | 2 | -11/+6 |
* | advetise ptt2 | ptt | 2002-09-02 | 1 | -2/+2 |
* | register | in2 | 2002-09-02 | 1 | -6/+12 |
* | For personal privacy, some functions should only be used on debug purpose. | kcwu | 2002-08-29 | 2 | -46/+27 |
* | fix last commit bug | in2 | 2002-08-28 | 1 | -2/+2 |
* | when enter menu, relocate position first | kcwu | 2002-08-28 | 1 | -1/+3 |
* | remove sex sort function | kcwu | 2002-08-28 | 1 | -11/+1 |
* | check permission for mail | kcwu | 2002-08-28 | 1 | -5/+7 |
* | overload message | in2 | 2002-08-28 | 1 | -13/+29 |
* | register | in2 | 2002-08-28 | 1 | -3/+12 |
* | recommend lock | in2 | 2002-08-26 | 1 | -1/+3 |
* | preserve past screen when growing screen size | kcwu | 2002-08-25 | 1 | -1/+2 |
* | fix memory error | in2 | 2002-08-25 | 1 | -1/+2 |
* | fix recommend | in2 | 2002-08-25 | 1 | -3/+6 |
* | edit lock | in2 | 2002-08-25 | 2 | -3/+49 |
* | turn on full screen support if shell login. | kcwu | 2002-08-25 | 2 | -3/+5 |
* | let scr_lns = t_lines; | kcwu | 2002-08-25 | 1 | -1/+2 |
* | chkload | in2 | 2002-08-24 | 1 | -13/+10 |
* | fix memory error | in2 | 2002-08-24 | 2 | -4/+8 |
* | DYMAX_ACTIVE | in2 | 2002-08-23 | 2 | -4/+13 |
* | (3rd)smaller memory use | in2 | 2002-08-21 | 2 | -49/+70 |
* | (2nd) use smaller memory | in2 | 2002-08-21 | 1 | -27/+7 |
* | fix last commit bug | in2 | 2002-08-20 | 1 | -4/+5 |
* | abort_bbs() if data of currutmp is wrong | in2 | 2002-08-20 | 1 | -1/+7 |
* | nbrd uses smaller memory | in2 | 2002-08-20 | 1 | -6/+27 |
* | remove OUTTA_CACHE | in2 | 2002-08-20 | 5 | -228/+6 |
* | fix last commit bug | in2 | 2002-08-19 | 1 | -1/+9 |
* | cache server2 | in2 | 2002-08-19 | 2 | -41/+111 |
* | load cache at first time | in2 | 2002-08-15 | 1 | -3/+7 |
* | fix last commit, | kcwu | 2002-08-09 | 1 | -2/+2 |
* | no need to change the case of first char | kcwu | 2002-08-09 | 1 | -2/+2 |
* | reentrant | in2 | 2002-08-07 | 1 | -2/+5 |
* | favbuf, zapbuf swapout | in2 | 2002-08-07 | 2 | -2/+39 |
* | outta_swap | in2 | 2002-08-06 | 1 | -3/+3 |
* | general outta_swap | in2 | 2002-08-06 | 2 | -20/+34 |
* | fix nbrd swap out bug | in2 | 2002-08-06 | 1 | -1/+2 |
* | OUTTA_CACHE, nbrd | in2 | 2002-08-06 | 1 | -4/+27 |
* | fix idcard number bug | in2 | 2002-08-06 | 1 | -2/+2 |
* | fix the numbers of selection bug | kcwu | 2002-07-28 | 1 | -5/+4 |
* | fix indent | kcwu | 2002-07-27 | 1 | -2/+3 |
* | fix indent error | kcwu | 2002-07-27 | 1 | -2/+2 |
* | 1.only sysop can edit database directly | kcwu | 2002-07-27 | 1 | -5/+5 |
* | more specific `currstat' mode | kcwu | 2002-07-27 | 3 | -9/+9 |
* | show `currstat' when debug me | kcwu | 2002-07-27 | 1 | -2/+2 |
* | replace strlcat with strcat, which cause crash | kcwu | 2002-07-27 | 1 | -3/+3 |
* | error handle | kcwu | 2002-07-27 | 1 | -2/+5 |
* | fix indent | kcwu | 2002-07-27 | 1 | -13/+12 |
* | replace memcpy with memmove | kcwu | 2002-07-27 | 1 | -2/+2 |
* | typo | kcwu | 2002-07-27 | 1 | -2/+2 |
* | add XXX comment | kcwu | 2002-07-27 | 2 | -2/+4 |
* | indicate which user crash mbbsd | kcwu | 2002-07-25 | 1 | -2/+2 |
* | register | in2 | 2002-07-25 | 1 | -3/+7 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 42 | -562/+709 |
* | fix last commit(about sprintf->snprintf) | kcwu | 2002-07-22 | 1 | -23/+23 |
* | check the using of `sizeof' with strlcpy() | kcwu | 2002-07-22 | 7 | -44/+44 |
* | fix using strlcpy() bug | in2 | 2002-07-21 | 1 | -2/+2 |
* | in Ptt_prints(), sprintf() -> snprintf() | in2 | 2002-07-21 | 1 | -11/+14 |
* | indent -i4 | in2 | 2002-07-21 | 54 | -1954/+2045 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 34 | -361/+382 |
* | fix applying newboard bug | in2 | 2002-07-20 | 1 | -3/+3 |
* | fix **t bug | in2 | 2002-07-20 | 1 | -2/+1 |
* | clean up `more_web' | kcwu | 2002-07-20 | 1 | -284/+5 |
* | Xload -> Xinfo | in2 | 2002-07-20 | 1 | -2/+2 |
* | mail_waterball | in2 | 2002-07-20 | 1 | -6/+9 |
* | register | in2 | 2002-07-07 | 1 | -11/+32 |
* | indent | in2 | 2002-07-06 | 54 | -14147/+15255 |
* | sysinfo | in2 | 2002-07-05 | 4 | -18/+26 |
* | mind | in2 | 2002-07-05 | 2 | -25/+24 |
* | remove mmap | in2 | 2002-07-05 | 3 | -23/+6 |
* | fix wrong word | in2 | 2002-07-03 | 1 | -2/+2 |
* | if( !(strstr(fhdr->title, "���u") && strstr(fhdr->title, "�O�ï¿... | in2 | 2002-07-03 | 1 | -2/+2 |
* | do NOT reload memory if shared-memoy fails | in2 | 2002-07-03 | 1 | -2/+3 |
* | secure .PASSWD | in2 | 2002-07-03 | 1 | -8/+13 |
* | fix broadcast bug | in2 | 2002-07-03 | 1 | -3/+6 |
* | fix buffer overflow, search use last value | in2 | 2002-07-03 | 1 | -3/+6 |
* | max search-forware 300 articles | in2 | 2002-07-02 | 1 | -2/+2 |
* | title "���u�O��" format | in2 | 2002-07-02 | 1 | -2/+2 |
* | use vmsg() | in2 | 2002-07-02 | 1 | -13/+5 |
* | fix memory bug | in2 | 2002-07-02 | 4 | -19/+25 |
* | hit to water program | in2 | 2002-07-02 | 2 | -4/+21 |
* | hit for register | in2 | 2002-06-30 | 1 | -14/+40 |
* | not using mmap for .PASSWD | in2 | 2002-06-30 | 2 | -57/+38 |
* | redraw | in2 | 2002-06-30 | 1 | -1/+3 |
* | bug of gettime: | ptt | 2002-06-29 | 1 | -1/+2 |
* | gamble | ptt | 2002-06-29 | 1 | -3/+7 |
* | add close vote once a day | ptt | 2002-06-29 | 1 | -2/+5 |
* | setcpulimit for gamble | ptt | 2002-06-29 | 1 | -1/+9 |
* | change the valid email address char set from "[].%!@:-_;" to "[].@-_" | kcwu | 2002-06-28 | 1 | -3/+3 |
* | this shouldn't exist | in2 | 2002-06-28 | 1 | -23/+0 |
* | it seems no one need 'libutil' | kcwu | 2002-06-27 | 1 | -2/+2 |
* | build broken due to: | kcwu | 2002-06-27 | 1 | -5/+5 |
* | remove bbcall.c | ptt | 2002-06-26 | 3 | -9/+4 |
* | fix deleted brd | ptt | 2002-06-26 | 1 | -1/+2 |
* | I am idoit | ptt | 2002-06-26 | 1 | -2/+2 |
* | fix deleted board : | ptt | 2002-06-26 | 1 | -1/+7 |
* | setproctitle("open ticket"); | ptt | 2002-06-26 | 1 | -1/+3 |
* | fix bug( Admin -> SetUserPasswd ) | in2 | 2002-06-26 | 1 | -7/+10 |
* | remove old board friend structure, | in2 | 2002-06-26 | 2 | -44/+3 |
* | avoid some memory error (for last commiting board friends) | in2 | 2002-06-26 | 1 | -4/+5 |
* | re-format, board friend | in2 | 2002-06-26 | 3 | -121/+125 |
* | stupid bug about | ptt | 2002-06-23 | 1 | -3/+3 |
* | little bug | ptt | 2002-06-23 | 1 | -3/+3 |
* | little change about position | ptt | 2002-06-23 | 1 | -3/+3 |
* | *** empty log message *** | ptt | 2002-06-23 | 1 | -2/+2 |
* | auto expire gamble | ptt | 2002-06-23 | 2 | -9/+9 |
* | oauto expire gamble | ptt | 2002-06-23 | 3 | -7/+63 |
* | gamble lock | ptt | 2002-06-23 | 1 | -2/+2 |
* | fix gamble lock | ptt | 2002-06-23 | 1 | -7/+13 |
* | change record stampfile function | ptt | 2002-06-23 | 2 | -4/+4 |
* | fix Link error | ptt | 2002-06-22 | 2 | -5/+5 |
* | o | ptt | 2002-06-22 | 2 | -4/+15 |
* | *** empty log message *** | bbs | 2002-06-21 | 1 | -2/+3 |
* | *** empty log message *** | lwms | 2002-06-19 | 11 | -63/+98 |
* | �� -> �O | lwms | 2002-06-19 | 3 | -14/+23 |
* | *** empty log message *** | lwms | 2002-06-19 | 2 | -6/+6 |
* | fix register bug | in2 | 2002-06-17 | 1 | -5/+8 |
* | *** empty log message *** | ptt | 2002-06-12 | 1 | -1/+2 |
* | *** empty log message *** | ptt | 2002-06-12 | 1 | -3/+5 |
* | *** empty log message *** | lwms | 2002-06-09 | 2 | -4/+15 |
* | *** empty log message *** | ptt | 2002-06-08 | 1 | -2/+2 |
* | *** empty log message *** | ptt | 2002-06-08 | 1 | -3/+4 |
* | *** empty log message *** | ptt | 2002-06-08 | 1 | -2/+3 |
* | *** empty log message *** | ptt | 2002-06-08 | 2 | -17/+16 |
* | *** empty log message *** | ptt | 2002-06-08 | 1 | -2/+2 |
* | add revoke gamble | ptt | 2002-06-08 | 1 | -20/+43 |
* | *** empty log message *** | ptt | 2002-06-08 | 1 | -3/+2 |
* | *** empty log message *** | ptt | 2002-06-08 | 1 | -4/+4 |
* | add log | ptt | 2002-06-08 | 1 | -9/+15 |
* | gamle and talk bug fix | ptt | 2002-06-08 | 2 | -6/+7 |
* | fix last commit bug | in2 | 2002-06-07 | 1 | -2/+2 |
* | fix last commit bug | in2 | 2002-06-07 | 1 | -3/+3 |
* | fix bugs for guest not logining when there're too few online users | in2 | 2002-06-07 | 1 | -25/+25 |
* | only one shared memory | in2 | 2002-06-07 | 15 | -320/+301 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -4/+5 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -2/+2 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -1/+2 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -10/+9 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -2/+3 |
* | *** empty log message *** | ptt | 2002-06-05 | 3 | -26/+21 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -20/+21 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -3/+2 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -4/+3 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -4/+4 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -2/+2 |
* | optimize talk.c | ptt | 2002-06-05 | 1 | -44/+59 |
* | use libcrypt | in2 | 2002-06-04 | 1 | -3/+3 |
* | global variable move to var.c | in2 | 2002-06-04 | 54 | -1539/+529 |
* | show board friends when only friends | in2 | 2002-06-02 | 1 | -28/+31 |
* | show number of board friends by counting | in2 | 2002-06-02 | 1 | -10/+9 |
* | board friend | in2 | 2002-06-02 | 1 | -6/+31 |
* | fix register bug | in2 | 2002-06-02 | 1 | -2/+2 |
* | register reject reason | in2 | 2002-06-02 | 1 | -3/+5 |
* | *** empty log message *** | lwms | 2002-06-02 | 1 | -2/+2 |
* | iswritable_stat, isvisible_stat | in2 | 2002-06-02 | 4 | -55/+62 |
* | 't' unset | ptt | 2002-06-02 | 1 | -1/+4 |
* | *** empty log message *** | ptt | 2002-06-01 | 2 | -8/+11 |
* | *** empty log message *** | ptt | 2002-06-01 | 1 | -1/+2 |
* | *** empty log message *** | ptt | 2002-06-01 | 2 | -14/+16 |