summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - move set_bottom (old ctrl-z) to ctrl-x.piaip2008-04-192-2/+6
* - make ZA system complete.piaip2008-04-196-34/+111
* - 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-192-7/+39
* - enable large terminal for menu and menu_movie.piaip2008-04-193-21/+28
* - 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) export osdep from cmsys, fixing bbsctl linking errorpiaip2008-04-194-9/+9
* - (internal) fix chicken and bid data padding errorpiaip2008-04-192-2/+5
* *** PASSWD CHANGE *** PLEASE READ UPDATING FOR DEFAILT INFORMATION.piaip2008-04-199-153/+424
* - 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-185-82/+58
* - (internal) tobind/toconnect: allow specifying INADDR_ANY (*:port) or loopba...piaip2008-04-181-14/+29
* - for struct written to file, use type with fixed sizekcwu2008-04-181-81/+80
* - 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
* - remove unused OS version macrokcwu2008-04-171-4/+1
* - 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-1710-318/+299
* - (internal) getans -> vanspiaip2008-04-1722-147/+250
* - (internal) visio: add vgetspiaip2008-04-1711-61/+381
* - change sender address of auto forward to forwarder, to prevent confusion ca...piaip2008-04-167-41/+21
* - reduce unnecessary QP encode in mail subject header.piaip2008-04-161-1/+12
* - (internal) visio: add vfill/vfillw, with more flexity to vcols.piaip2008-04-162-141/+128
* - (internal) visio: add columned output API.piaip2008-04-164-0/+273
* - register: fix reject reason in paged validation modepiaip2008-04-151-1/+1
* - (internal) migrate more code to visio API.piaip2008-04-153-46/+11
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-1522-105/+106
* - update visio header file for new apipiaip2008-04-151-6/+8
* - bbs: fix utmp_brcid out-of-sync on 's' select.piaip2008-04-157-30/+50
* - (internal) code refine - improving visio systempiaip2008-04-1515-185/+467
* - 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-134-6/+25
* - add calendar in login viewpiaip2008-04-137-32/+52
* - 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-133-778/+9
* - board: add group search for 's'.piaip2008-04-131-11/+17
* - board: move cursor when leaving same board.piaip2008-04-133-5/+12
* - visio: add vbar and varf, better l-r API.piaip2008-04-138-73/+96
* (internal code refine)piaip2008-04-1212-126/+62
* - (internal) use new visio/vfooter() API to display footerspiaip2008-04-127-114/+39
* - visio: add vfooter() high level API.piaip2008-04-123-1/+109
* - new interface to edit system files (preventing links/source change)piaip2008-04-122-143/+185
* - 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-123-11/+70
* - add Now(), m3 flavor time format API.piaip2008-04-123-1/+15
* - reglogdb: integer type of timestamp is easier for processing (sort).piaip2008-04-121-3/+3
* - reglog: add register.log -> sqlite3db conversion script.piaip2008-04-123-1/+114
* - (internal) un sockets requires removing file path first.piaip2008-04-111-0/+3
* (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-106-10/+16
* - net: should not change constant string.piaip2008-04-101-2/+6
* - (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
* Unused variablewens2008-04-101-1/+1
* Missed this in last commitwens2008-04-101-8/+3
* Change tobind/toconnect interface.wens2008-04-1013-66/+69
* - 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-097-14/+61
* fix if/else sequencewens2008-04-091-2/+2
* Support UNIX socket domainswens2008-04-091-29/+71
* Drop Solaris supportwens2008-04-098-159/+8
* - pmore: change RIGHT key reaching end behavior back to original stylepiaip2008-04-091-2/+12
* Port should be integerwens2008-04-091-1/+1
* Avoid memory and fd leak.wens2008-04-091-2/+3
* - (internal) enable customization of hostname shown in AID query window.piaip2008-04-092-1/+6
* Use fromd for 故鄉wens2008-04-092-0/+20
* (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-092-79/+96
* Use reentrant strtok_rwens2008-04-091-3/+3
* - bbs: fixed: BM can skip PostRestriction check for x-crosspost.piaip2008-04-096-38/+42
* - 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-083-14/+39
* Clean buffer first.wens2008-04-081-0/+2
* Fix sending wrong ipwens2008-04-081-1/+1
* Added fromd test clientwens2008-04-084-4/+44
* - 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
* fix charsetwens2008-04-080-0/+0
* set svn:ignorewens2008-04-080-0/+0
* New daemon: fromdwens2008-04-084-0/+242
* - 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-047-8/+35
* - regform: enable kick-out mechanism for regform systempiaip2008-04-043-9/+31
* - (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-034-11/+26
* - 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-038-54/+90
* - angel: allow user to call paged rejnew angel in hh mode, even if angel has ...piaip2008-04-033-33/+67
* - [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-027-327/+372
* - 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-014-15/+66
* - 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-014-5/+25
* - (internal) enable building utmpserverpiaip2008-03-317-60/+66
* - remove rejects from util/angelpiaip2008-03-311-48/+0
* - (internal) change GLOBAL_* to BN_*piaip2008-03-3126-129/+132
* - drop angel_reject features (requested from okcool@ptt)piaip2008-03-316-73/+15
* - 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-303-7/+25
* - upgrade script: fix Makefile for compilation.piaip2008-03-291-2/+2
* - 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-2912-24/+74
* - fix reaper utility to make it really works.piaip2008-03-291-9/+139
* - 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-297-35/+228
* - change the chinese description of b_note and message finetune.piaip2008-03-282-4/+4
* - bnote: change board_note display settings to make it more meaningful.piaip2008-03-282-13/+39
* - register: (exp) complete testing code for regform 2: now enables testing fr...piaip2008-03-284-138/+234
* - (internal) move UTIL_C API from mbbsd/stuff to cmbbs.piaip2008-03-2713-132/+197
* - code clean upkcwu2008-03-275-30/+33
* - fix syntax for old c compiler.kcwu2008-03-273-8/+13
* (internal) drop src directory (moved to common/ now)piaip2008-03-2716-2510/+0
* (internal) refine directory layout: libbbs/libbbsutil -> common/bbs,sys.piaip2008-03-2728-19/+2533
* - (internal) move osdep to libbbsutilpiaip2008-03-267-6/+9
* correct file character setwens2008-03-260-0/+0
* - (internal) util update - sync with latest librarypiaip2008-03-266-232/+24
* - (internal) moving more bbs-independent code to utility library.piaip2008-03-2612-216/+221
* - (internal) directory layout structure finetunepiaip2008-03-2625-2/+10
* - board_config: many people get confused about "one month", let's display "30...piaip2008-03-261-3/+7
* - (internal) drop deprecated old OS support. focus on modern Linux/FreeBSD now.piaip2008-03-268-624/+258
* - refine board_config display (prevent garbage restriction display)piaip2008-03-251-4/+19
* - change kill_user log from VIOLATION to SECURITY.piaip2008-03-251-1/+5
* - prevent buffer overflow issues.piaip2008-03-241-18/+17
* - log reason for adm killing user accountspiaip2008-03-241-0/+5
* - fix buffer overflow (due to some invalid friend file containing very long id)piaip2008-03-241-3/+5
* - fix user over18 display in admin's user_display.piaip2008-03-243-17/+24
* - revise code slightly.piaip.newlayout@4011kcwu2008-03-201-51/+67
* - (setup) update sample config filespiaip2008-03-192-25/+16
* - cancelbadpost: prevent update request masked by potential new badposts.piaip2008-03-191-3/+6
* - Fix compilation error: Rename is now in libbbsutil.piaip2008-03-182-0/+5
* - check_and_expire: allow preserving accounts for one year (if not requested ...piaip2008-03-181-12/+12
* - register: account expiring: fix offset-by-one issue.piaip2008-03-181-1/+2
* - prevent minus Z search messages shown on OLDRECOMMEND systemspiaip2008-03-181-1/+5
* - register: allow expiring accounts created more than one year before.piaip2008-03-182-10/+24
* - read: search_recommend: add searching recommend<0, for helping BM managementpiaip2008-03-171-3/+6
* - prompt fine-tune: change 'uppercase I' to i.piaip2008-03-163-8/+8
* - Happy r4000!piaip2008-03-153-5153/+5153
* - fix crash for mail->'c'->man->D.piaip2008-03-152-2/+5
* - bbs: prevent repeated showing board_enter_notespiaip2008-03-153-4/+7
* - mail: enable z for some users who already have mail-man before.piaip2008-03-121-2/+5
* - change show_file parameter to assign striping options in a better way.piaip2008-03-127-22/+52
* - fixed: 'y' for replying in boardspiaip2008-03-122-0/+5
* pmore/mail/modes: enable 'y' for multi-reply in mail reading, and fix non-upd...piaip2008-03-125-17/+44
* - vt100/200 key conversion: improve error handling (may cause endless loop) f...piaip2008-03-121-10/+22
* - fix crash: should check every return value of strtok_r.piaip2008-03-111-5/+3
* - eliminate compile warningspiaip2008-03-113-3/+3
* - removed indict, because there's no any reason to keep those out-dated data.piaip2008-03-115-243/+9
* - revert testing code: should not check-in.piaip2008-03-111-6/+0
* - chicken: fix sudden-death after reviving 'too tired' or 'too full'.piaip2008-03-112-1/+9
* - chicken: revive should update lastvisit to prevent die again.piaip2008-03-111-4/+7
* - chicken: prevent confusing displaypiaip2008-03-111-3/+7
* - user: display over18 evalulation resultpiaip2008-03-112-4/+11
* - over18 check is redundent in complete check.piaip2008-03-101-2/+1
* - BM should have permission, even over18. Also we prevent over18 BMs setting ...piaip2008-03-101-6/+11
* - fix bug: board active user limit (may exceed 32768)piaip2008-03-101-1/+2
* - mail: fix non-exist file crashpiaip2008-03-102-4/+376
* - talk: reduce GotoNewHand crash (C-Uhh or C-Urhh)piaip2008-03-091-9/+18
* - board: 's' - remove the global search after empty input (because we cannot ...piaip2008-03-081-2/+11
* - mail: fix forward error for 'x' addresspiaip2008-03-081-2/+2
* - menu: message improvement.piaip2008-03-081-1/+1
* - mail: never use 'x' as foward address. help manual registered users.piaip2008-03-081-1/+2
* - register: Regform2 API prototype (for concurrent registration form validati...piaip2008-03-087-24/+523
* - chicken/upgrade: add live upgrade functionpiaip2008-03-074-27/+116
* - upgrade script updatepiaip2008-03-063-4/+6
* - register: general code refine, no functionality change.piaip2008-03-061-320/+317
* - more: change 's' to 'select-board' instead of 'search'.piaip2008-03-065-24/+41
* - user/chicken: enable sysop toggle chicken-deathpiaip2008-03-065-16/+51
* - chicken: enable PK with new mmap stylepiaip2008-03-063-3/+6
* - chicken: move chicken data to user directory, with mmap based synchronization.piaip2008-03-065-136/+303
* - upgrade: directory for all upgrading scripts/tools/programspiaip2008-03-064-0/+239
* - [code refine] move all registration code to register.cpiaip2008-03-064-1836/+1814
* - pmore/common: prompt message finetune for recommendationpiaip2008-03-053-8/+11
* - talk: warn user that we don'e accept empty input for talklog decision.piaip2008-03-051-2/+10
* - msg update: prevent using "illegal/invalid" confusing terms, and other mino...piaip2008-03-043-8/+11
* - add option "default to backup" (from PttSuggest@ptt2)piaip2008-03-035-9/+31
* - prevent resending regforms if regcode is incorrect.piaip2008-03-031-2/+7
* - pmore/movie: rollback *[m prefix - not really so common.piaip2008-03-022-8/+6
* - pmore/movie: more comments on LS usage.piaip2008-03-021-0/+15
* - display remaining days info for chatroom restriction piaip2008-03-021-2/+3
* - enable ESC[m as prefix for pmore movie (for some ANSI editors)piaip2008-03-024-7/+33
* - add warning on famous gamespiaip2008-03-011-1/+10
* - improve violation-pay process (prevent misunderstanding)piaip2008-03-011-16/+28
* - mail: fail-safe filename check to avoid segv crashpiaip2008-02-291-0/+6