| Commit message (Expand) | Author | Age | Files | Lines |
* | add dietlibc support, reduced 16kb memory usage on linux x86_64. | kcwu | 2005-02-24 | 1 | -1/+1 |
* | add mallopt option | victor | 2005-02-20 | 1 | -4/+28 |
* | in CRITICAL_MEMORY, alloc water[] when it's needed. | in2 | 2005-02-19 | 1 | -0/+10 |
* | rewrite few lines. | kcwu | 2005-02-12 | 1 | -4/+3 |
* | Use chomp() instead of assigning '\0' directly. | scw | 2005-02-12 | 1 | -1/+1 |
* | make valgrind happy | kcwu | 2005-02-10 | 1 | -0/+10 |
* | Clean up unused code and commented code. | scw | 2005-02-05 | 1 | -3/+0 |
* | replace rand() with random() for better randomness | kcwu | 2005-02-04 | 1 | -1/+1 |
* | more ctime to ctime4 | wens | 2005-01-25 | 1 | -1/+1 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -8/+4 |
* | generic support for ssh hostname via SSH_CLIENT env (with support for ipv6 li... | wens | 2005-01-20 | 1 | -1/+5 |
* | clear bad 'withme' flags | kcwu | 2005-01-17 | 1 | -0/+2 |
* | 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 | 1 | -0/+5 |
* | remove unneseccery barrier of poll closing | victor | 2004-11-18 | 1 | -6/+1 |
* | Backup screen without hole. Save 8~11kb for normal user. | kcwu | 2004-11-06 | 1 | -3/+4 |
* | set socket send buf to 4kb | kcwu | 2004-11-06 | 1 | -0/+2 |
* | 1.fix infinite loop | victor | 2004-10-21 | 1 | -3/+6 |
* | unsetenv before daemon fork | kcwu | 2004-10-20 | 1 | -3/+3 |
* | strip none-big5 string in user's mind | kcwu | 2004-10-18 | 1 | -0/+1 |
* | strip none-big5 char in user's nick | kcwu | 2004-10-16 | 1 | -1/+1 |
* | strip IAC char in user's nick | kcwu | 2004-10-16 | 1 | -0/+1 |
* | show chess rating not only in debug mode | kcwu | 2004-10-16 | 1 | -0/+2 |
* | Add __attribute__((__noreturn__)) for the abort functions. | scw | 2004-10-12 | 1 | -0/+4 |
* | fix last commit, forget to load rating into shm | kcwu | 2004-10-08 | 1 | -0/+1 |
* | remove unused uflag: MIND_FLAG, COLOR_FLAG | victor | 2004-10-06 | 1 | -1/+1 |
* | merge back from branch victor.solaris | victor | 2004-09-10 | 1 | -20/+25 |
* | domain_name_query is changed to cidr format | victor | 2004-09-03 | 1 | -17/+6 |
* | GuEsT login to be case-insensitive | victor | 2004-08-25 | 1 | -1/+1 |
* | debug goodpost & bad post | ptt | 2004-08-04 | 1 | -14/+0 |
* | Reverting revision 2098 and 2100. These make kernel panic due to out of swap. | scw | 2004-06-29 | 1 | -20/+8 |
* | Parse a little TELNET control string. | scw | 2004-06-29 | 1 | -8/+20 |
* | Some functions in cache are never used in mbbsd. | scw | 2004-06-28 | 1 | -1/+2 |
* | Add statistic program for angel. | scw | 2004-06-20 | 1 | -1/+1 |
* | experiment on setting socket recving buffer size to 1kb | kcwu | 2004-06-18 | 1 | -1/+4 |
* | merge back from victor.screen branch | victor | 2004-06-12 | 1 | -2/+0 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -1/+1 |
* | fix compile error when PLAY_ANGLE undefined | kcwu | 2004-06-04 | 1 | -0/+2 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -2/+2 |
* | same typo #ifdef->#if | ptt | 2004-05-30 | 1 | -1/+1 |
* | typo #ifdef -> #if | ptt | 2004-05-30 | 1 | -1/+1 |
* | 1. send etc/foreign_expired_warn only when FOREIGN_REG_DAY > 0 for Ptt3 | ptt | 2004-05-27 | 1 | -1/+1 |
* | Merge from scw.angel. | scw | 2004-05-24 | 1 | -2/+18 |
* | s/\\n// foreach vmsg("xxx") | victor | 2004-05-18 | 1 | -1/+1 |
* | in log_file(), use LOG_VF if need to vfprintf(). | in2 | 2004-05-03 | 1 | -2/+2 |
* | change log_file() | ptt | 2004-04-30 | 1 | -17/+3 |
* | a little bug fixed | ptt | 2004-04-24 | 1 | -1/+1 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -16/+2 |
* | for foreigner | ptt | 2004-04-24 | 1 | -2/+2 |
* | integrate igetkey igetch egetch | ptt | 2004-04-24 | 1 | -1/+1 |
* | debug of segfault on userlist | ptt | 2004-04-23 | 1 | -3/+3 |
* | ugly output | victor | 2004-04-21 | 1 | -1/+1 |
* | revert cuser bug fix | ptt | 2004-04-21 | 1 | -1/+1 |
* | revert cuser .... bug fix | ptt | 2004-04-21 | 1 | -1/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -81/+80 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1785 63ad8ddf-47c3-03...Ptt.register@1785 | ptt | 2004-04-19 | 1 | -0/+1 |
* | fix if cuser == NULL | in2 | 2004-04-18 | 1 | -1/+1 |
* | log user's format | ptt | 2004-04-16 | 1 | -11/+11 |
* | \n | victor | 2004-04-16 | 1 | -1/+1 |
* | wrong format in usies | victor | 2004-04-14 | 1 | -2/+2 |
* | passwd change back | ptt | 2004-04-07 | 1 | -1/+0 |
* | remove unsigned int for money | ptt | 2004-04-07 | 1 | -1/+1 |
* | check post perm on demand | victor | 2004-04-02 | 1 | -0/+5 |
* | idelete the debug message | ptt | 2004-04-01 | 1 | -9/+0 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1659 63ad8ddf-47c3-03... | ptt | 2004-04-01 | 1 | -2/+9 |
* | guest login | ptt | 2004-04-01 | 1 | -1/+1 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1656 63ad8ddf-47c3-03... | ptt | 2004-04-01 | 1 | -0/+1 |
* | fix if cuser is NULL | in2 | 2004-03-31 | 1 | -4/+4 |
* | debug log_usies | ptt | 2004-03-31 | 1 | -12/+13 |
* | refining | ptt | 2004-03-31 | 1 | -1/+2 |
* | remove mmap of cuser | ptt | 2004-03-31 | 1 | -1/+0 |
* | cuser debug | ptt | 2004-03-31 | 1 | -5/+5 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -92/+81 |
* | faster passwd by lower the lseek. | ptt | 2004-03-30 | 1 | -0/+1 |
* | Fix bug when .boardrc full. | scw | 2004-03-28 | 1 | -1/+1 |
* | delay init_brdbuf | in2 | 2004-03-27 | 1 | -3/+0 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1586 63ad8ddf-47c3-03... | ptt | 2004-03-12 | 1 | -0/+8 |
* | NO_SYSOP_ACCOUNT | in2 | 2004-03-08 | 1 | -0/+4 |
* | let no PERM_LOGIN user read the mail before fill the register form. | victor | 2004-03-02 | 1 | -3/+3 |
* | Reduce file I/O on .boardrc | scw | 2004-02-12 | 1 | -0/+1 |
* | warning free | in2 | 2004-02-09 | 1 | -0/+4 |
* | add some comments for ofo water mode. | in2 | 2004-01-16 | 1 | -4/+27 |
* | follow the prottype of lib, change GB_CONVERT to CONVERT | victor | 2004-01-12 | 1 | -4/+4 |
* | dirty hack for OVERLOADBLOCKFDS | in2 | 2004-01-12 | 1 | -1/+2 |
* | OVERLOADBLOCKFDS | in2 | 2004-01-09 | 1 | -7/+26 |
* | support utf8 convertion, but still buggy | victor | 2004-01-03 | 1 | -3/+15 |
* | fix compile error if not define NOKILLWATERBALL | in2 | 2004-01-03 | 1 | -1/+3 |
* | fix race in write_request() | in2 | 2004-01-02 | 1 | -16/+20 |
* | NOKILLWATERBALL: dirty hack | in2 | 2004-01-02 | 1 | -0/+2 |
* | NOKILLWATERBALL: fix bug? | in2 | 2004-01-02 | 1 | -20/+8 |
* | NOKILLWATERBALL done. | in2 | 2004-01-01 | 1 | -0/+1 |
* | NOKILLWATERBALL, | in2 | 2004-01-01 | 1 | -1/+6 |
* | fix bug | in2 | 2003-12-22 | 1 | -2/+2 |
* | missing commit | victor | 2003-12-22 | 1 | -14/+4 |
* | fix Ptt_prints bug | victor | 2003-12-22 | 1 | -4/+14 |
* | use open() instead of fopen() in log_file() | in2 | 2003-12-07 | 1 | -5/+6 |
* | use rfork() | in2 | 2003-12-04 | 1 | -0/+4 |
* | #ifdef ASSESS | victor | 2003-12-02 | 1 | -0/+4 |
* | fix assess, it may be rewriten | victor | 2003-12-01 | 1 | -0/+10 |
* | 1.#ifdef GQ_CONVERT | victor | 2003-11-28 | 1 | -2/+9 |
* | merge gb branch back | victor | 2003-11-28 | 1 | -2/+14 |
* | dont mkdir for each login | victor | 2003-10-30 | 1 | -4/+14 |
* | code clean up | kcwu | 2003-09-10 | 1 | -42/+27 |
* | fix the bug with wrong length of fromhost | victor | 2003-09-10 | 1 | -4/+4 |
* | merge from my branch | victor | 2003-09-09 | 1 | -1/+1 |
* | admin.c: multiple reason for rejection | victor | 2003-09-09 | 1 | -61/+95 |
* | clean up | kcwu | 2003-09-07 | 1 | -6/+3 |
* | fix my problem @@ | victor | 2003-09-01 | 1 | -3/+1 |
* | mbbsd.c for SSH_CLIENT | victor | 2003-09-01 | 1 | -1/+14 |
* | wrong spell and missing :P | victor | 2003-08-28 | 1 | -1/+1 |
* | It's not necessary to reload friend and eject list at the same time. | victor | 2003-08-28 | 1 | -1/+1 |
* | remove necessary control code in water log | in2 | 2003-08-04 | 1 | -2/+2 |
* | merge from MergeCache | in2 | 2003-07-20 | 1 | -7/+10 |
* | reduce SHM size(remove realname) | in2 | 2003-07-17 | 1 | -4/+3 |
* | count #Welcomes in account to SHM instead of mbbsd.c | in2 | 2003-07-05 | 1 | -14/+5 |
* | undo 1.85 | in2 | 2003-06-27 | 1 | -7/+3 |
* | unset SSH_CLIENT env variable in daemon mode | kcwu | 2003-06-26 | 1 | -1/+4 |
* | give warning prompt when user use insecure(non-ssh) connection | kcwu | 2003-06-26 | 1 | -2/+7 |
* | clean up | kcwu | 2003-06-26 | 1 | -13/+8 |
* | comments for having login error log | in2 | 2003-06-17 | 1 | -5/+7 |
* | warning free | in2 | 2003-05-22 | 1 | -3/+1 |
* | :p | bbs | 2003-05-20 | 1 | -9/+1 |
* | search_ulist_userid() | bbs | 2003-05-20 | 1 | -1/+8 |
* | warning free | in2 | 2003-05-18 | 1 | -4/+8 |
* | fix foreign | victor | 2003-05-16 | 1 | -2/+2 |
* | rename | victor | 2003-05-12 | 1 | -2/+2 |
* | last commit err | victor | 2003-05-11 | 1 | -2/+2 |
* | ifdef-else-endif :Q | bbs | 2003-05-11 | 1 | -1/+3 |
* | use another clear bits -_- | victor | 2003-05-09 | 1 | -2/+2 |
* | fix last commit bug | victor | 2003-05-09 | 1 | -8/+9 |
* | foreigner identification | victor | 2003-05-09 | 1 | -1/+9 |
* | open /dev/null to fd:2 (stderr) | in2 | 2003-04-14 | 1 | -2/+9 |
* | dymaxactive, toomanyusers | in2 | 2003-04-07 | 1 | -3/+4 |
* | PRE_FORK | in2 | 2003-03-28 | 1 | -2/+13 |
* | show Welcome_login before login initialization. | in2 | 2003-03-24 | 1 | -40/+41 |
* | remove sigfree | in2 | 2003-03-15 | 1 | -4/+1 |
* | lazy sort utmp | in2 | 2003-02-11 | 1 | -1/+2 |
* | remove sort_utmp() (in shmctl utmpsortd now) | in2 | 2003-01-25 | 1 | -2/+1 |
* | critical memory usage | in2 | 2003-01-19 | 1 | -1/+4 |
* | damn printf() buffer eat 36k memory | kcwu | 2003-01-17 | 1 | -2/+1 |
* | eliminate `static' array | kcwu | 2003-01-16 | 1 | -2/+3 |
* | saving stack usage by reducing function call | in2 | 2003-01-14 | 1 | -16/+12 |
* | after setup_utmp(), renice to +5. | in2 | 2002-12-10 | 1 | -1/+2 |
* | show ������������ in user list | kcwu | 2002-11-16 | 1 | -1/+4 |
* | only read favbuf & brdbuf before one need it, | in2 | 2002-09-27 | 1 | -1/+2 |
* | DEBUGSLEEP | in2 | 2002-09-18 | 1 | -1/+3 |
* | remove unused code | in2 | 2002-09-07 | 1 | -13/+1 |
* | advetise ptt2 | ptt | 2002-09-02 | 1 | -2/+2 |
* | fix last commit bug | in2 | 2002-08-28 | 1 | -2/+2 |
* | overload message | in2 | 2002-08-28 | 1 | -13/+29 |
* | turn on full screen support if shell login. | kcwu | 2002-08-25 | 1 | -1/+3 |
* | chkload | in2 | 2002-08-24 | 1 | -13/+10 |
* | fix memory error | in2 | 2002-08-24 | 1 | -1/+2 |
* | DYMAX_ACTIVE | in2 | 2002-08-23 | 1 | -2/+6 |
* | (3rd)smaller memory use | in2 | 2002-08-21 | 1 | -2/+1 |
* | more specific `currstat' mode | kcwu | 2002-07-27 | 1 | -2/+2 |
* | show `currstat' when debug me | kcwu | 2002-07-27 | 1 | -2/+2 |
* | indicate which user crash mbbsd | kcwu | 2002-07-25 | 1 | -2/+2 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -29/+36 |
* | check the using of `sizeof' with strlcpy() | kcwu | 2002-07-22 | 1 | -3/+3 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -4/+2 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -13/+14 |
* | indent | in2 | 2002-07-06 | 1 | -761/+743 |
* | sysinfo | in2 | 2002-07-05 | 1 | -1/+3 |
* | mind | in2 | 2002-07-05 | 1 | -3/+3 |
* | remove mmap | in2 | 2002-07-05 | 1 | -3/+3 |
* | not using mmap for .PASSWD | in2 | 2002-06-30 | 1 | -10/+6 |
* | add close vote once a day | ptt | 2002-06-29 | 1 | -2/+5 |
* | only one shared memory | in2 | 2002-06-07 | 1 | -10/+9 |
* | *** empty log message *** | ptt | 2002-06-05 | 1 | -10/+1 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -80/+2 |
* | *** empty log message *** | ptt | 2002-05-25 | 1 | -4/+2 |
* | DEBUG show pid | in2 | 2002-05-25 | 1 | -1/+6 |
* | show pid at Welcome screen when DEBUG | in2 | 2002-05-22 | 1 | -1/+5 |
* | random sleep when logouting | in2 | 2002-05-18 | 1 | -2/+9 |
* | idle timeout improvement | ptt | 2002-05-14 | 1 | -6/+1 |
* | now's problem | ptt | 2002-05-13 | 1 | -1/+2 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -9/+3 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -3/+3 |
* | DEBUG | in2 | 2002-04-28 | 1 | -3/+11 |
* | for mbbsd.icc | in2 | 2002-04-27 | 1 | -3/+3 |
* | no warning | in2 | 2002-04-16 | 1 | -1/+5 |
* | *** empty log message *** | ptt | 2002-04-16 | 1 | -2/+2 |
* | *** empty log message *** | ptt | 2002-04-10 | 1 | -3/+3 |
* | *** empty log message *** | ptt | 2002-04-08 | 1 | -2/+2 |
* | *** empty log message *** | ptt | 2002-03-30 | 1 | -1/+1 |
* | *** empty log message *** | ptt | 2002-03-29 | 1 | -19/+1 |
* | add CPULIMIT | in2 | 2002-03-23 | 1 | -1/+8 |
* | waterball | in2 | 2002-03-20 | 1 | -18/+19 |
* | if bbs abort, close all file descriptors(including network connection) first | in2 | 2002-03-19 | 1 | -1/+5 |
* | *** empty log message *** | ptt | 2002-03-16 | 1 | -2/+1 |
* | *** empty log message *** | ptt | 2002-03-16 | 1 | -1/+2 |
* | *** empty log message *** | ptt | 2002-03-16 | 1 | -4/+5 |
* | *** empty log message *** | ptt | 2002-03-16 | 1 | -16/+8 |
* | fix bug | in2 | 2002-03-15 | 1 | -75/+7 |
* | fix bugs | in2 | 2002-03-14 | 1 | -3/+4 |
* | ofo_water update | in2 | 2002-03-14 | 1 | -48/+73 |
* | re-formatting | in2 | 2002-03-13 | 1 | -66/+59 |
* | fix bug | in2 | 2002-03-12 | 1 | -1/+6 |
* | fix bug | in2 | 2002-03-11 | 1 | -2/+4 |
* | ofo's water show 'x' for dead users | in2 | 2002-03-09 | 1 | -29/+38 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+1465 |