summaryrefslogtreecommitdiffstats
path: root/mbbsd
Commit message (Expand)AuthorAgeFilesLines
* - fixed: boardlist->E->E board title input dialog too long.piaip2008-05-271-2/+3
* - fixed: ten-half may be played without having PMONEY. piaip2008-05-271-2/+9
* - register validation: change message from "validated" to "viewed".piaip2008-05-211-2/+2
* - display and hint the approx value of register requestspiaip2008-05-211-1/+3
* - make file types visible to all userspiaip2008-05-191-15/+22
* - refresh deleted board after deleting announce(man/gem) postspiaip2008-05-191-0/+1
* - chicken: allow better revive for adminpiaip2008-05-171-3/+12
* - improve chicken revive formula to avoid death-revive cycle exploitpiaip2008-05-161-70/+45
* - bbs: alert when replying to board fallbacks to reply-mail.piaip2008-05-164-21/+31
* - add HOME/END in announce cursor movement (suggestion from PttBug)piaip2008-05-141-3/+6
* - mail: ignore self from reject listpiaip2008-05-143-25/+6
* - fix angel give_money anonymous default option bugpiaip2008-05-141-1/+1
* WARNING: THIS PATCHSET CHANGED SHM STRUCTURE. PLEASE READ UPDATING CAREFULLY.piaip2008-05-132-9/+9
* - general message refinepiaip2008-05-133-22/+14
* - register: finetune reject reasons and logs according to admin requests.piaip2008-05-131-1/+2
* - mbbsd: fix mind init sizepiaip2008-05-121-1/+3
* - mbbsd: clean trailing stuff when fromd is enabled.piaip2008-05-121-2/+6
* - bbs: X (recommend) on vote_post should do like 'y' -- reply vote.piaip2008-05-123-173/+76
* Disable host alias when using FROMD.wens2008-05-121-2/+2
* - fix etc_edit log formatpiaip2008-05-121-1/+1
* - user: fix email disallow (banemail) algorithmpiaip2008-05-121-7/+16
* - chat: add /ban and /unban commandspiaip2008-05-111-1/+4
* - fix show_signature display error (forgot last newline)piaip2008-05-111-0/+1
* - register: drop some rejected words which are valid in some addressespiaip2008-05-113-2/+15
* - register/captcha: remove some ambigious options/alphabetspiaip2008-05-111-2/+4
* - typo fixpiaip2008-05-101-1/+1
* - add more detail error log for admin's unum errorpiaip2008-05-101-1/+4
* - fix warnings.kcwu2008-05-101-8/+8
* - (register) fix BIG5 partial string strstr issue (solving some invalid addre...piaip2008-05-101-41/+40
* - register: fix 'x'/default being rejected in user->changemailpiaip2008-05-101-1/+9
* - register: check copy-pasting sample birthdaypiaip2008-05-101-5/+21
* - (exp captcha) random seed should be initialized earlier for captcha.piaip2008-05-102-6/+5
* - (exp) register: add figlet captcha systempiaip2008-05-101-8/+167
* - (internal) change 86400/... (seconds of day/month/...) to named constants.piaip2008-05-1011-26/+43
* - menu: refine menu's and isolate personal files as submenu.piaip2008-05-092-67/+74
* - register: fixed: page mode validation treated all user as "D" (non-exist).piaip2008-05-081-2/+0
* - register: refine reject-notify process. user will be able to reply at the f...piaip2008-05-081-186/+201
* - (internal) xchatd: remove unused codepiaip2008-05-083-5/+6
* - (internal) replace ctime4 by Cdate, prevent developer confused by the the t...piaip2008-05-089-57/+38
* - improve give_money process and red_envelop writing procedure.piaip2008-05-084-61/+117
* - (internal) code refine: separate inner_send APIpiaip2008-05-072-39/+64
* - gamble: refine open ticket message formatpiaip2008-05-061-4/+6
* - fix crash on cross-posting to non-exist boards (reported by astro)piaip2008-05-061-3/+3
* - alert message for reg-email whitelistpiaip2008-05-051-1/+15
* - (internal) replace all localtime4() by localtime4_r().piaip2008-05-0513-85/+71
* - security exploit: calling localtime() during getdata() may change the log d...piaip2008-05-051-8/+22
* - message refine for chatpiaip2008-05-031-2/+2
* - cal: fix debugsleeping process considered as multi-login issuepiaip2008-05-031-3/+5
* - fix minute input errorpiaip2008-05-031-1/+1
* - voteboard: hint on how to join votingpiaip2008-04-301-3/+4
* - refine menu items: keep better compatibility with old ordering.piaip2008-04-301-1/+1
* - chicken: make sysop revive and user revive work in same waypiaip2008-04-301-8/+19
* - fix chicken sudden death after sysop revivepiaip2008-04-301-2/+2
* - better menu name for xchatpiaip2008-04-291-1/+1
* - prevent user vote for twice by changing id capitals (thx to hrs113355)piaip2008-04-293-4/+5
* Allowing set gambling and bidding end time to minute.scw2008-04-291-0/+4
* - board: shrink search_board input textbox sizepiaip2008-04-293-2/+5
* - message refine and menu item re-ordering for talk/chat.piaip2008-04-292-7/+7
* - prevent user get BM permission before BMcache ready.piaip2008-04-291-0/+8
* - mail/Forward: prevent assert error by checking valid userid.piaip2008-04-281-0/+6
* - allow F forward only for authenticated userspiaip2008-04-281-1/+31
* - alert on multi login which results in userinfo out-of-syncpiaip2008-04-271-1/+7
* - check send mail permissionpiaip2008-04-272-1/+7
* - enable 'Q' in userlist to query all userspiaip2008-04-261-0/+6
* - artwork: align chat input and message barpiaip2008-04-251-1/+1
* - improve 'C' in namelist editing: removing users haven't login for a specifi...piaip2008-04-252-4/+34
* - chat: support realtime viewing chatlog.piaip2008-04-251-7/+30
* - fix safe del header rule: when deleteing 'already deleted' files, should no...piaip2008-04-251-5/+5
* - message refinepiaip2008-04-241-1/+1
* - friend_list: add 'C' to clear non-exist users.piaip2008-04-241-2/+55
* - pmore: RIGHT key at end should return like LEFT (mailbox was not refreshed).piaip2008-04-241-1/+1
* - Police should be able to enter BM boardspiaip2008-04-241-0/+5
* - fix: guests should not get announce sub-op, and sub-op should not have BM p...piaip2008-04-243-14/+10
* - (internal) refine visio callback piaip2008-04-244-98/+99
* - ZA: simple workaround to prevent Ctrl-U re-entrant issuepiaip2008-04-232-0/+14
* - prevent 'title' prompt in editing board_notepiaip2008-04-232-1/+4
* - register: add more information on registration waiting state.piaip2008-04-231-5/+7
* - register: allow quick return for aborting rejection (no reason input)piaip2008-04-221-5/+10
* - add customizable registration rejecting notespiaip2008-04-221-3/+9
* - CRLF issue: make accepting LF an option.piaip2008-04-221-0/+9
* - (mail) more hints and check on auto-forward settingspiaip2008-04-222-1/+16
* - notification on forward behavior changepiaip2008-04-222-2/+10
* - code refine: use ANSI_REVERSE to replace ANSI_COLOR(7), more meaningful.piaip2008-04-2213-23/+25
* - show user plan when forwarding (x) mail.piaip2008-04-221-0/+1
* - add 'search only for local boards' back in Ctrl-S.piaip2008-04-221-0/+31
* - (internal) fix register query prompt extra codepiaip2008-04-221-1/+1
* - (internal) code refinepiaip2008-04-212-4/+159
* - refine key processing of CR(C-M), LF(C-J), BS(C-H), BS2(0x7f)piaip2008-04-2116-47/+59
* - (internal) visio/vget: change old NOECHO to ASCII_ONLY + NOECHO.piaip2008-04-212-3/+2
* - visio: simulate old behavior, rejecting non-ascii characters for NOECHO (pw...piaip2008-04-211-0/+8
* - admin: add fields to change user career/phonepiaip2008-04-211-3/+7
* - bbs: fixed: push_bottom nofitication not refreshed if abort.piaip2008-04-204-312/+12
* - chat: fix key hit (I_OTHERDATA) when doing ZA.piaip2008-04-201-0/+4
* - add system updates log in menupiaip2008-04-202-44/+31
* - chat: add ZA in chatpiaip2008-04-204-10/+35
* - bbs: alert push_bottom for the relationship with original filespiaip2008-04-202-16/+30
* - drop push_bottom warning in mailboxpiaip2008-04-202-4/+7
* - clear input line when getting pssword in new visio.piaip2008-04-201-0/+4
* - notify BM for new b_config (edit board ctitle).piaip2008-04-201-2/+7
* - add 'top boards' in ZA selection.piaip2008-04-202-3/+17
* - board_config/edit_title (Bb): only log if user really changed title.piaip2008-04-201-1/+1
* - move 'B' (edit board title) to 'b' in board_config (i/I), and B now also ac...piaip2008-04-203-37/+31
* - artwork improve for ZA bar.piaip2008-04-192-2/+5
* - finetune (rollback) menu and userlist layoutpiaip2008-04-192-2/+9
* - move set_bottom (old ctrl-z) to ctrl-x.piaip2008-04-192-2/+6
* - make ZA system complete.piaip2008-04-194-33/+106
* - restore stat after Ctrl-Z change to allow r/w hotkeys after Ctrl-Z. (report...piaip2008-04-191-2/+4
* - change GUEST rule to checking PERM_BASIC.piaip2008-04-192-2/+12
* - talk: userlist is now scalable, with the power of VCOL layout system.piaip2008-04-191-75/+81
* - add priority to vcolpiaip2008-04-191-6/+34
* - enable large terminal for menu and menu_movie.piaip2008-04-192-20/+27
* - enable large terminal in menuspiaip2008-04-191-6/+4
* - fix LCECHO issue (cannot input chinese in some places)piaip2008-04-194-9/+10
* - menu: simple Ctrl-Z navpiaip2008-04-192-1/+29
* - (internal) fix chicken and bid data padding errorpiaip2008-04-191-1/+1
* *** PASSWD CHANGE *** PLEASE READ UPDATING FOR DEFAILT INFORMATION.piaip2008-04-195-145/+127
* - make aligned comments official.piaip2008-04-181-1/+2
* - change aligned comments to left-align format.piaip2008-04-181-5/+2
* - fix wrong LCECHOpiaip2008-04-184-13/+13
* - (internal) fix board parameterpiaip2008-04-181-1/+1
* - (internal) refine i/o system to try new vget systempiaip2008-04-182-41/+46
* - (admin/user) kick user before making changespiaip2008-04-181-52/+71
* - xchat: fix "waterball exists forever" issue, and prevent printing mail aler...piaip2008-04-182-22/+46
* - give_money: message refinepiaip2008-04-182-15/+7
* - hide the name of the executer that deleted files, due to many defects recen...piaip2008-04-171-2/+3
* - register: add log for "assigning specific user to validate".piaip2008-04-172-20/+23
* - minor code revise, fix buffer sizekcwu2008-04-171-10/+14
* - remove unused global variable.kcwu2008-04-171-4/+0
* - change the permission for police to kill user from "numlogin/numpost < 100"...piaip2008-04-171-1/+11
* - do not log delete info for delete_allpost because it is usually used by sys...piaip2008-04-171-1/+7
* - (internal) change chat to use vgetstring with new callback systempiaip2008-04-177-312/+226
* - (internal) getans -> vanspiaip2008-04-1720-138/+234
* - (internal) visio: add vgetspiaip2008-04-175-48/+324
* - change sender address of auto forward to forwarder, to prevent confusion ca...piaip2008-04-165-39/+19
* - (internal) visio: add vfill/vfillw, with more flexity to vcols.piaip2008-04-161-116/+93
* - (internal) visio: add columned output API.piaip2008-04-161-0/+204
* - register: fix reject reason in paged validation modepiaip2008-04-151-1/+1
* - (internal) migrate more code to visio API.piaip2008-04-152-40/+6
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-1520-102/+103
* - bbs: fix utmp_brcid out-of-sync on 's' select.piaip2008-04-157-30/+50
* - (internal) code refine - improving visio systempiaip2008-04-1512-165/+415
* - bbslua: fix crash on printing error messagepiaip2008-04-141-1/+1
* // fix '!' exceeding screen widthpiaip2008-04-141-1/+3
* - gray safe_delete corpse entriespiaip2008-04-141-1/+20
* - register: forgot to stop dryrun mode!!piaip2008-04-131-1/+1
* - fix loginview crash (having NULL entries)piaip2008-04-133-1/+7
* - add aligned format of commentspiaip2008-04-133-6/+24
* - add calendar in login viewpiaip2008-04-135-29/+49
* - prevent showing id for anonymous mostspiaip2008-04-131-2/+11
* - make safe_delete display betterpiaip2008-04-131-1/+1
* - add 'del' in admin x_filepiaip2008-04-132-6/+22
* - (internal) code refine: change [200] to [PATHLEN], [STRLEN], or [ANSILINELEN].piaip2008-04-137-16/+17
* - fix footer length (should display all on col80) piaip2008-04-131-1/+1
* - officially change to regform v2 and drop old (v1) support.piaip2008-04-132-778/+5
* - board: add group search for 's'.piaip2008-04-131-11/+17
* - board: move cursor when leaving same board.piaip2008-04-132-4/+11
* - visio: add vbar and varf, better l-r API.piaip2008-04-137-73/+94
* (internal code refine)piaip2008-04-129-110/+53
* - (internal) use new visio/vfooter() API to display footerspiaip2008-04-125-94/+38
* - visio: add vfooter() high level API.piaip2008-04-122-1/+84
* - new interface to edit system files (preventing links/source change)piaip2008-04-121-143/+118
* - register: do not remove spaces until buildling justify stringpiaip2008-04-123-12/+17
* - no need to unset utmp->bid (mostly in global menu).piaip2008-04-121-1/+2
* - name: improve space complete responsepiaip2008-04-122-7/+13
* - chat: increase query picture lengthpiaip2008-04-121-2/+2
* - board: change 's' in board to do global search, more like other 's'.piaip2008-04-121-33/+16
* - (internal) pmore: unify function prototyp macrospiaip2008-04-121-57/+59
* - pmore: add M3 porting guidepiaip2008-04-121-1/+12
* - add include filespiaip2008-04-121-0/+2
* - pmore: fix incorrect display position for ESC_STAR variables in vertical sc...piaip2008-04-121-10/+65
* (internal) code refine on escape star variables expandingpiaip2008-04-111-13/+3
* - fix definition typo: exit at first page for NA mode.piaip2008-04-111-2/+2
* - drop deprecated namelistpiaip2008-04-101-5/+1
* - (internal) vedit should not change input parameter.piaip2008-04-105-8/+14
* - (internal) pmore: clarify promptend options and add commentspiaip2008-04-101-23/+15
* - email register: add 'white-list' and D(domain) entry support.piaip2008-04-101-6/+55
* Change tobind/toconnect interface.wens2008-04-103-7/+10
* - pmore: description and message update. drop prompend==2 support.piaip2008-04-101-52/+47
* - pmore: compact last blank header entry piaip2008-04-101-5/+13
* - restrict VIOLATE_LAW cross-postingpiaip2008-04-094-14/+50
* Drop Solaris supportwens2008-04-093-25/+2
* - pmore: change RIGHT key reaching end behavior back to original stylepiaip2008-04-091-2/+12
* - (internal) enable customization of hostname shown in AID query window.piaip2008-04-091-1/+1
* Use fromd for 故鄉wens2008-04-091-0/+15
* (internal) pmore: refine to improve portability, changing Ptt_prints to expan...piaip2008-04-091-75/+103
* - (internal) change Ptt_prints to better function: expand_esc_starpiaip2008-04-091-78/+94
* - bbs: fixed: BM can skip PostRestriction check for x-crosspost.piaip2008-04-095-38/+34
* - talk: fix waterball initializationpiaip2008-04-091-2/+2
* - (internal) pmore/M3: localize prompt bar colouring to match themespiaip2008-04-091-17/+42
* - (internal) pmore/M3: enable more M3 key behavior, change default separater ...piaip2008-04-091-2/+23
* - (internal) pmore: improve M3 portingpiaip2008-04-091-30/+60
* - (internal) migrate to new getdata() API namespiaip2008-04-081-14/+6
* - pmore: add Maple 3 porting (thanks to hrs113355)piaip2008-04-081-21/+97
* - (internal) add some Maple-3 API interface to help portingpiaip2008-04-081-6/+27
* - fix regform2: skip all LOGIN_OK userspiaip2008-04-082-43/+49
* - pmore/movie: better fixing of f-1 frame determination.piaip2008-04-081-5/+4
* - pmore: fix movie -1f frame offset-by-one(line) index error.piaip2008-04-081-0/+3
* - angel update: enable GotoNewhand again, with querying user first.piaip2008-04-071-9/+12
* - fix reg-career checkpiaip2008-04-071-1/+2
* - check more on careeer/student inputpiaip2008-04-061-0/+3
* - update angel loading orderpiaip2008-04-061-2/+5
* - prevent crash connections of angels being pagedpiaip2008-04-061-4/+3
* - (internal) code refinepiaip2008-04-051-8/+8
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4083 63ad8ddf-47c3-03...piaip2008-04-051-1/+1
* - fix friend description length on screenpiaip2008-04-051-2/+5
* - fix missing code (compile error, sorry)piaip2008-04-051-1/+1
* - announce: fix append size error (was using target size)piaip2008-04-052-1/+5
* - register: change notification mails to anonymous stylepiaip2008-04-043-3/+23
* - regform: enable kick-out mechanism for regform systempiaip2008-04-042-9/+30
* - (internal) eliminate warningspiaip2008-04-031-1/+1
* - fix typopiaip2008-04-031-1/+1
* - fix go score calculation (prior will have 'lose' overflow - forget to incre...piaip2008-04-032-6/+19
* register: compact ID_RECORD title formatpiaip2008-04-033-2/+21
* - support anonymous commenting for angel system (use with caution - define AN...piaip2008-04-033-10/+25
* - fix a 7-year bug? force_open should really "force" open file.piaip2008-04-0311-37/+49
* - (board) improve restriction display in board_configpiaip2008-04-031-24/+39
* - (internal) change mail/log to specific API.piaip2008-04-034-52/+70
* - angel: allow user to call paged rejnew angel in hh mode, even if angel has ...piaip2008-04-032-32/+64
* - [announce] fix copy-paste endless loop (reported by Kinra@ptt1, thanks)piaip2008-04-021-2/+6
* - handle money more correctly when deleting posts. (process BRD_BAD and flow ...piaip2008-04-021-27/+50
* - cache angel data to speed up angel querypiaip2008-04-022-58/+150
* - improve changing_angel algorithm to prevent paused angels receiving more cl...piaip2008-04-021-13/+20
* - angel system: extend pager modes to 3 types (accept, reject new, reject all)piaip2008-04-024-317/+356
* - make angel status more accessible in talk listpiaip2008-04-021-0/+18
* - angel: add Ctrl-P in userlist to toggle angel_pause.piaip2008-04-022-2/+20
* - finetune angel nick processingpiaip2008-04-022-3/+3
* - angel_anon: improve auto nicks [dirty hack]piaip2008-04-021-0/+27
* - print angel_msg last modified datepiaip2008-04-021-4/+4
* - logging regform validation results to specific board (BN_ID_RECORD)piaip2008-04-012-15/+64
* - add NO WARRENTY alerts on gamble.piaip2008-04-011-7/+10
* - enable angel in BN_ANGELPRAY to do anonymous post [dirty hack]piaip2008-04-011-2/+9
* - announce: align edit_title prompt betterpiaip2008-04-012-7/+7
* - enable angel to temporary disable pager again.piaip2008-04-012-2/+21
* - (internal) enable building utmpserverpiaip2008-03-312-49/+9
* - (internal) change GLOBAL_* to BN_*piaip2008-03-3122-87/+87
* - drop angel_reject features (requested from okcool@ptt)piaip2008-03-313-60/+3
* - user (admin): change confirm order to prevent unnecessary alerts when admin...piaip2008-03-311-39/+69
* - log registration data when killing user by adminspiaip2008-03-301-4/+6
* - fix compiler warningspiaip2008-03-303-4/+5
* - fix compile errorpiaip2008-03-301-1/+1
* - fix: new_register failed to create new regformpiaip2008-03-301-9/+14
* - change 'chicken' to 'pet' in utmp description (ad24@PttSuggest)piaip2008-03-301-1/+1
* - read: add 'search for "s"' in G searchpiaip2008-03-302-5/+22
* - register: message fixpiaip2008-03-291-1/+4
* - register/regform2: add 'assign user' option.piaip2008-03-291-7/+29
* - (experimental) mask ip(fromhost): USE_MASKED_FROMHOSTpiaip2008-03-298-24/+51
* - expiring user after board set to hidden state.piaip2008-03-292-0/+11
* - fix compile error for regform1piaip2008-03-291-0/+1
* - make regform2 complete by upgrading scripts.piaip2008-03-294-34/+53
* - change the chinese description of b_note and message finetune.piaip2008-03-281-3/+3