| Commit message (Expand) | Author | Age | Files | Lines |
* | Recommand code clean up and make length limit depend on ID length. | scw | 2005-02-09 | 1 | -27/+28 |
* | fix last commit | kcwu | 2005-02-09 | 1 | -1/+1 |
* | QP encode mail subject (rfc2047). | kcwu | 2005-02-09 | 1 | -3/+39 |
* | fix typo of chat action command | kcwu | 2005-02-08 | 1 | -1/+1 |
* | bug fix: don't use free'd pointer | kcwu | 2005-02-08 | 1 | -2/+4 |
* | code clean up. rewrite few lines. | kcwu | 2005-02-08 | 1 | -652/+257 |
* | warning free | kcwu | 2005-02-08 | 1 | -1/+1 |
* | Fix generalnamecomplete segmentation fault. | scw | 2005-02-08 | 1 | -1/+1 |
* | Using `&func_name' instead of direct `func_name' as function pointer. | scw | 2005-02-08 | 1 | -9/+9 |
* | change broadcast default prompt from 'y' to 'n', patched by ledia. | kcwu | 2005-02-08 | 1 | -3/+3 |
* | bug fix: fix broadcast linklist | kcwu | 2005-02-06 | 1 | -2/+2 |
* | replace strstr_lower(), which cause buffer overflow with strcasestr() | kcwu | 2005-02-06 | 4 | -12/+2 |
* | fix another friend[] overflowing in OUTTACACHE | in2 | 2005-02-06 | 1 | -1/+3 |
* | fix friend[] overflowing when using utmpserver. | in2 | 2005-02-06 | 2 | -1/+9 |
* | logout_friend_online() fault tolerant | kcwu | 2005-02-06 | 2 | -16/+25 |
* | Fix r2468. | scw | 2005-02-06 | 1 | -1/+1 |
* | code clean up. | kcwu | 2005-02-06 | 1 | -45/+49 |
* | * In generalnamecomplete(), complete as more as possible when space (' ') | scw | 2005-02-05 | 8 | -106/+116 |
* | Clean up unused code and commented code. | scw | 2005-02-05 | 2 | -13/+0 |
* | bug fix: variable uninitialized in utmpfix daemon-sleep mode.victor.edit@2465 | kcwu | 2005-02-05 | 1 | -0/+2 |
* | comment on questionable comment | kcwu | 2005-02-05 | 1 | -1/+4 |
* | remove backup file...version control system rules! | kcwu | 2005-02-05 | 1 | -363/+0 |
* | fix bad big5 character in comment | kcwu | 2005-02-05 | 1 | -1/+1 |
* | change function declare from k&r style to ansi style. | kcwu | 2005-02-05 | 2 | -285/+108 |
* | replace rand() with random() for better randomness | kcwu | 2005-02-04 | 17 | -25/+25 |
* | recount n_bottom for each board after reloadbcache | in2 | 2005-02-04 | 1 | -0/+16 |
* | for sysop to recover board. | ptt | 2005-02-04 | 1 | -6/+2 |
* | don't reset random seed for each game. | kcwu | 2005-02-03 | 1 | -2/+2 |
* | comment on bad random number usage | kcwu | 2005-02-03 | 2 | -3/+4 |
* | Fix dark screen problem | ptt | 2005-02-03 | 1 | -1/+1 |
* | remove hard coded "PttLaw"./ | ptt | 2005-02-03 | 1 | -6/+6 |
* | fix one char in displaying | ptt | 2005-02-03 | 1 | -1/+1 |
* | guest can post for jdwreck | ptt | 2005-02-03 | 3 | -2/+3 |
* | Chess country plan showing problem. Display country plan on | scw | 2005-02-02 | 2 | -2/+2 |
* | in utmpfix, send SIGKILL if the processes are not response to SIGHUP. | in2 | 2005-01-31 | 1 | -9/+35 |
* | Allowing reply inviting request. | scw | 2005-01-30 | 2 | -3/+4 |
* | Missing commit. | scw | 2005-01-30 | 1 | -1/+1 |
* | Do not overwrite chess_list when creating man files. | scw | 2005-01-30 | 1 | -12/+20 |
* | fix r2438 with TIMET64 | in2 | 2005-01-30 | 1 | -3/+2 |
* | remove useless \n | in2 | 2005-01-30 | 1 | -1/+1 |
* | remove bad characters in title. some bbs site like | in2 | 2005-01-30 | 1 | -1/+10 |
* | redraw help bar to avoid overrided by water ball. | scw | 2005-01-29 | 1 | -1/+2 |
* | cut hash if there is big trouble and fix it later. | ptt | 2005-01-29 | 1 | -0/+1 |
* | fix bug for new user | ptt | 2005-01-29 | 1 | -1/+1 |
* | uhash problem | ptt | 2005-01-28 | 2 | -24/+5 |
* | fix a bug on remove . | ptt | 2005-01-28 | 1 | -4/+10 |
* | add TIMET64 for both 4 or 8 bytes time_t | in2 | 2005-01-27 | 5 | -12/+27 |
* | fix iconv | wens | 2005-01-27 | 1 | -4/+4 |
* | remove redundent ctime4 | wens | 2005-01-27 | 1 | -7/+0 |
* | Let admin fix passwd shm on the fly. | ptt | 2005-01-27 | 1 | -27/+62 |
* | for x86-64 | in2 | 2005-01-25 | 2 | -9/+10 |
* | Collect all the five chess log to a board if GLOBAL_FIVECHESS_LOG | scw | 2005-01-25 | 3 | -26/+76 |
* | change time_t to time4_t | wens | 2005-01-25 | 1 | -2/+7 |
* | more ctime to ctime4 | wens | 2005-01-25 | 3 | -3/+3 |
* | use ctime4 for compat on x86_64 | wens | 2005-01-25 | 15 | -34/+43 |
* | fix Cdate without newline | wens | 2005-01-25 | 1 | -3/+3 |
* | use bbs.h | in2 | 2005-01-25 | 1 | -13/+4 |
* | fix r2426 | in2 | 2005-01-25 | 1 | -1/+1 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 58 | -340/+305 |
* | define IA32 for IA32 mode | in2 | 2005-01-24 | 3 | -1/+12 |
* | fix type | scw | 2005-01-24 | 2 | -5/+6 |
* | Fix gomoku passing states. | scw | 2005-01-23 | 1 | -6/+24 |
* | Showing blank photo when either side has not joined chess country, | scw | 2005-01-23 | 1 | -27/+30 |
* | Showing picture on five chess match. (only when both sides participated | scw | 2005-01-23 | 1 | -24/+118 |
* | Allow user to modify their chess country self-description. | scw | 2005-01-23 | 2 | -3/+74 |
* | damn, don't mess global and that unused parameter up | victor | 2005-01-22 | 1 | -4/+7 |
* | Refactoring screen.c and adding function GetCurrentLine(). | scw | 2005-01-21 | 3 | -12/+41 |
* | Chess country plan display error. | scw | 2005-01-21 | 1 | -6/+6 |
* | fix bug in revision 2413 | victor | 2005-01-20 | 1 | -17/+7 |
* | revert to 2410. wrong output when reposting. | in2 | 2005-01-20 | 1 | -4/+16 |
* | generic support for ssh hostname via SSH_CLIENT env (with support for ipv6 li... | wens | 2005-01-20 | 2 | -30/+15 |
* | init uninitialize data | victor | 2005-01-20 | 1 | -16/+4 |
* | revert last commit | wens | 2005-01-19 | 1 | -3/+6 |
* | limitedit should be SYSOP only | wens | 2005-01-19 | 1 | -6/+3 |
* | fix last commit error | victor | 2005-01-19 | 1 | -1/+1 |
* | fix missing initialization (default is insert mode) | victor | 2005-01-19 | 4 | -11/+11 |
* | curr_buf is not available when cross posting. | in2 | 2005-01-18 | 1 | -3/+4 |
* | proper layout for long screen | victor | 2005-01-17 | 1 | -8/+10 |
* | fix sorting criteria for chc/five record | kcwu | 2005-01-17 | 1 | -4/+4 |
* | fix last commit's bug | victor | 2005-01-17 | 1 | -16/+18 |
* | clear bad 'withme' flags | kcwu | 2005-01-17 | 1 | -0/+2 |
* | don't use those useless data (I'll review edit.c later) | victor | 2005-01-17 | 3 | -706/+722 |
* | load assessment data to shm | victor | 2005-01-16 | 1 | -0/+4 |
* | edit.c: dont use such a lot of strlen() | victor | 2005-01-15 | 2 | -21/+35 |
* | specified alert | victor | 2005-01-15 | 1 | -4/+8 |
* | revert | victor | 2005-01-15 | 1 | -4/+3 |
* | do fav_cleanup() after loading from .fav4 | victor | 2005-01-15 | 1 | -3/+4 |
* | remove annoying bell(). | in2 | 2005-01-15 | 1 | -6/+2 |
* | fix bug | in2 | 2005-01-14 | 1 | -1/+1 |
* | getindex(): | in2 | 2005-01-14 | 1 | -20/+39 |
* | Only sysop can set `chess country' and `restricted post.' | scw | 2005-01-13 | 2 | -8/+10 |
* | implement basic cp(1), fix "/bin/cp: Argument list too long." | victor | 2005-01-12 | 3 | -3/+103 |
* | only SYSOPs can change post limit | wens | 2005-01-09 | 1 | -9/+12 |
* | fix previous commit. | scw | 2005-01-09 | 1 | -1/+1 |
* | Wrong output for chess country query. | scw | 2005-01-08 | 1 | -0/+10 |
* | Make BM be able to set whether everyone can post | scw | 2005-01-07 | 5 | -4/+34 |
* | add post limits for BM. | wens | 2005-01-07 | 6 | -80/+145 |
* | warning free | in2 | 2005-01-06 | 1 | -0/+1 |
* | if SHM->Bbusystate is true in bcache_reload, wait at most 10 secs | in2 | 2005-01-06 | 1 | -18/+18 |
* | fix stupid bug in utmpfix... | wens | 2005-01-01 | 1 | -2/+2 |
* | set crosspost times as zero only when he change the board. | ptt | 2004-12-21 | 1 | -1/+2 |
* | cross post only happen on different boards | ptt | 2004-12-21 | 1 | -2/+4 |
* | add function for BMs to choose default save method | wens | 2004-12-20 | 2 | -2/+31 |
* | Adding commonts for upper bound of lists and enlarging | scw | 2004-12-19 | 1 | -8/+8 |
* | It should be a function call ... | victor | 2004-12-17 | 1 | -1/+1 |
* | cdoc finished | victor | 2004-12-17 | 10 | -119/+317 |
* | fix bug in deleting blog | in2 | 2004-12-16 | 1 | -1/+1 |
* | shouldn't add 1 for this index | victor | 2004-12-13 | 1 | -1/+1 |
* | fix sorting problem | victor | 2004-12-13 | 2 | -12/+21 |
* | please use proper indent ... | victor | 2004-12-12 | 1 | -4/+5 |
* | merge ptt.linux again | wens | 2004-12-11 | 8 | -164/+197 |
* | fucking compile error | victor | 2004-12-09 | 1 | -1/+1 |
* | discard r2368 due to compilation failure | in2 | 2004-12-06 | 8 | -187/+154 |
* | lightweight sysop broadcast | in2 | 2004-12-06 | 1 | -5/+19 |
* | fix title length | wens | 2004-12-05 | 1 | -0/+2 |
* | merge ptt.linux | wens | 2004-12-05 | 8 | -154/+187 |
* | for stable branch | in2 | 2004-12-05 | 1 | -21/+39 |
* | add board to title for deleted articles as in ALLPOST | wens | 2004-12-03 | 1 | -1/+2 |
* | changed money in fileheader_t into union | wens | 2004-12-03 | 7 | -36/+78 |
* | paint original color | victor | 2004-12-02 | 2 | -9/+9 |
* | some help pages are showed from file | victor | 2004-12-02 | 15 | -85/+116 |
* | Move cursor to newly added board. | scw | 2004-11-30 | 1 | -0/+2 |
* | Telling where the BBS data will be placed in initbbs. | scw | 2004-11-29 | 1 | -0/+1 |
* | * Use testing and setting macros instead of accessing yank_flag | scw | 2004-11-29 | 2 | -27/+75 |
* | jwretch asked to change | ptt | 2004-11-27 | 1 | -5/+2 |
* | add description to invoice | ptt | 2004-11-27 | 1 | -5/+10 |
* | If pay under 100 there is no invoice | ptt | 2004-11-27 | 1 | -0/+1 |
* | speed up and fix some bug | victor | 2004-11-25 | 1 | -11/+35 |
* | fix scope error for gcc 4.0 | in2 | 2004-11-24 | 2 | -6/+0 |
* | corrected comment and bitmask | wens | 2004-11-23 | 1 | -6/+6 |
* | wrong data type >< | victor | 2004-11-22 | 2 | -6/+11 |
* | change utf8 comment to big5 | kcwu | 2004-11-22 | 2 | -14/+14 |
* | fix assess bug | victor | 2004-11-22 | 7 | -13/+112 |
* | added util to zero vote limits. | wens | 2004-11-21 | 1 | -0/+47 |
* | fix 2341, compilation error | in2 | 2004-11-21 | 1 | -2/+2 |
* | add "cdoc" (just like javadoc) to grab prototype and comments of functions | victor | 2004-11-20 | 3 | -1/+114 |
* | added forgotten check XD | wens | 2004-11-20 | 1 | -0/+2 |
* | added vote board limits for BM using key 'C' | wens | 2004-11-20 | 4 | -2/+72 |
* | fix race of assession | victor | 2004-11-20 | 2 | -10/+15 |
* | When searching first article with same subject, stop only after 200 mismatch | kcwu | 2004-11-18 | 1 | -1/+3 |
* | moved cancel bid earlier | wens | 2004-11-18 | 1 | -2/+17 |
* | remove unneseccery barrier of poll closing | victor | 2004-11-18 | 4 | -21/+28 |
* | fix r2315 | in2 | 2004-11-18 | 1 | -25/+21 |
* | fix file_delete_lineptt.linux@2330 | ptt | 2004-11-17 | 3 | -4/+4 |
* | someone forget commit the change of header files. | ptt | 2004-11-17 | 1 | -1/+1 |
* | case sensitive/insenstive option for file_delete_line, and fix friend deletio... | victor | 2004-11-17 | 1 | -3/+6 |
* | fix last commit's fault | victor | 2004-11-16 | 1 | -6/+6 |
* | fix last commit's fault | victor | 2004-11-16 | 1 | -2/+2 |
* | fix redraw problem when calling thread() | victor | 2004-11-16 | 1 | -13/+14 |
* | fix a null pointer handling bug | in2 | 2004-11-15 | 1 | -2/+2 |
* | user has the most priority ..... | victor | 2004-11-12 | 1 | -2/+3 |
* | try to fix strange behavior of bvote | victor | 2004-11-11 | 3 | -23/+13 |
* | add modifier "const" to some constant | victor | 2004-11-09 | 4 | -12/+18 |
* | move two static struct termios tty_state, tty_new to local, they're not used | victor | 2004-11-08 | 1 | -4/+2 |
* | comment todo | kcwu | 2004-11-06 | 2 | -0/+2 |
* | fix bug: missing string terminate char | kcwu | 2004-11-06 | 1 | -0/+2 |
* | fix pointer crash bug due to my last modify | kcwu | 2004-11-06 | 1 | -12/+12 |
* | To avoid huge load, sleep 0.1s after each card game, chichken, gamble transac... | kcwu | 2004-11-06 | 2 | -0/+2 |
* | rewrite Makefile for using pttbbs.mk and clean a lot of | in2 | 2004-11-06 | 1 | -199/+52 |
* | Backup screen without hole. Save 8~11kb for normal user. | kcwu | 2004-11-06 | 8 | -24/+66 |
* | set socket send buf to 4kb | kcwu | 2004-11-06 | 1 | -0/+2 |
* | import NoCeM into innbbsd/. | in2 | 2004-11-05 | 11 | -13/+726 |
* | chinese typo >< | ptt | 2004-11-04 | 1 | -1/+1 |
* | show warning when passwd error | ptt | 2004-11-04 | 1 | -6/+8 |
* | typo. change '<' -> '<=' | ptt | 2004-11-03 | 1 | -1/+1 |
* | fix the bug. buy -1 mail = buy 100 mail | ptt | 2004-11-03 | 1 | -3/+1 |
* | switch the words of gold/silver coin | ptt | 2004-11-03 | 1 | -11/+14 |
* | Merge different version of "personal abstract" from SOB user. | ptt | 2004-11-03 | 1 | -1/+12 |
* | change the words "personal abstract" for SOB's users | ptt | 2004-11-03 | 1 | -2/+2 |
* | comment the dirty usage | kcwu | 2004-11-01 | 1 | -1/+1 |
* | use memmove instead of memcpy if overlapping | kcwu | 2004-11-01 | 1 | -2/+4 |
* | fix bvote problem | victor | 2004-11-01 | 2 | -261/+193 |
* | treat lose and decrease chess rating if disconnected | kcwu | 2004-10-31 | 2 | -2/+6 |
* | show 6 card when playing blackjack | kcwu | 2004-10-31 | 1 | -16/+16 |
* | do not install UTIL_OBJS to ~/bin/ | in2 | 2004-10-31 | 1 | -1/+1 |
* | why variable "path" is 'static' on solaris swapused() | kcwu | 2004-10-31 | 1 | -1/+1 |
* | rename global variable "line" to avoid conflict with local's | kcwu | 2004-10-31 | 1 | -13/+13 |
* | eliminate 132 bytes global array | kcwu | 2004-10-31 | 1 | -12/+18 |
* | eliminate 361byte global array | kcwu | 2004-10-31 | 1 | -22/+23 |
* | eliminate 2kb global array | kcwu | 2004-10-31 | 1 | -88/+113 |
* | eliminate 4kb global array | kcwu | 2004-10-31 | 1 | -29/+31 |
* | add TODO for user list speed up | kcwu | 2004-10-31 | 1 | -0/+5 |
* | FreeBSD -L/usr/local/lib | kcwu | 2004-10-31 | 1 | -1/+1 |
* | always respect to BBSHOME | kcwu | 2004-10-31 | 3 | -5/+5 |
* | change/fix the rule of blackjack | kcwu | 2004-10-31 | 1 | -39/+55 |
* | show register-notice for users who have permission PERM_ACCOUNTS | victor | 2004-10-30 | 1 | -1/+2 |
* | Test importing SOB account. | ptt | 2004-10-30 | 1 | -1/+1 |
* | fix of typo | ptt | 2004-10-30 | 1 | -2/+2 |
* | feature for SOB users to import account | ptt | 2004-10-30 | 4 | -169/+86 |
* | fix comment typo | kcwu | 2004-10-28 | 1 | -1/+1 |
* | chess listing sorted by rating(conditional) and player attitute | kcwu | 2004-10-28 | 1 | -2/+19 |
* | race | victor | 2004-10-27 | 2 | -15/+25 |
* | modify merge bbs for SOB's boards | ptt | 2004-10-26 | 4 | -12/+13 |
* | typo, thanks wens | victor | 2004-10-25 | 1 | -1/+1 |
* | add daemon mode for utmpfix | in2 | 2004-10-25 | 1 | -27/+48 |
* | add fixme comment | kcwu | 2004-10-25 | 1 | -0/+1 |
* | return money if one didn't catch on the gamble | victor | 2004-10-24 | 1 | -1/+3 |
* | fix chess piece name (wrong side) | kcwu | 2004-10-24 | 1 | -1/+1 |
* | init userec_t version | victor | 2004-10-24 | 3 | -1/+4 |
* | apply memcpy() instead of strlcpy() to mind | in2 | 2004-10-24 | 1 | -1/+1 |
* | WARNING | victor | 2004-10-23 | 4 | -5/+158 |
* | fix card_jack crash | kcwu | 2004-10-21 | 1 | -2/+12 |
* | 1.fix infinite loop | victor | 2004-10-21 | 1 | -3/+6 |
* | if some utmp records fails, utmpfix will clean the records | in2 | 2004-10-20 | 1 | -7/+28 |
* | unsetenv before daemon fork | kcwu | 2004-10-20 | 1 | -3/+3 |
* | fix move step line | kcwu | 2004-10-19 | 1 | -57/+111 |
* | install sample chess poem | kcwu | 2004-10-19 | 2 | -1/+12 |
* | fix utmpfix that corrupt SHM | kcwu | 2004-10-19 | 1 | -1/+8 |
* | shmctl should NOT fail in utmpfix, but when something wrong | in2 | 2004-10-19 | 1 | -4/+31 |
* | give permission "review new register" for PERM_ACCOUNTS | ptt | 2004-10-18 | 1 | -1/+1 |
* | rename global static variable "fp" to "chessfp" | kcwu | 2004-10-18 | 1 | -9/+9 |
* | strip none-big5 string in user's mind | kcwu | 2004-10-18 | 1 | -0/+1 |
* | 1.support ipcrm in Linux and setuid to BBSADM ad the same time to | victor | 2004-10-17 | 1 | -10/+32 |
* | wrong default checking | victor | 2004-10-17 | 1 | -1/+1 |
* | change the threshold of determining robot posting. | ptt | 2004-10-17 | 1 | -1/+1 |
* | strip none-big5 char in user's nick | kcwu | 2004-10-16 | 3 | -10/+27 |
* | fix last commit | kcwu | 2004-10-16 | 1 | -1/+1 |
* | trip IAC char in user's nick | kcwu | 2004-10-16 | 1 | -0/+1 |
* | strip IAC char in user's nick | kcwu | 2004-10-16 | 2 | -0/+14 |
* | fix comment with non-big5 char | kcwu | 2004-10-16 | 1 | -1/+1 |
* | show chess rating not only in debug mode | kcwu | 2004-10-16 | 3 | -19/+103 |
* | don't need to log file | ptt | 2004-10-14 | 1 | -2/+2 |
* | When find roboti posting, | ptt | 2004-10-14 | 1 | -1/+5 |
* | missing fav_remove | victor | 2004-10-13 | 1 | -0/+1 |
* | 1. Anonymous post can be delete by poster | ptt | 2004-10-13 | 1 | -12/+17 |
* | 1. remove do_unanonymous_post function. It is almost the same as do_crosspost. | ptt | 2004-10-13 | 2 | -5/+5 |
* | there was no touchbtotal at syspost. added it. | ptt | 2004-10-13 | 1 | -1/+2 |
* | 1. Add reason on post title at voilationLaw. | ptt | 2004-10-13 | 2 | -4/+4 |
* | refactoring | victor | 2004-10-12 | 1 | -20/+3 |
* | Add __attribute__((__noreturn__)) for the abort functions. | scw | 2004-10-12 | 2 | -1/+7 |
* | fix memory leak | victor | 2004-10-12 | 1 | -14/+17 |
* | add +/- support when reading article, thanks wens | victor | 2004-10-12 | 1 | -1/+3 |
* | revise to proper buffer len | victor | 2004-10-10 | 2 | -14/+37 |
* | fix error in su command | in2 | 2004-10-09 | 1 | -3/+4 |
* | typo | in2 | 2004-10-09 | 1 | -1/+1 |
* | correct comment typo | kcwu | 2004-10-09 | 1 | -1/+1 |
* | same problem | victor | 2004-10-09 | 1 | -11/+11 |
* | wrong size of ident -_- it may cause malfunction of uflag2 | victor | 2004-10-09 | 1 | -5/+5 |
* | display one more digit of game record | kcwu | 2004-10-09 | 1 | -3/+3 |
* | order by play count>0 first | kcwu | 2004-10-09 | 1 | -6/+22 |
* | also update rating in ram | kcwu | 2004-10-08 | 1 | -0/+1 |
* | fix last commit, forget to load rating into shm | kcwu | 2004-10-08 | 2 | -1/+3 |
* | calculate chess ELO rating | kcwu | 2004-10-08 | 5 | -1/+42 |
* | give warning | kcwu | 2004-10-07 | 1 | -0/+1 |
* | fix typo in comment | kcwu | 2004-10-07 | 1 | -1/+1 |
* | big5 sucks | victor | 2004-10-06 | 1 | -1/+1 |
* | remove unused uflag: MIND_FLAG, COLOR_FLAG | victor | 2004-10-06 | 4 | -24/+68 |
* | found black hold. | ptt | 2004-10-05 | 2 | -3/+3 |
* | log | victor | 2004-10-04 | 1 | -5/+8 |
* | use getkey instead of vmsg | ptt | 2004-10-02 | 1 | -2/+2 |