| Commit message (Expand) | Author | Age | Files | Lines |
* | * move ambiguous id check into (emaildb/regcheckd) daemon | piaip | 2009-08-19 | 4 | -67/+40 |
* | * prepare to move ambiguous id check into regmaild (it should be named as re... | piaip | 2009-08-19 | 3 | -1/+97 |
* | * force confirm y/n input for chiken death | piaip | 2009-08-19 | 1 | -2/+8 |
* | * prevent ambiguous account registration | piaip | 2009-08-19 | 1 | -0/+68 |
* | * fix previous typo | piaip | 2009-08-18 | 1 | -1/+1 |
* | * refine stampdir behavior | piaip | 2009-08-18 | 3 | -12/+47 |
* | * change 'user number exceeded' error message. thanks to yogira@PttSuggest | piaip | 2009-08-17 | 1 | -1/+1 |
* | * make subject decoding always performed. | piaip | 2009-08-16 | 1 | -2/+0 |
* | * fix: endless loop if too many directories created by stampdir(). (occurs w... | piaip | 2009-08-16 | 1 | -1/+4 |
* | * fix prototype change of decode API | piaip | 2009-08-16 | 1 | -5/+1 |
* | * make pretty subject names in internet mails (to make people who cannot und... | piaip | 2009-08-15 | 1 | -3/+37 |
* | Foreigner may not have 9 ~ 10 digit phone number | scw | 2009-07-25 | 1 | -0/+4 |
* | * remove bid as claimed before. | piaip | 2009-07-16 | 5 | -330/+39 |
* | * synchronize money display unit to prevent confusion | piaip | 2009-07-16 | 3 | -6/+6 |
* | * make money display in uinfo realtime | piaip | 2009-07-15 | 1 | -0/+1 |
* | * make the money in query_self realtime | piaip | 2009-07-15 | 1 | -1/+6 |
* | * fix: invalid default selection in xyz menu | piaip | 2009-07-15 | 1 | -1/+1 |
* | * refine menu structure (for extra space to expand in the future) | piaip | 2009-07-14 | 1 | -5/+5 |
* | * do not allow guest using mail reply (thanks to OutOfHome@ptt) | piaip | 2009-07-13 | 1 | -0/+8 |
* | Prevent memory leak. Pointer should be assigned after checking return value. | wens | 2009-07-10 | 1 | -1/+1 |
* | * code refine: prevent double free / memory leaks | piaip | 2009-07-10 | 1 | -20/+31 |
* | * ann: prevent invalid user input causing assert fail of (z_indexes[0] == -1). | piaip | 2009-07-10 | 1 | -0/+6 |
* | * ann: let leading 'z' be the 'go back to root' selector | piaip | 2009-07-09 | 1 | -13/+64 |
* | * fix bug: sometimes edit window region state is inconsistent after hit Ctrl... | kcwu | 2009-07-09 | 1 | -98/+65 |
* | * tree selection in announce: do not enter last entry (simply move to it) | piaip | 2009-07-09 | 1 | -2/+3 |
* | * board: fix: status bar not refreshed after incomplete delete/backup action | piaip | 2009-07-09 | 1 | -3/+3 |
* | * code refine | piaip | 2009-07-09 | 1 | -14/+9 |
* | * fix offset-by-one error in single input mode | piaip | 2009-07-08 | 1 | -1/+1 |
* | * experimental support: input of selection tree in announce(man) | piaip | 2009-07-08 | 1 | -22/+71 |
* | * fix endless backward search in pmore pager | piaip | 2009-07-08 | 1 | -0/+1 |
* | * code refine where_am_i in announce(man) | piaip | 2009-07-08 | 1 | -52/+179 |
* | Fix file timestamping for vote report and innbbsd. | mhsin | 2009-07-05 | 2 | -2/+6 |
* | * directly show cuser if user is querying self | piaip | 2009-07-03 | 2 | -4/+9 |
* | fix bug: search in edit.c | kcwu | 2009-07-01 | 1 | -8/+16 |
* | * chat: allow multiple operators (/op can now toggle other's op) | piaip | 2009-07-01 | 1 | -24/+17 |
* | * the simple 'x' check should be case insensitive. | piaip | 2009-06-30 | 1 | -1/+1 |
* | * remove more bid assess(good/bad sale) stuff | piaip | 2009-06-30 | 5 | -40/+2 |
* | * refine vote source code | piaip | 2009-06-30 | 1 | -147/+127 |
* | * change BN_SECURITY checks to is_readonly_board | piaip | 2009-06-30 | 4 | -34/+13 |
* | * add Security and ALLPOST to system internal readonly boards | piaip | 2009-06-30 | 3 | -0/+13 |
* | * refine menu structures | piaip | 2009-06-29 | 1 | -13/+43 |
* | * remove open_bid, according the statistical results. | piaip | 2009-06-29 | 1 | -1/+1 |
* | * code refine | piaip | 2009-06-28 | 1 | -15/+16 |
* | * code refine | piaip | 2009-06-28 | 1 | -12/+23 |
* | * synchronize the terms of pager | piaip | 2009-06-28 | 1 | -1/+1 |
* | * we may split 'score' and 'comment' in the future, so making 'good' and 'bo... | piaip | 2009-06-28 | 1 | -12/+12 |
* | * change ui behavior of 'no_boo' to allow selection from 'good' or 'comment ... | piaip | 2009-06-28 | 1 | -22/+42 |
* | * use portable way (as defined in man) to alter signal handler | piaip | 2009-06-28 | 1 | -1/+1 |
* | * logic typo | piaip | 2009-06-28 | 1 | -1/+1 |
* | * make Rename() return real status result when SIGCHLD was set to SIG_IGN. | piaip | 2009-06-28 | 1 | -13/+22 |
* | * refine badpost assignment error messages again | piaip | 2009-06-28 | 1 | -8/+13 |
* | * refine message | piaip | 2009-06-27 | 1 | -1/+1 |
* | * provide message when file was already removed (which implies no badpost ca... | piaip | 2009-06-27 | 1 | -2/+19 |
* | * badpost can be only assigned if the file deletion was success, to prevent ... | piaip | 2009-06-26 | 1 | -7/+12 |
* | * reg: after getfield() was changed, all function should pause if it prints ... | piaip | 2009-06-25 | 1 | -2/+5 |
* | * don't delete ALLPOST of user post if the account is expired. | kcwu | 2009-06-25 | 1 | -1/+2 |
* | * fix bug: edit.c ctrl-y state inconsistent | kcwu | 2009-06-25 | 1 | -5/+2 |
* | * fix: internet mail subject input box was too long | piaip | 2009-06-24 | 1 | -2/+7 |
* | * fix mutt command line. according to mutt's manpage, -a should be last option. | kcwu | 2009-06-24 | 1 | -1/+2 |
* | * should not open twice mail db... must be typo miss | piaip | 2009-06-24 | 1 | -2/+0 |
* | * move money calibration from bbs.c to edit.c | piaip | 2009-06-23 | 2 | -6/+12 |
* | * to use UTMPD, the daemons.h should be included. | piaip | 2009-06-22 | 1 | -0/+1 |
* | * initcuser should also update numpost! | piaip | 2009-06-22 | 1 | -0/+1 |
* | * do not return error when forwarding to rejects (following the behavior of ... | piaip | 2009-06-22 | 1 | -2/+2 |
* | * change function to several display text screen from pager to show_file. | piaip | 2009-06-22 | 4 | -10/+19 |
* | * move structure used in UTMPD mode to daemons.h | kcwu | 2009-06-22 | 6 | -9/+14 |
* | * fix horoscope days by wikipedia | piaip | 2009-06-21 | 1 | -1/+2 |
* | * support bounded entropy to money calculation | piaip | 2009-06-21 | 1 | -3/+35 |
* | * fix 'foreign' messages. | piaip | 2009-06-21 | 2 | -1/+2 |
* | * enable the customizable 'register detail messages' [edit the messages from... | piaip | 2009-06-21 | 1 | -45/+44 |
* | * detail register description files | piaip | 2009-06-21 | 10 | -0/+74 |
* | * add more description to register/career, according to Ptt1 rules | piaip | 2009-06-21 | 1 | -13/+37 |
* | * utmpserver doesn't depend on util_var.o | kcwu | 2009-06-21 | 1 | -8/+7 |
* | * fix buffer overflow. | kcwu | 2009-06-20 | 1 | -2/+3 |
* | * speed up sql command | piaip | 2009-06-20 | 1 | -2/+3 |
* | * recover initemaildb | piaip | 2009-06-20 | 1 | -112/+127 |
* | * refine log format | piaip | 2009-06-20 | 1 | -2/+4 |
* | * add 'const' to params | piaip | 2009-06-20 | 1 | -2/+2 |
* | * to fill request correctly | piaip | 2009-06-20 | 1 | -1/+3 |
* | * add more logs | piaip | 2009-06-20 | 1 | -0/+10 |
* | * clear previous messages | piaip | 2009-06-20 | 1 | -2/+2 |
* | allow disable INSCREEN in logind | piaip | 2009-06-19 | 1 | -2/+4 |
* | * use public defined address instead of local definition | piaip | 2009-06-19 | 1 | -1/+1 |
* | * logind: setproctitle does not have prefix/postfix on Linux | piaip | 2009-06-19 | 2 | -2/+2 |
* | * move emaildb to standalone regmaildb | piaip | 2009-06-19 | 10 | -266/+583 |
* | * async logattempts | piaip | 2009-06-19 | 1 | -25/+147 |
* | * remove global or static variable | kcwu | 2009-06-19 | 2 | -10/+10 |
* | * remove static variables | piaip | 2009-06-19 | 1 | -1/+5 |
* | * move global variable to local. | kcwu | 2009-06-19 | 1 | -1/+1 |
* | * fix compile warnings | kcwu | 2009-06-19 | 1 | -2/+2 |
* | * make table pointer const, reduce 444 data bytes. | kcwu | 2009-06-19 | 1 | -12/+12 |
* | * don't log useless etc/othello.secret | kcwu | 2009-06-19 | 1 | -10/+1 |
* | * replace indigestion() with assert(). | kcwu | 2009-06-19 | 1 | -41/+21 |
* | * missing check-in files | piaip | 2009-06-19 | 1 | -1/+1 |
* | * allow the 'hold mail' to appear as changed title | piaip | 2009-06-19 | 4 | -7/+16 |
* | * fix bug: array forgot initialize | kcwu | 2009-06-19 | 1 | -0/+1 |
* | * fix: user cannot register when emaildb is malfunction. | piaip | 2009-06-18 | 1 | -2/+3 |
* | * fix: if connection was closed before being acked, the ack should be abando... | piaip | 2009-06-18 | 1 | -13/+20 |
* | * let loginc support async protocol. | kcwu | 2009-06-18 | 1 | -7/+13 |
* | * fix potential negative numposts | piaip | 2009-06-18 | 2 | -4/+12 |
* | * increase tunnel buffer size | piaip | 2009-06-18 | 1 | -0/+17 |
* | * refine the error message when emaildb was malfunction | piaip | 2009-06-18 | 2 | -9/+21 |
* | * check the real return value of forked emaildb checking process | piaip | 2009-06-18 | 1 | -2/+6 |
* | * refine the names of money (some user get confused between the names) | piaip | 2009-06-18 | 2 | -5/+5 |
* | * prevent using non-block mode for tunnel | piaip | 2009-06-18 | 1 | -10/+6 |
* | * enable different level of verbose messages. | piaip | 2009-06-18 | 1 | -23/+36 |
* | * add timeout reports and refine messages | piaip | 2009-06-17 | 1 | -15/+54 |
* | * logind: move logattempt to mbbsd (thanks to kcwu) | piaip | 2009-06-17 | 2 | -33/+45 |
* | * update default ack waiting timeout (should be longer) | piaip | 2009-06-17 | 1 | -1/+1 |
* | * refine AYT report messages | piaip | 2009-06-17 | 1 | -4/+12 |
* | * fix allocation size and reference of closed tunnel fd | piaip | 2009-06-17 | 1 | -28/+67 |
* | * refine ackq again - incorrect return value | piaip | 2009-06-17 | 1 | -4/+20 |
* | * ackq: fix reuse number | piaip | 2009-06-17 | 1 | -0/+9 |
* | * logind: fix double free when connection was terminated before ack | piaip | 2009-06-17 | 1 | -7/+80 |
* | * fix: incorrect pid in procname | piaip | 2009-06-16 | 1 | -2/+3 |
* | * lower down login frequency: 10 per minutes | kcwu | 2009-06-16 | 2 | -3/+3 |
* | * add missing check-in for async mode logind | piaip | 2009-06-16 | 1 | -2/+2 |
* | * fix usernum range (1..MAX_USER) | piaip | 2009-06-16 | 1 | -1/+1 |
* | * rewrite match_paren | kcwu | 2009-06-16 | 1 | -97/+70 |
* | * add missing files | piaip | 2009-06-16 | 1 | -0/+1 |
* | * add asynchronous ack mode | piaip | 2009-06-16 | 1 | -17/+153 |
* | * fix compile error | kcwu | 2009-06-16 | 3 | -13/+28 |
* | * adjust cpu limit of first day | kcwu | 2009-06-16 | 1 | -1/+4 |
* | * fix r4600: forgot to set last_time_exceeded. | kcwu | 2009-06-16 | 1 | -0/+1 |
* | * add error message if guest wants to use bbslua | piaip | 2009-06-16 | 1 | -1/+3 |
* | * the 'aligned recommend' is now not new. | piaip | 2009-06-16 | 1 | -2/+1 |
* | * fix: memory leak + segv: passing incorrect parameter as buffer. (how can t... | piaip | 2009-06-16 | 1 | -1/+3 |
* | * revert r4584, r4586, r4595: to preserve old behavior. | kcwu | 2009-06-16 | 4 | -38/+19 |
* | * remove dead code (forgot in r4625) | kcwu | 2009-06-16 | 1 | -3/+0 |
* | * support non-blocking mode clients (added -b to toggle non-blocking) | piaip | 2009-06-16 | 2 | -5/+50 |
* | * don't increase user's login count if login less than 60 seconds. | kcwu | 2009-06-16 | 1 | -11/+7 |
* | * performance improvements | piaip | 2009-06-16 | 1 | -66/+75 |
* | * add online guest checking | piaip | 2009-06-15 | 1 | -37/+137 |
* | * 'l' looks like '1' and confusing. rename to 's'. | kcwu | 2009-06-15 | 1 | -16/+16 |
* | * change toread/towrite's return value to be '-1 for EOF and error'. | piaip | 2009-06-15 | 3 | -13/+15 |
* | * bug fix: crash if user want to add fav, but it's actually filtered out due... | kcwu | 2009-06-15 | 1 | -2/+13 |
* | * update Makefile: support install | piaip | 2009-06-15 | 2 | -1/+8 |
* | * handle (to)read/write return value more correctly | piaip | 2009-06-15 | 1 | -4/+4 |
* | * fix socket error handling (thanks to Kuang/wens) | piaip | 2009-06-15 | 1 | -2/+6 |
* | vedit bug fixes | kcwu | 2009-06-14 | 2 | -151/+249 |
* | Bufferevent error callback is REQUIRED | wens | 2009-06-14 | 1 | -1/+10 |
* | * simplify bindports.conf, and make full version as 'advanced'. | piaip | 2009-06-14 | 2 | -45/+67 |
* | chdir after opening files, so relative paths work | wens | 2009-06-14 | 1 | -5/+5 |
* | revert previous commit of SIGPIPE handler | wens | 2009-06-14 | 1 | -9/+1 |
* | ignore binaries | wens | 2009-06-14 | 0 | -0/+0 |
* | * fix: current money should be updated in order song and other commands | piaip | 2009-06-14 | 1 | -0/+2 |
* | * fix: money in cuser was not updated / sync to shm after sync_update... | piaip | 2009-06-14 | 1 | -1/+3 |
* | * add auto-retry service to logind | piaip | 2009-06-14 | 1 | -2/+63 |
* | * more checks on net system | piaip | 2009-06-14 | 2 | -6/+18 |
* | * fix previous compile error | piaip | 2009-06-14 | 1 | -1/+1 |
* | * ignore sig_pipe: sometimes the tunnel mbbsd just die without reason...!? | piaip | 2009-06-14 | 1 | -2/+9 |
* | * only report welcome screen change in verbose mode | piaip | 2009-06-14 | 1 | -1/+3 |
* | * add welcome screen update into regular check list | piaip | 2009-06-14 | 1 | -0/+11 |
* | * change sample CPULIMIT -> CPULIMIT_PER_DAY | kcwu | 2009-06-14 | 1 | -2/+2 |
* | * CPULIMIT macro is deprecated | kcwu | 2009-06-14 | 3 | -7/+38 |
* | * refine overload / out_of_service screen and messages | piaip | 2009-06-14 | 1 | -8/+11 |
* | * update bind port info in tunnel mode | piaip | 2009-06-13 | 1 | -1/+2 |
* | * fix bug of r4586: leave board. I feel this is a dirty fix.. | kcwu | 2009-06-13 | 1 | -0/+23 |
* | * does not allow guest to change mind | piaip | 2009-06-13 | 2 | -1/+3 |
* | * fix tmp buf behavior changed in 4585: use user's last choice as default | kcwu | 2009-06-13 | 1 | -1/+2 |
* | * rollback experimental stuff... | piaip | 2009-06-13 | 1 | -6/+2 |
* | * bbsctl: should keep back setuid | piaip | 2009-06-13 | 1 | -2/+0 |
* | * support bindports.conf in bbsctl. | piaip | 2009-06-13 | 2 | -44/+153 |
* | * code refine to mbbsd | piaip | 2009-06-13 | 1 | -2/+2 |
* | * disable beep for unknown keys (because some stupid clients are doing anti-... | piaip | 2009-06-13 | 1 | -3/+9 |
* | * add 'client command' in bindports.conf/logind types | piaip | 2009-06-13 | 1 | -14/+60 |
* | * fix some buffer line length (for display, so 256 -> ANSILINELEN would be b... | piaip | 2009-06-13 | 1 | -5/+5 |
* | * also disable URL display in restricted reading / hidden boards | piaip | 2009-06-13 | 1 | -2/+4 |
* | * fix bug introduced in r4584: always enter default board in Read() | kcwu | 2009-06-13 | 2 | -1/+1 |
* | * fix bug: incorrect user's tmp buf filename. | kcwu | 2009-06-13 | 15 | -56/+50 |
* | * revise brc interface: brc will not change currbid, currboard, currbrdattr | kcwu | 2009-06-13 | 3 | -18/+14 |
* | * set svn properties and update comments | piaip | 2009-06-13 | 1 | -3/+3 |
* | vedit revise | kcwu | 2009-06-13 | 15 | -116/+123 |
* | * add timeout to logind | piaip | 2009-06-13 | 1 | -3/+21 |
* | Eliminate warnings | wens | 2009-06-12 | 4 | -19/+19 |
* | Eliminate compile warnings | wens | 2009-06-12 | 1 | -14/+14 |
* | * fix crash on user query: another recursive call :-( | piaip | 2009-06-12 | 1 | -1/+1 |
* | * make definition more verbose | piaip | 2009-06-12 | 1 | -5/+3 |
* | * ultilize AYT in logind | piaip | 2009-06-12 | 1 | -0/+25 |
* | * fix recursive call error (sync version should call raw API) | piaip | 2009-06-12 | 1 | -1/+1 |
* | * refine cmbbs: move util_passwd.o to cmbbs/passwd.c. | piaip | 2009-06-12 | 26 | -376/+187 |
* | * prepare to move passwd to common lib | piaip | 2009-06-12 | 2 | -1/+269 |
* | * logind: add resolve_garbage() and refine messages | piaip | 2009-06-12 | 1 | -1/+6 |
* | * make AYT customizable | piaip | 2009-06-12 | 2 | -23/+33 |
* | * fix compilation error on Linux - unnecessary header file | piaip | 2009-06-12 | 1 | -1/+0 |
* | * refine cmbbs/cache.c: we don't need 'util_cache.o' anymore! simply common ... | piaip | 2009-06-12 | 12 | -1301/+169 |
* | * prepare to split mbbsd/cache.c into mbbsd/ (for mbbsd) and common/bbs/ (fo... | piaip | 2009-06-12 | 2 | -1/+1162 |
* | * allow tunnel/port daemon mode to run within one command. | piaip | 2009-06-12 | 1 | -0/+18 |
* | * allow client_code to be logged in tunnel mode | piaip | 2009-06-12 | 1 | -7/+14 |
* | * fix previous checkin - forgot to remove comment -_- | piaip | 2009-06-12 | 1 | -1/+1 |
* | * fix: some API/logs (eg, incorrect password attempts) require cwd=BBSHOME | piaip | 2009-06-12 | 1 | -0/+5 |
* | Add argument for log output | wens | 2009-06-11 | 1 | -4/+7 |
* | * add log prefixes and refine initialize/daemonize sequence | piaip | 2009-06-11 | 1 | -32/+43 |
* | Move SIGHUP handler after daemonize | wens | 2009-06-11 | 1 | -3/+8 |
* | * make port binding to standalone configuration fine (etc/bindports.conf) | piaip | 2009-06-11 | 6 | -33/+187 |
* | * force IDLEN only in CONVERT mode (for backward user behavior compatibility) | piaip | 2009-06-11 | 1 | -0/+3 |
* | * now should be initialized before register(new), otherwise birthday will al... | piaip | 2009-06-11 | 1 | -1/+1 |
* | * refine out of service messages | piaip | 2009-06-11 | 1 | -1/+3 |
* | * after checking visio, we found we rejected non-ascii in password... | piaip | 2009-06-11 | 1 | -3/+2 |
* | * add opened fd counter | piaip | 2009-06-11 | 1 | -9/+13 |
* | * add is_valid_brdname() to cmbbs | kcwu | 2009-06-11 | 1 | -1/+1 |
* | * add is_valid_brdname() to cmbbs | kcwu | 2009-06-11 | 6 | -20/+55 |
* | Only 2 bytes are useful (3rd byte with big5 results in garbage) | wens | 2009-06-11 | 1 | -2/+2 |
* | Increase maximum number of open files | wens | 2009-06-11 | 1 | -0/+8 |
* | * add -v as verbose message output | piaip | 2009-06-11 | 1 | -11/+18 |
* | * revert previous disable of perror... it should not be the reason of crashes | piaip | 2009-06-10 | 1 | -2/+2 |
* | * no need to exit process when passing fd failed... (or not?) | piaip | 2009-06-10 | 1 | -2/+2 |
* | * on Linux, argv0 is modified after *every* setproctitle. fix previous check... | piaip | 2009-06-10 | 1 | -6/+6 |
* | * fix setproctitle behavior difference on Linux (prevent long proc titles) | piaip | 2009-06-10 | 1 | -1/+4 |
* | * fix parallel make fail: innbbsd depends on util | kcwu | 2009-06-10 | 1 | -0/+3 |
* | * fix compile warnings | kcwu | 2009-06-10 | 1 | -0/+1 |
* | * refine logind: deliver port info and add more keys | piaip | 2009-06-10 | 2 | -11/+36 |
* | * fix compile error on linux | kcwu | 2009-06-10 | 2 | -0/+2 |
* | * remove unused or rear used header file include in bbs.h | kcwu | 2009-06-10 | 4 | -11/+4 |
* | * fix: telnet protocol state error: quotes must be also considered in prescan. | piaip | 2009-06-10 | 1 | -1/+3 |
* | * IDLEN macro cannot be quoted - because friend.c is using toStr(IDLEN) as #... | piaip | 2009-06-10 | 1 | -1/+3 |
* | * extra login messages should be displayed only in tunnel mode. | piaip | 2009-06-10 | 1 | -3/+6 |
* | * logind: add simple cursor key editing (reduced keyset) | piaip | 2009-06-10 | 1 | -34/+186 |
* | * support non-ascii in passwords(backward compatibility) | piaip | 2009-06-10 | 1 | -1/+3 |
* | * add missing checking | piaip | 2009-06-10 | 1 | -0/+1 |
* | * fix defaul minimal terminal size | piaip | 2009-06-10 | 1 | -3/+12 |
* | * fix: some messages (eg, max guest alert) has reverse attribute in login da... | piaip | 2009-06-10 | 1 | -0/+10 |
* | * provide some messages in tunnel mode | piaip | 2009-06-10 | 1 | -0/+5 |
* | * sendmsg() with ancillary on Linux seems like requiring unix domain socket ... | piaip | 2009-06-10 | 5 | -5/+13 |
* | * port counting error (wrong indented if-block ) | piaip | 2009-06-09 | 1 | -1/+0 |
* | * make tunnel file with BBS user permission | piaip | 2009-06-09 | 1 | -10/+13 |
* | * add ~/etc/logind_ports as bind list. | piaip | 2009-06-09 | 1 | -24/+89 |
* | * the long-waited high performance login daemon | piaip | 2009-06-09 | 3 | -0/+1186 |
* | * define size of fromhost as IPV4LEN(15)+NUL. | piaip | 2009-06-09 | 2 | -4/+5 |
* | * minor fixes: | piaip | 2009-06-08 | 3 | -11/+12 |
* | * the 'only special key to break in interactive mode' was not needed - comma... | piaip | 2009-06-08 | 1 | -10/+4 |
* | * remove dead code. | kcwu | 2009-06-08 | 1 | -19/+0 |
* | * delete dead code. | kcwu | 2009-06-08 | 1 | -28/+0 |
* | * remove udnnews.pl. it is broken and doesn't work many years. | kcwu | 2009-06-08 | 2 | -120/+1 |
* | * remove BM_money.c. | kcwu | 2009-06-08 | 3 | -106/+2 |
* | * set_converting_type should be only used within #ifdef CONVERT | piaip | 2009-06-08 | 1 | -2/+5 |
* | * remove jungo.c and toplazyBBM.c. | kcwu | 2009-06-08 | 5 | -386/+3 |
* | * add client code detection to tunnel mode | piaip | 2009-06-08 | 5 | -31/+78 |
* | * remove post_msg_fpath(), no longer used. | kcwu | 2009-06-07 | 2 | -12/+2 |
* | * fix: crashed for read_more case in tty_read. | piaip | 2009-06-07 | 3 | -3/+3 |
* | * change telnet interface to accept extra parameter for callbacks (*_arg) | piaip | 2009-06-07 | 5 | -38/+59 |
* | * 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 |
* | * rework r4509: add missing file (logind.h) | piaip | 2009-06-07 | 1 | -0/+22 |
* | * refine login procedure (support+prepare for tunnel mode) | piaip | 2009-06-07 | 1 | -79/+266 |
* | - fix compile error | kcwu | 2009-06-07 | 1 | -35/+36 |
* | * improve tobind() with customizable parameters | piaip | 2009-06-07 | 2 | -7/+109 |
* | - code revise | kcwu | 2009-06-07 | 1 | -46/+62 |
* | - extract telnet.c to cmsys | kcwu | 2009-06-07 | 6 | -307/+378 |