| Commit message (Expand) | Author | Age | Files | Lines |
* | * minor fixes: | piaip | 2009-06-08 | 1 | -5/+6 |
* | * set_converting_type should be only used within #ifdef CONVERT | piaip | 2009-06-08 | 1 | -2/+5 |
* | * add client code detection to tunnel mode | piaip | 2009-06-08 | 1 | -0/+6 |
* | * change telnet interface to accept extra parameter for callbacks (*_arg) | piaip | 2009-06-07 | 1 | -5/+16 |
* | * fix: should use pointer instead. | piaip | 2009-06-07 | 1 | -1/+1 |
* | * experimental sending keepalive packets (hope this can reduce user's auto-d... | piaip | 2009-06-07 | 1 | -1/+8 |
* | * it seems still better to use KEEP_ALIVE, although detection duratio is lon... | piaip | 2009-06-07 | 1 | -4/+5 |
* | * refine login procedure (support+prepare for tunnel mode) | piaip | 2009-06-07 | 1 | -79/+266 |
* | - extract telnet.c to cmsys | kcwu | 2009-06-07 | 1 | -0/+1 |
* | - minor revise: call init_convert() | kcwu | 2009-06-07 | 1 | -11/+1 |
* | - rework r4500: resolve_fcache() seems only required in where() [thanks to wens] | piaip | 2009-06-07 | 1 | -3/+2 |
* | - refine setup_utmp procedure | piaip | 2009-06-07 | 1 | -13/+20 |
* | - refine and prepare for login daemon: | piaip | 2009-06-06 | 1 | -38/+13 |
* | - bug fix: ssh still can login even overload | kcwu | 2009-06-04 | 1 | -10/+14 |
* | - more sleep. try to prevent bad user to try password or multi-login | kcwu | 2009-05-26 | 1 | -2/+10 |
* | - revise flag_checkload. it should not bypass out of service. | kcwu | 2009-05-26 | 1 | -8/+9 |
* | - rename 'port' back to 'listen_port' and make it public. (for later use) | kcwu | 2009-05-26 | 1 | -7/+7 |
* | - mbbsd use getopt() to parse command line options | kcwu | 2009-05-26 | 1 | -127/+268 |
* | - optimize ip->desc lookup loop | kcwu | 2009-05-24 | 1 | -1/+2 |
* | Clean up some compile warnings (unused, signess) | wens | 2009-03-21 | 1 | -3/+3 |
* | remove my_ctime | wens | 2009-03-01 | 1 | -3/+1 |
* | - mail: ignore self from reject list | piaip | 2008-05-14 | 1 | -24/+1 |
* | WARNING: THIS PATCHSET CHANGED SHM STRUCTURE. PLEASE READ UPDATING CAREFULLY. | piaip | 2008-05-13 | 1 | -1/+8 |
* | - mbbsd: fix mind init size | piaip | 2008-05-12 | 1 | -1/+3 |
* | - mbbsd: clean trailing stuff when fromd is enabled. | piaip | 2008-05-12 | 1 | -2/+6 |
* | - bbs: X (recommend) on vote_post should do like 'y' -- reply vote. | piaip | 2008-05-12 | 1 | -164/+60 |
* | Disable host alias when using FROMD. | wens | 2008-05-12 | 1 | -2/+2 |
* | - (exp captcha) random seed should be initialized earlier for captcha. | piaip | 2008-05-10 | 1 | -3/+2 |
* | - (internal) xchatd: remove unused code | piaip | 2008-05-08 | 1 | -1/+1 |
* | - (internal) replace all localtime4() by localtime4_r(). | piaip | 2008-05-05 | 1 | -4/+5 |
* | - alert on multi login which results in userinfo out-of-sync | piaip | 2008-04-27 | 1 | -1/+7 |
* | - (internal) getans -> vans | piaip | 2008-04-17 | 1 | -3/+3 |
* | - fix loginview crash (having NULL entries) | piaip | 2008-04-13 | 1 | -0/+2 |
* | - add calendar in login view | piaip | 2008-04-13 | 1 | -1/+14 |
* | - (internal) code refine: change [200] to [PATHLEN], [STRLEN], or [ANSILINELEN]. | piaip | 2008-04-13 | 1 | -1/+1 |
* | Change tobind/toconnect interface. | wens | 2008-04-10 | 1 | -1/+1 |
* | Drop Solaris support | wens | 2008-04-09 | 1 | -9/+2 |
* | Use fromd for 故鄉 | wens | 2008-04-09 | 1 | -0/+15 |
* | - regform: enable kick-out mechanism for regform system | piaip | 2008-04-04 | 1 | -0/+1 |
* | register: compact ID_RECORD title format | piaip | 2008-04-03 | 1 | -0/+4 |
* | - (internal) change mail/log to specific API. | piaip | 2008-04-03 | 1 | -6/+8 |
* | - (internal) change GLOBAL_* to BN_* | piaip | 2008-03-31 | 1 | -2/+2 |
* | - drop angel_reject features (requested from okcool@ptt) | piaip | 2008-03-31 | 1 | -6/+0 |
* | - (experimental) mask ip(fromhost): USE_MASKED_FROMHOST | piaip | 2008-03-29 | 1 | -3/+7 |
* | - change show_file parameter to assign striping options in a better way. | piaip | 2008-03-12 | 1 | -1/+1 |
* | - eliminate compile warnings | piaip | 2008-03-11 | 1 | -1/+1 |
* | - mbbsd: correct default value prompts | piaip | 2008-02-23 | 1 | -1/+1 |
* | - mbbsd: improve prompts | piaip | 2008-02-21 | 1 | -1/+1 |
* | - friend: use constants, prevent magic numbers | piaip | 2008-02-13 | 1 | -0/+1 |
* | - change over18 calculation as standalone function, in order user changed bir... | piaip | 2008-01-31 | 1 | -16/+7 |
* | - mbbsd: consider "no birthday" as less than 18 years old | piaip | 2008-01-30 | 1 | -2/+4 |
* | - fix over18 calculation | piaip | 2008-01-30 | 1 | -4/+10 |
* | - mbbsd: provide the possibility to optimize some API. keep port information. | piaip | 2008-01-26 | 1 | -5/+29 |
* | - pmore: disable massive scroll for smooth output in pfterm | piaip | 2008-01-10 | 1 | -28/+1 |
* | - mmbsd: improve DEBUGSLEEP proctitle for debugging multiple versions | piaip | 2008-01-10 | 1 | -1/+28 |
* | - remove extra ';' | piaip | 2008-01-05 | 1 | -1/+1 |
* | - allow setting guest with/without DBCS interuppting escapes | piaip | 2008-01-05 | 1 | -1/+5 |
* | - unify login prompt. (it is suggested to not use DBCS version of ':' - | piaip | 2008-01-03 | 1 | -1/+1 |
* | - allow all non-guest user to use myfav (PERM_BASIC) | piaip | 2007-12-28 | 1 | -0/+1 |
* | - mbbsd: why a output("1", 1)? | piaip | 2007-12-25 | 1 | -2/+3 |
* | - mbbsd: redraw on display change | piaip | 2007-12-25 | 1 | -2/+5 |
* | - change screen APIs to ncurses-like names | piaip | 2007-12-21 | 1 | -13/+5 |
* | - isolate telnet protocol. moved from mbbsd.c | piaip | 2007-12-13 | 1 | -317/+7 |
* | * extract common functions as library. | kcwu | 2007-12-12 | 1 | -3/+3 |
* | - move hard-coded board names to pttbbs.conf. | piaip | 2007-12-05 | 1 | -4/+2 |
* | - modify login: empty input is counted into attempts | piaip | 2007-12-02 | 1 | -1/+4 |
* | General Update by PttSuggest: | piaip | 2007-12-01 | 1 | -4/+18 |
* | * revise code for entering board. | kcwu | 2007-09-23 | 1 | -3/+3 |
* | * workaround for some account which has no home dir | kcwu | 2007-09-20 | 1 | -1/+2 |
* | * use strtok_r() instead of strtok(). fix bad strtok() usages. | kcwu | 2007-06-19 | 1 | -1/+2 |
* | code clean up | kcwu | 2007-06-10 | 1 | -2/+0 |
* | * add shutdown flag | kcwu | 2007-05-27 | 1 | -3/+7 |
* | Revert r3495. Fix bug of birthday checking and statistic report for today-login. | kcwu | 2007-05-07 | 1 | -14/+13 |
* | horoscope flavor birthday card | victor | 2007-04-16 | 1 | -1/+3 |
* | not necessary to dereference | victor | 2007-03-26 | 1 | -12/+12 |
* | #define MAX_GUEST | victor | 2006-11-20 | 1 | -1/+1 |
* | sleep longer when BAN_FILE present | wens | 2006-10-07 | 1 | -2/+0 |
* | fix bug, forgot to change in revision [3420] | kcwu | 2006-09-17 | 1 | -2/+0 |
* | Allocate water[] on demend. Saved about 4400 bytes. | kcwu | 2006-09-17 | 1 | -0/+2 |
* | Don't include telopts[],telcmds[] symbols if not debugging. | kcwu | 2006-09-17 | 1 | -0/+2 |
* | enum usage fix, saved few bytes. | kcwu | 2006-09-17 | 1 | -2/+2 |
* | since only passwd_lock() when register, no need to call passwd_init() every l... | kcwu | 2006-09-01 | 1 | -4/+0 |
* | Unset all "WITHME" flag when login (but WITHME_NO left unchanged) | scw | 2006-08-29 | 1 | -2/+2 |
* | build banned ip list on compile | wens | 2006-06-18 | 1 | -4/+4 |
* | reject bad ips, including tor and bbsnet | in2 | 2006-06-18 | 1 | -0/+18 |
* | make emacs happy | in2 | 2006-06-18 | 1 | -4/+6 |
* | random sleep to make race condition harder. | kcwu | 2006-04-08 | 1 | -1/+1 |
* | reduce race condition period which lead to leave utmp record after user has b... | kcwu | 2006-04-08 | 1 | -1/+1 |
* | it's better to log current time. | kcwu | 2006-04-01 | 1 | -1/+1 |
* | make it harder to multi-login by race condition. | kcwu | 2006-04-01 | 1 | -28/+46 |
* | handle if process error | kcwu | 2006-03-30 | 1 | -1/+3 |
* | prevent multi-login and slow login flooding. | kcwu | 2006-03-30 | 1 | -20/+23 |
* | more meaningful message for SIGXCPU. | kcwu | 2006-03-27 | 1 | -1/+5 |
* | verify userid when sethome path. | kcwu | 2006-03-27 | 1 | -2/+3 |
* | dirty workaround for race condition in multi-login checking. | kcwu | 2006-03-23 | 1 | -18/+31 |
* | redirect stderr(fd 2) to file. | kcwu | 2006-03-23 | 1 | -2/+6 |
* | support DETECT_CLIENT, hash telnet sequence. | kcwu | 2006-03-23 | 1 | -1/+53 |
* | load go score when login | scw | 2006-03-18 | 1 | -0/+3 |
* | r3281@kcwu: kcwu | 2006-02-18 13:36:52 +0800 | kcwu | 2006-02-18 | 1 | -1/+10 |
* | 1. add "cancel bad post" feature. | ptt | 2006-01-04 | 1 | -0/+4 |
* | debug: | ptt | 2005-11-16 | 1 | -1/+1 |
* | BRD_OVER18 patch. see http://www.ticrf.org.tw for details | in2 | 2005-10-27 | 1 | -0/+7 |
* | single daemon for all ports | in2 | 2005-10-21 | 1 | -16/+30 |
* | changes mailalert to 1 bit only. | ptt | 2005-10-13 | 1 | -1/+1 |
* | make 's' search_board in board-list work with this case: | piaip | 2005-09-26 | 1 | -1/+1 |
* | Declare xsin only when needed. | wens | 2005-09-25 | 1 | -3/+6 |
* | fix mail_reply(0, fhdr, 0); caused segv due to mail +r flag, | piaip | 2005-09-16 | 1 | -1/+2 |
* | verbose msg and skip multilogin check for debugsleeping | piaip | 2005-09-16 | 1 | -2/+20 |
* | catch SIGXCPU for debug.piaip.automake@3147 | kcwu | 2005-09-10 | 1 | -1/+4 |
* | pager=waterball made readable | piaip | 2005-09-08 | 1 | -4/+4 |
* | verbose message when login. | piaip | 2005-09-07 | 1 | -9/+37 |
* | partially fix #35 | piaip | 2005-09-04 | 1 | -3/+9 |
* | log crash events in signal handler. | kcwu | 2005-08-29 | 1 | -16/+42 |
* | clear cuser on failed login to avoid gaining permissions | scw | 2005-08-28 | 1 | -0/+1 |
* | missing type checking | victor | 2005-08-24 | 1 | -0/+1 |
* | show Welcome_login just after correctly logining | in2 | 2005-08-19 | 1 | -0/+1 |
* | also block shell_login when OVERLOADBLOCKFDS. | in2 | 2005-08-18 | 1 | -0/+3 |
* | screen_backup() & screen_restore() update: | scw | 2005-08-17 | 1 | -5/+2 |
* | reduce memory usage by 70 bytes per user. | victor | 2005-08-16 | 1 | -1/+1 |
* | screen-resize awareness between screen_backup() and screen_restore(). | victor | 2005-08-15 | 1 | -5/+5 |
* | fix bug: | victor | 2005-08-13 | 1 | -1/+1 |
* | remove real escapes (\033) from source | piaip | 2005-08-11 | 1 | -1/+7 |
* | large terminal rules. | piaip | 2005-08-06 | 1 | -3/+8 |
* | warning free, make gcc 4.0 happy | victor | 2005-07-07 | 1 | -2/+2 |
* | apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/g | victor | 2005-07-04 | 1 | -7/+7 |
* | better readability. | in2 | 2005-06-14 | 1 | -4/+4 |
* | fix last patch: logical dependency error | piaip | 2005-06-12 | 1 | -5/+7 |
* | sysops don't want their last login updated | piaip | 2005-06-12 | 1 | -9/+6 |
* | some people enabled hidden mode get detection screen everytime | piaip | 2005-06-12 | 1 | -0/+2 |
* | well, message revised again. | piaip | 2005-06-11 | 1 | -1/+1 |
* | detect evil client: some complained about the description | piaip | 2005-06-11 | 1 | -0/+4 |
* | pmore: general ui updates. | piaip | 2005-06-10 | 1 | -1/+1 |
* | incremental upgrade support (currently DBCSAWARE only) | piaip | 2005-06-09 | 1 | -0/+19 |
* | myfav update: | piaip | 2005-06-08 | 1 | -1/+1 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -7/+7 |
* | (pmore) fixed scroll issues for new status line | piaip | 2005-06-03 | 1 | -0/+1 |
* | don't save user data if shm corrupted | kcwu | 2005-04-23 | 1 | -0/+4 |
* | give a warning if too many subscribed favorites is added at the same time | victor | 2005-04-23 | 1 | -3/+9 |
* | add NOFLOODING on utmpserver | in2 | 2005-04-20 | 1 | -1/+2 |
* | 1. make tty_read more clear and reable | piaip | 2005-04-18 | 1 | -3/+3 |
* | discard 2521 due to some unknown memory problems. | in2 | 2005-04-18 | 1 | -10/+0 |
* | enabled 8 bit connection by default for most | piaip | 2005-04-09 | 1 | -25/+39 |
* | a patch to fix bug caused by changes of igetch()'s behavior | piaip | 2005-04-09 | 1 | -9/+17 |
* | "Bye-Bye Flying Horse" patch | piaip | 2005-04-08 | 1 | -55/+252 |
* | handle telnet protocol and enable NAWS (resize terminal) capability. | in2 | 2005-04-08 | 1 | -12/+4 |
* | wrong socket option typestable.rc@2687 | victor | 2005-04-05 | 1 | -2/+3 |
* | more statistic | kcwu | 2005-03-27 | 1 | -0/+9 |
* | show message to tell user crash | kcwu | 2005-03-27 | 1 | -1/+7 |
* | long screen support at login. | in2 | 2005-03-25 | 1 | -4/+37 |
* | statistic for user's first login today | kcwu | 2005-03-19 | 1 | -3/+9 |
* | localtime() may destory its return buffer after second call | kcwu | 2005-03-19 | 1 | -6/+6 |
* | statistic | kcwu | 2005-03-19 | 1 | -0/+7 |
* | less hard coded path/string. | kcwu | 2005-03-19 | 1 | -1/+1 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -15/+15 |
* | user defined show 壽星 or not | in2 | 2005-03-15 | 1 | -23/+29 |
* | fix bug: if user disconnected during login, goodpost will be reseted to 0. | kcwu | 2005-03-13 | 1 | -4/+4 |
* | move 232 bytes from data section to rodata section | kcwu | 2005-03-12 | 1 | -1/+1 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -1/+0 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -12/+9 |
* | don't delete password trial by default. | kcwu | 2005-03-06 | 1 | -1/+1 |
* | defer fav_load() to choose_board() if the user didn't subscribe new boards. | kcwu | 2005-02-25 | 1 | -4/+6 |
* | 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 |