| Commit message (Expand) | Author | Age | Files | Lines |
* | * make del/edit in digest work more like before | piaip | 2009-10-03 | 1 | -5/+10 |
* | * fix: cannot del_post / edit_post in digest mode | piaip | 2009-10-03 | 1 | -2/+2 |
* | * check post is deleted before do_voteboardreply. thanks report from herman6... | kcwu | 2009-10-02 | 1 | -5/+6 |
* | * check post restriction for 'delete post' and 'edit post'. | piaip | 2009-09-30 | 2 | -3/+23 |
* | * fix initial numlogindays, again (need to also fix LoginSave condition) | piaip | 2009-09-29 | 1 | -2/+3 |
* | * rename visio in comments | piaip | 2009-09-29 | 1 | -8/+8 |
* | * refine kbd stack and move to common/bbs | piaip | 2009-09-29 | 5 | -386/+43 |
* | * new keyboard input framework: vtkbd | piaip | 2009-09-28 | 8 | -286/+483 |
* | * drop 'dbcsaware detection' ui, because we have the better 'repeat detection'. | piaip | 2009-09-28 | 4 | -103/+7 |
* | * fix: 'found nothing' after search 3-4 levels | piaip | 2009-09-27 | 2 | -3/+16 |
* | * solve: 'ctrl-u a' several times will drop connection | piaip | 2009-09-27 | 3 | -9/+19 |
* | * initialize numlogindays as '1' for new register users | piaip | 2009-09-26 | 1 | -0/+1 |
* | * add 'self' to del-post notice | piaip | 2009-09-26 | 1 | -1/+1 |
* | * refine user->customize | piaip | 2009-09-24 | 3 | -30/+43 |
* | * fix DBCS detection: DEL is 0x7f not 0x1f | piaip | 2009-09-23 | 1 | -1/+8 |
* | * reject people without basic permission (why such user exist?). | piaip | 2009-09-22 | 1 | -6/+5 |
* | * to preven non-registered user getting money/post from free boards | piaip | 2009-09-22 | 1 | -2/+6 |
* | * detect repeated DBCS commands from evil clients | piaip | 2009-09-22 | 4 | -4/+73 |
* | * refine message | piaip | 2009-09-22 | 1 | -1/+1 |
* | * add auto-forward in admin view | piaip | 2009-09-22 | 2 | -4/+6 |
* | * add more info (mostly uflags) to admin view | piaip | 2009-09-22 | 1 | -4/+32 |
* | * convert more fields | piaip | 2009-09-21 | 2 | -4/+4 |
* | * merge uflag2 and uflag, and refine flag bitmask names | piaip | 2009-09-21 | 13 | -115/+77 |
* | * refine menu and ad banner system, making the code simple and readable | piaip | 2009-09-20 | 3 | -43/+81 |
* | * fix adbanner map | piaip | 2009-09-20 | 1 | -1/+1 |
* | This goes with the previous revision | wens | 2009-09-20 | 1 | -2/+3 |
* | Banner mapping is needed... | wens | 2009-09-20 | 1 | -2/+9 |
* | * allow setting default value for site like ptt2 | piaip | 2009-09-20 | 1 | -3/+16 |
* | * refine adbanner_usong again | piaip | 2009-09-20 | 2 | -12/+23 |
* | * refine adbanner_usong stuff, add timebomb | piaip | 2009-09-20 | 2 | -11/+40 |
* | * add last_login_time for some check rules in the future | piaip | 2009-09-20 | 2 | -1/+3 |
* | * mark auto-forward in mail title because some users just does not understan... | piaip | 2009-09-19 | 1 | -2/+9 |
* | * refine order song init query ui | piaip | 2009-09-19 | 2 | -6/+45 |
* | * adjust pref description and order | piaip | 2009-09-19 | 1 | -4/+4 |
* | * enable more checkings in usong selection | piaip | 2009-09-19 | 2 | -6/+16 |
* | Always display designated system banner first. | wens | 2009-09-19 | 2 | -16/+16 |
* | * add more comments to explain the expression of adbanner index calculation | piaip | 2009-09-19 | 1 | -3/+6 |
* | * change the name of 'movie' to 'adbanner' (advertisement banner), which is ... | piaip | 2009-09-19 | 6 | -32/+42 |
* | * to make restriction more visible | piaip | 2009-09-18 | 1 | -6/+6 |
* | * more, more aggressive cache of pwcu... | piaip | 2009-09-17 | 1 | -4/+17 |
* | * refine pwcuExitSave again, prevent the initial query if possible. | piaip | 2009-09-17 | 3 | -65/+50 |
* | * notify about how numpost works | piaip | 2009-09-17 | 1 | -1/+3 |
* | * move WATER_* from uflag2 to cuser.pager_ui_type (standalone variable) | piaip | 2009-09-17 | 6 | -43/+32 |
* | * refine badpost code again | piaip | 2009-09-17 | 2 | -13/+13 |
* | * refine uflags | piaip | 2009-09-17 | 2 | -49/+46 |
* | * change magic numbers to const names | piaip | 2009-09-16 | 2 | -4/+4 |
* | * more logs for exmailbox | piaip | 2009-09-16 | 1 | -1/+7 |
* | * put-back the code to handle numlogin (changed to numlogindays) | piaip | 2009-09-14 | 5 | -11/+66 |
* | * performance improve: clear alerts when cuser was reloaded. | piaip | 2009-09-14 | 1 | -0/+2 |
* | * also reload when ordering songs | piaip | 2009-09-13 | 1 | -0/+1 |
* | * fix: money was not synchronized... | piaip | 2009-09-13 | 4 | -2/+36 |
* | * note brc v3 capability change | piaip | 2009-09-12 | 1 | -3/+4 |
* | * add check for ambiguous id in case user cheat on admins | piaip | 2009-09-12 | 1 | -0/+6 |
* | Ask for confirmation before clearing writelog. | mhsin | 2009-09-12 | 1 | -1/+8 |
* | * some users do not understand the numpost is for all boards, so let's hint ... | piaip | 2009-09-10 | 1 | -1/+1 |
* | * make pwcu branch as trunk. | piaip | 2009-09-10 | 30 | -878/+972 |
|\ |
|
| * | * code refine | piaip | 2009-09-10 | 2 | -5/+8 |
| * | * refine message, due to too many new BMs not knowing why their registration... | piaip | 2009-09-08 | 1 | -2/+3 |
| * | * message refine | piaip | 2009-09-08 | 2 | -3/+12 |
| * | * merge trunk | piaip | 2009-09-08 | 1 | -1/+2 |
| * | * improve check_BM frequency | piaip | 2009-09-08 | 4 | -8/+14 |
| * | * move oldnumlogin display from talk=>query to user=>info. | piaip | 2009-09-07 | 2 | -8/+5 |
| * | * allow query old login number (for self only) | piaip | 2009-09-07 | 2 | -3/+12 |
| * | * refine message with quantity | piaip | 2009-09-06 | 3 | -4/+5 |
| * | * adjust numlogindays calculation - should be rounded to each day. | piaip | 2009-09-06 | 1 | -2/+6 |
| * | * experimental: add user recent login history view | piaip | 2009-09-06 | 2 | -1/+42 |
| * | * change display name of numlogindays to macro (we may change it again in fu... | piaip | 2009-09-05 | 3 | -6/+6 |
| * | * fix: user habit: wrong index in uflag2 selection | piaip | 2009-09-05 | 1 | -1/+1 |
| * | * optimize exit save | piaip | 2009-08-31 | 1 | -2/+47 |
| * | * merge pwcu branch with trunk | piaip | 2009-08-31 | 7 | -19/+61 |
| * | * add more checking to numlogindays | piaip | 2009-08-30 | 1 | -4/+16 |
| * | * allow setting chess_go results and lastlogin | piaip | 2009-08-30 | 2 | -6/+92 |
| * | * allow numlogindays to be upgraded on-the-fly. | piaip | 2009-08-30 | 1 | -0/+3 |
| * | * fix numlogindays | piaip | 2009-08-30 | 12 | -50/+81 |
| * | * code refine | piaip | 2009-08-30 | 2 | -5/+2 |
| * | * (pwcu branch) code refine, remove unused code, and finetune alerts | piaip | 2009-08-30 | 8 | -110/+14 |
| * | * (pwcu branch) const cuser code complete | piaip | 2009-08-30 | 4 | -129/+82 |
| * | * (pwcu branch) make user compatible to pwcu API | piaip | 2009-08-30 | 6 | -84/+165 |
| * | * (pwch branch) change chess results to use pwcu API | piaip | 2009-08-30 | 5 | -83/+126 |
| * | * (pwcu branch) code refine | piaip | 2009-08-29 | 3 | -53/+42 |
| * | * (pwcu branch) remove the 'goodpost' ~ I love this commit. | piaip | 2009-08-29 | 6 | -271/+3 |
| * | * (pwcu branch) end support of r2275 version password | piaip | 2009-08-29 | 1 | -5/+13 |
| * | * enable lastseen and CONST_CUSER, also use cuser_ref as "&cuser". | piaip | 2009-08-29 | 12 | -33/+46 |
| * | * modify more APIs | piaip | 2009-08-28 | 3 | -32/+45 |
| * | * moving into the new pwcu (password - current user helper) API | piaip | 2009-08-28 | 13 | -159/+319 |
* | | * add view recent login in trunk | piaip | 2009-09-06 | 2 | -1/+41 |
* | | * refine message | piaip | 2009-09-06 | 1 | -1/+1 |
* | | * fix ANSI in getdata/vgets prompts | piaip | 2009-08-31 | 4 | -14/+30 |
* | | * fix getyx_ansi calculation (however, getdata/vgets is still not able to di... | piaip | 2009-08-31 | 2 | -1/+4 |
* | | * add 'validate namelist by badpost', suggested by VOT1077@ptt.cc(PttSuggest) | piaip | 2009-08-31 | 1 | -13/+32 |
* | | * forgot to modify vote limitation creation for numlogin | piaip | 2009-08-30 | 1 | -5/+3 |
* | | * [code refine] add const modifier | piaip | 2009-08-29 | 2 | -3/+3 |
* | | * fix line wrong position | piaip | 2009-08-29 | 1 | -1/+1 |
* | | * we don't support ver r2275 (chick) password anymore (too old). | piaip | 2009-08-29 | 1 | -4/+12 |
* | | * because PERM_HIDE does not update lastlogin time, we must skip them in nam... | piaip | 2009-08-29 | 1 | -1/+6 |
|/ |
|
* | * fix r4780: incorrect macro usagepttbbs.pwcu@4781 | piaip | 2009-08-27 | 1 | -1/+1 |
* | * solve "topboard is gone, need to press 'S'" by forcing sorted mode in clas... | piaip | 2009-08-27 | 1 | -1/+6 |
* | * refine ordersong | piaip | 2009-08-26 | 5 | -250/+281 |
* | * change chess source file names to be prefixed with ch_*. | piaip | 2009-08-26 | 5 | -1/+1 |
* | * remove lovepaper generator because it's rarely used by observation. | piaip | 2009-08-26 | 3 | -126/+1 |
* | * give warning to admins who is trying to modify his own account... | piaip | 2009-08-25 | 1 | -0/+4 |
* | * remove numlogin from vote/post restriction (confirmed by SYSOPs) | piaip | 2009-08-25 | 3 | -37/+3 |
* | * pmore/movie: fix LO=n timer assignment error (thanks to Explorer09@ptt, Pt... | piaip | 2009-08-25 | 1 | -4/+6 |
* | * code refine: remove warnings | piaip | 2009-08-25 | 1 | -1/+3 |
* | * simplify the delete message input ui | piaip | 2009-08-24 | 1 | -38/+10 |
* | * refine foreigner query | piaip | 2009-08-24 | 1 | -12/+17 |
* | * improve foreign query interface again | piaip | 2009-08-24 | 1 | -11/+16 |
* | * remove foreign query pre-input because some people may have problem using ... | piaip | 2009-08-24 | 1 | -2/+2 |
* | * unquote [new] [guest]. | piaip | 2009-08-23 | 1 | -1/+1 |
* | * enable nuser>30 condition again, because even on Ptt, many boards are belo... | piaip | 2009-08-23 | 2 | -4/+4 |
* | * use SAFE_ARTICLE_DELETE even if nuser < 30 | piaip | 2009-08-23 | 4 | -19/+94 |
* | * remove single player games: guess and othello | piaip | 2009-08-21 | 4 | -817/+5 |
* | * refine chicken revive messages | piaip | 2009-08-20 | 1 | -11/+15 |
* | * WITH_EMAILDB was deprecated by USE_EMAILDB in pttbbs.conf. | piaip | 2009-08-19 | 3 | -5/+5 |
* | * move ambiguous id check into (emaildb/regcheckd) daemon | piaip | 2009-08-19 | 3 | -67/+37 |
* | * 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 | 2 | -12/+46 |
* | * change 'user number exceeded' error message. thanks to yogira@PttSuggest | piaip | 2009-08-17 | 1 | -1/+1 |
* | * fix: endless loop if too many directories created by stampdir(). (occurs w... | piaip | 2009-08-16 | 1 | -1/+4 |
* | 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 | 3 | -308/+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 |
* | * 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 | 1 | -1/+3 |
* | * 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 |
* | * 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 | 4 | -38/+0 |
* | * 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 | 2 | -0/+12 |
* | * 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 |
* | * 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 |
* | * 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 | 3 | -7/+15 |
* | * support bounded entropy to money calculation | piaip | 2009-06-21 | 1 | -3/+35 |
* | * fix 'foreign' messages. | piaip | 2009-06-21 | 1 | -1/+1 |
* | * enable the customizable 'register detail messages' [edit the messages from... | piaip | 2009-06-21 | 1 | -45/+44 |
* | * add more description to register/career, according to Ptt1 rules | piaip | 2009-06-21 | 1 | -13/+37 |
* | * fix buffer overflow. | kcwu | 2009-06-20 | 1 | -2/+3 |
* | * to fill request correctly | piaip | 2009-06-20 | 1 | -1/+3 |
* | * clear previous messages | piaip | 2009-06-20 | 1 | -2/+2 |
* | * move emaildb to standalone regmaildb | piaip | 2009-06-19 | 3 | -235/+45 |
* | * 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 |
* | * 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 potential negative numposts | piaip | 2009-06-18 | 2 | -4/+12 |
* | * 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 |
* | * logind: move logattempt to mbbsd (thanks to kcwu) | piaip | 2009-06-17 | 1 | -1/+1 |
* | * fix: incorrect pid in procname | piaip | 2009-06-16 | 1 | -2/+3 |
* | * lower down login frequency: 10 per minutes | kcwu | 2009-06-16 | 1 | -1/+1 |
* | * 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 |
* | * 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 | 3 | -37/+18 |
* | * 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 | 1 | -0/+3 |
* | * don't increase user's login count if login less than 60 seconds. | kcwu | 2009-06-16 | 1 | -11/+7 |
* | * change toread/towrite's return value to be '-1 for EOF and error'. | piaip | 2009-06-15 | 1 | -8/+8 |
* | * bug fix: crash if user want to add fav, but it's actually filtered out due... | kcwu | 2009-06-15 | 1 | -2/+13 |
* | vedit bug fixes | kcwu | 2009-06-14 | 1 | -145/+244 |
* | * 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 |
* | * CPULIMIT macro is deprecated | kcwu | 2009-06-14 | 3 | -7/+38 |
* | * 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 |
* | * code refine to mbbsd | piaip | 2009-06-13 | 1 | -2/+2 |
* | * 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 | 13 | -48/+49 |
* | * revise brc interface: brc will not change currbid, currboard, currbrdattr | kcwu | 2009-06-13 | 2 | -17/+13 |
* | vedit revise | kcwu | 2009-06-13 | 13 | -107/+114 |
* | 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 |
* | * 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 | 14 | -248/+89 |
* | * refine cmbbs/cache.c: we don't need 'util_cache.o' anymore! simply common ... | piaip | 2009-06-12 | 1 | -967/+26 |
* | * 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 |
* | * make port binding to standalone configuration fine (etc/bindports.conf) | piaip | 2009-06-11 | 3 | -4/+70 |
* | * now should be initialized before register(new), otherwise birthday will al... | piaip | 2009-06-11 | 1 | -1/+1 |
* | * add is_valid_brdname() to cmbbs | kcwu | 2009-06-11 | 1 | -1/+1 |
* | * add is_valid_brdname() to cmbbs | kcwu | 2009-06-11 | 2 | -18/+2 |
* | Only 2 bytes are useful (3rd byte with big5 results in garbage) | wens | 2009-06-11 | 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 compile warnings | kcwu | 2009-06-10 | 1 | -0/+1 |
* | * refine logind: deliver port info and add more keys | piaip | 2009-06-10 | 1 | -2/+7 |
* | * 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 | 2 | -0/+2 |
* | * extra login messages should be displayed only in tunnel mode. | piaip | 2009-06-10 | 1 | -3/+6 |
* | * 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 | 1 | -1/+1 |
* | * minor fixes: | piaip | 2009-06-08 | 2 | -6/+7 |
* | * the 'only special key to break in interactive mode' was not needed - comma... | piaip | 2009-06-08 | 1 | -10/+4 |
* | * delete dead code. | kcwu | 2009-06-08 | 1 | -28/+0 |
* | * 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 | 2 | -1/+8 |
* | * remove post_msg_fpath(), no longer used. | kcwu | 2009-06-07 | 1 | -11/+2 |