summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * fix: mandexx crashed (segv) when total board number gets close to MAXBOARDSpttbbs.no_pwcu@4824piaip2009-09-081-6/+31
* * add view recent login in trunkpiaip2009-09-063-1/+45
* * refine messagepiaip2009-09-061-1/+1
* * fix ANSI in getdata/vgets promptspiaip2009-08-314-14/+30
* * fix getyx_ansi calculation (however, getdata/vgets is still not able to di...piaip2009-08-312-1/+4
* * add 'validate namelist by badpost', suggested by VOT1077@ptt.cc(PttSuggest)piaip2009-08-311-13/+32
* * forgot to modify vote limitation creation for numloginpiaip2009-08-301-5/+3
* * [code refine] add const modifierpiaip2009-08-293-6/+6
* * fix line wrong positionpiaip2009-08-291-1/+1
* * we don't support ver r2275 (chick) password anymore (too old).piaip2009-08-291-4/+12
* * because PERM_HIDE does not update lastlogin time, we must skip them in nam...piaip2009-08-291-1/+6
* * fix r4780: incorrect macro usagepttbbs.pwcu@4781piaip2009-08-271-1/+1
* * solve "topboard is gone, need to press 'S'" by forcing sorted mode in clas...piaip2009-08-271-1/+6
* * refine ordersongpiaip2009-08-266-254/+284
* * change chess source file names to be prefixed with ch_*.piaip2009-08-265-1/+1
* * remove lovepaper generator because it's rarely used by observation.piaip2009-08-263-126/+1
* * remove numlogin from topusrpiaip2009-08-261-17/+17
* * give warning to admins who is trying to modify his own account...piaip2009-08-251-0/+4
* * remove numlogin from vote/post restriction (confirmed by SYSOPs)piaip2009-08-256-124/+102
* * pmore/movie: fix LO=n timer assignment error (thanks to Explorer09@ptt, Pt...piaip2009-08-251-4/+6
* * code refine: remove warningspiaip2009-08-251-1/+3
* * code refine: reduce potential fd flag changes in tonnectexpiaip2009-08-251-2/+8
* * enable timeout in toconnectex.piaip2009-08-252-1/+41
* * simplify the delete message input uipiaip2009-08-241-38/+10
* * code refinepiaip2009-08-241-31/+69
* * refine foreigner querypiaip2009-08-241-12/+17
* * improve foreign query interface againpiaip2009-08-241-11/+16
* * remove foreign query pre-input because some people may have problem using ...piaip2009-08-241-2/+2
* * unquote [new] [guest].piaip2009-08-232-3/+3
* * enable nuser>30 condition again, because even on Ptt, many boards are belo...piaip2009-08-232-4/+4
* * use SAFE_ARTICLE_DELETE even if nuser < 30piaip2009-08-236-21/+100
* * activate user list cache (update every hour)piaip2009-08-211-12/+34
* * remove single player games: guess and othellopiaip2009-08-214-817/+5
* * add cached unamb user list mechanism (note: not enabled yet, because not s...piaip2009-08-201-16/+29
* * add cached unambiguous approachpiaip2009-08-201-5/+91
* * refine chicken revive messagespiaip2009-08-201-11/+15
* * WITH_EMAILDB was deprecated by USE_EMAILDB in pttbbs.conf.piaip2009-08-193-5/+5
* * move ambiguous id check into (emaildb/regcheckd) daemon piaip2009-08-194-67/+40
* * prepare to move ambiguous id check into regmaild (it should be named as re...piaip2009-08-193-1/+97
* * force confirm y/n input for chiken deathpiaip2009-08-191-2/+8
* * prevent ambiguous account registrationpiaip2009-08-191-0/+68
* * fix previous typopiaip2009-08-181-1/+1
* * refine stampdir behaviorpiaip2009-08-183-12/+47
* * change 'user number exceeded' error message. thanks to yogira@PttSuggestpiaip2009-08-171-1/+1
* * make subject decoding always performed.piaip2009-08-161-2/+0
* * fix: endless loop if too many directories created by stampdir(). (occurs w...piaip2009-08-161-1/+4
* * fix prototype change of decode APIpiaip2009-08-161-5/+1
* * make pretty subject names in internet mails (to make people who cannot und...piaip2009-08-151-3/+37
* Foreigner may not have 9 ~ 10 digit phone numberscw2009-07-251-0/+4
* * remove bid as claimed before.piaip2009-07-165-330/+39
* * synchronize money display unit to prevent confusionpiaip2009-07-163-6/+6
* * make money display in uinfo realtimepiaip2009-07-151-0/+1
* * make the money in query_self realtimepiaip2009-07-151-1/+6
* * fix: invalid default selection in xyz menupiaip2009-07-151-1/+1
* * refine menu structure (for extra space to expand in the future)piaip2009-07-141-5/+5
* * do not allow guest using mail reply (thanks to OutOfHome@ptt)piaip2009-07-131-0/+8
* Prevent memory leak. Pointer should be assigned after checking return value.wens2009-07-101-1/+1
* * code refine: prevent double free / memory leakspiaip2009-07-101-20/+31
* * ann: prevent invalid user input causing assert fail of (z_indexes[0] == -1).piaip2009-07-101-0/+6
* * ann: let leading 'z' be the 'go back to root' selectorpiaip2009-07-091-13/+64
* * fix bug: sometimes edit window region state is inconsistent after hit Ctrl...kcwu2009-07-091-98/+65
* * tree selection in announce: do not enter last entry (simply move to it)piaip2009-07-091-2/+3
* * board: fix: status bar not refreshed after incomplete delete/backup actionpiaip2009-07-091-3/+3
* * code refinepiaip2009-07-091-14/+9
* * fix offset-by-one error in single input modepiaip2009-07-081-1/+1
* * experimental support: input of selection tree in announce(man)piaip2009-07-081-22/+71
* * fix endless backward search in pmore pagerpiaip2009-07-081-0/+1
* * code refine where_am_i in announce(man)piaip2009-07-081-52/+179
* Fix file timestamping for vote report and innbbsd.mhsin2009-07-052-2/+6
* * directly show cuser if user is querying selfpiaip2009-07-032-4/+9
* fix bug: search in edit.ckcwu2009-07-011-8/+16
* * chat: allow multiple operators (/op can now toggle other's op)piaip2009-07-011-24/+17
* * the simple 'x' check should be case insensitive.piaip2009-06-301-1/+1
* * remove more bid assess(good/bad sale) stuffpiaip2009-06-305-40/+2
* * refine vote source codepiaip2009-06-301-147/+127
* * change BN_SECURITY checks to is_readonly_boardpiaip2009-06-304-34/+13
* * add Security and ALLPOST to system internal readonly boardspiaip2009-06-303-0/+13
* * refine menu structurespiaip2009-06-291-13/+43
* * remove open_bid, according the statistical results.piaip2009-06-291-1/+1
* * code refinepiaip2009-06-281-15/+16
* * code refine piaip2009-06-281-12/+23
* * synchronize the terms of pagerpiaip2009-06-281-1/+1
* * we may split 'score' and 'comment' in the future, so making 'good' and 'bo...piaip2009-06-281-12/+12
* * change ui behavior of 'no_boo' to allow selection from 'good' or 'comment ...piaip2009-06-281-22/+42
* * use portable way (as defined in man) to alter signal handlerpiaip2009-06-281-1/+1
* * logic typopiaip2009-06-281-1/+1
* * make Rename() return real status result when SIGCHLD was set to SIG_IGN.piaip2009-06-281-13/+22
* * refine badpost assignment error messages againpiaip2009-06-281-8/+13
* * refine messagepiaip2009-06-271-1/+1
* * provide message when file was already removed (which implies no badpost ca...piaip2009-06-271-2/+19
* * badpost can be only assigned if the file deletion was success, to prevent ...piaip2009-06-261-7/+12
* * reg: after getfield() was changed, all function should pause if it prints ...piaip2009-06-251-2/+5
* * don't delete ALLPOST of user post if the account is expired.kcwu2009-06-251-1/+2
* * fix bug: edit.c ctrl-y state inconsistentkcwu2009-06-251-5/+2
* * fix: internet mail subject input box was too longpiaip2009-06-241-2/+7
* * fix mutt command line. according to mutt's manpage, -a should be last option.kcwu2009-06-241-1/+2
* * should not open twice mail db... must be typo misspiaip2009-06-241-2/+0
* * move money calibration from bbs.c to edit.cpiaip2009-06-232-6/+12
* * to use UTMPD, the daemons.h should be included.piaip2009-06-221-0/+1
* * initcuser should also update numpost!piaip2009-06-221-0/+1
* * do not return error when forwarding to rejects (following the behavior of ...piaip2009-06-221-2/+2
* * change function to several display text screen from pager to show_file.piaip2009-06-224-10/+19
* * move structure used in UTMPD mode to daemons.hkcwu2009-06-226-9/+14
* * fix horoscope days by wikipediapiaip2009-06-211-1/+2
* * support bounded entropy to money calculationpiaip2009-06-211-3/+35
* * fix 'foreign' messages.piaip2009-06-212-1/+2
* * enable the customizable 'register detail messages' [edit the messages from...piaip2009-06-211-45/+44
* * detail register description filespiaip2009-06-2110-0/+74
* * add more description to register/career, according to Ptt1 rulespiaip2009-06-211-13/+37
* * utmpserver doesn't depend on util_var.okcwu2009-06-211-8/+7
* * fix buffer overflow.kcwu2009-06-201-2/+3
* * speed up sql commandpiaip2009-06-201-2/+3
* * recover initemaildbpiaip2009-06-201-112/+127
* * refine log formatpiaip2009-06-201-2/+4
* * add 'const' to paramspiaip2009-06-201-2/+2
* * to fill request correctlypiaip2009-06-201-1/+3
* * add more logspiaip2009-06-201-0/+10
* * clear previous messagespiaip2009-06-201-2/+2
* allow disable INSCREEN in logindpiaip2009-06-191-2/+4
* * use public defined address instead of local definitionpiaip2009-06-191-1/+1
* * logind: setproctitle does not have prefix/postfix on Linuxpiaip2009-06-192-2/+2
* * move emaildb to standalone regmaildbpiaip2009-06-1910-266/+583
* * async logattemptspiaip2009-06-191-25/+147
* * remove global or static variablekcwu2009-06-192-10/+10
* * remove static variablespiaip2009-06-191-1/+5
* * move global variable to local.kcwu2009-06-191-1/+1
* * fix compile warningskcwu2009-06-191-2/+2
* * make table pointer const, reduce 444 data bytes.kcwu2009-06-191-12/+12
* * don't log useless etc/othello.secretkcwu2009-06-191-10/+1
* * replace indigestion() with assert().kcwu2009-06-191-41/+21
* * missing check-in filespiaip2009-06-191-1/+1
* * allow the 'hold mail' to appear as changed titlepiaip2009-06-194-7/+16
* * fix bug: array forgot initializekcwu2009-06-191-0/+1
* * fix: user cannot register when emaildb is malfunction.piaip2009-06-181-2/+3
* * fix: if connection was closed before being acked, the ack should be abando...piaip2009-06-181-13/+20
* * let loginc support async protocol.kcwu2009-06-181-7/+13
* * fix potential negative numpostspiaip2009-06-182-4/+12
* * increase tunnel buffer sizepiaip2009-06-181-0/+17
* * refine the error message when emaildb was malfunctionpiaip2009-06-182-9/+21
* * check the real return value of forked emaildb checking processpiaip2009-06-181-2/+6
* * refine the names of money (some user get confused between the names)piaip2009-06-182-5/+5
* * prevent using non-block mode for tunnelpiaip2009-06-181-10/+6
* * enable different level of verbose messages.piaip2009-06-181-23/+36
* * add timeout reports and refine messagespiaip2009-06-171-15/+54
* * logind: move logattempt to mbbsd (thanks to kcwu)piaip2009-06-172-33/+45
* * update default ack waiting timeout (should be longer)piaip2009-06-171-1/+1
* * refine AYT report messagespiaip2009-06-171-4/+12
* * fix allocation size and reference of closed tunnel fdpiaip2009-06-171-28/+67
* * refine ackq again - incorrect return valuepiaip2009-06-171-4/+20
* * ackq: fix reuse numberpiaip2009-06-171-0/+9
* * logind: fix double free when connection was terminated before ackpiaip2009-06-171-7/+80
* * fix: incorrect pid in procnamepiaip2009-06-161-2/+3
* * lower down login frequency: 10 per minuteskcwu2009-06-162-3/+3
* * add missing check-in for async mode logindpiaip2009-06-161-2/+2
* * fix usernum range (1..MAX_USER)piaip2009-06-161-1/+1
* * rewrite match_parenkcwu2009-06-161-97/+70
* * add missing filespiaip2009-06-161-0/+1
* * add asynchronous ack modepiaip2009-06-161-17/+153
* * fix compile errorkcwu2009-06-163-13/+28
* * adjust cpu limit of first daykcwu2009-06-161-1/+4
* * fix r4600: forgot to set last_time_exceeded.kcwu2009-06-161-0/+1
* * add error message if guest wants to use bbsluapiaip2009-06-161-1/+3
* * the 'aligned recommend' is now not new.piaip2009-06-161-2/+1
* * fix: memory leak + segv: passing incorrect parameter as buffer. (how can t...piaip2009-06-161-1/+3
* * revert r4584, r4586, r4595: to preserve old behavior.kcwu2009-06-164-38/+19
* * remove dead code (forgot in r4625)kcwu2009-06-161-3/+0
* * support non-blocking mode clients (added -b to toggle non-blocking)piaip2009-06-162-5/+50
* * don't increase user's login count if login less than 60 seconds.kcwu2009-06-161-11/+7
* * performance improvementspiaip2009-06-161-66/+75
* * add online guest checkingpiaip2009-06-151-37/+137
* * 'l' looks like '1' and confusing. rename to 's'.kcwu2009-06-151-16/+16
* * change toread/towrite's return value to be '-1 for EOF and error'.piaip2009-06-153-13/+15
* * bug fix: crash if user want to add fav, but it's actually filtered out due...kcwu2009-06-151-2/+13
* * update Makefile: support installpiaip2009-06-152-1/+8
* * handle (to)read/write return value more correctlypiaip2009-06-151-4/+4
* * fix socket error handling (thanks to Kuang/wens)piaip2009-06-151-2/+6
* vedit bug fixeskcwu2009-06-142-151/+249
* Bufferevent error callback is REQUIREDwens2009-06-141-1/+10
* * simplify bindports.conf, and make full version as 'advanced'.piaip2009-06-142-45/+67
* chdir after opening files, so relative paths workwens2009-06-141-5/+5
* revert previous commit of SIGPIPE handlerwens2009-06-141-9/+1
* ignore binarieswens2009-06-140-0/+0
* * fix: current money should be updated in order song and other commandspiaip2009-06-141-0/+2
* * fix: money in cuser was not updated / sync to shm after sync_update...piaip2009-06-141-1/+3
* * add auto-retry service to logindpiaip2009-06-141-2/+63
* * more checks on net systempiaip2009-06-142-6/+18
* * fix previous compile errorpiaip2009-06-141-1/+1
* * ignore sig_pipe: sometimes the tunnel mbbsd just die without reason...!?piaip2009-06-141-2/+9
* * only report welcome screen change in verbose modepiaip2009-06-141-1/+3
* * add welcome screen update into regular check listpiaip2009-06-141-0/+11
* * change sample CPULIMIT -> CPULIMIT_PER_DAYkcwu2009-06-141-2/+2
* * CPULIMIT macro is deprecatedkcwu2009-06-143-7/+38
* * refine overload / out_of_service screen and messagespiaip2009-06-141-8/+11
* * update bind port info in tunnel modepiaip2009-06-131-1/+2
* * fix bug of r4586: leave board. I feel this is a dirty fix..kcwu2009-06-131-0/+23
* * does not allow guest to change mindpiaip2009-06-132-1/+3
* * fix tmp buf behavior changed in 4585: use user's last choice as defaultkcwu2009-06-131-1/+2
* * rollback experimental stuff... piaip2009-06-131-6/+2
* * bbsctl: should keep back setuidpiaip2009-06-131-2/+0
* * support bindports.conf in bbsctl.piaip2009-06-132-44/+153
* * code refine to mbbsdpiaip2009-06-131-2/+2
* * disable beep for unknown keys (because some stupid clients are doing anti-...piaip2009-06-131-3/+9
* * add 'client command' in bindports.conf/logind typespiaip2009-06-131-14/+60
* * fix some buffer line length (for display, so 256 -> ANSILINELEN would be b...piaip2009-06-131-5/+5
* * also disable URL display in restricted reading / hidden boardspiaip2009-06-131-2/+4
* * fix bug introduced in r4584: always enter default board in Read()kcwu2009-06-132-1/+1
* * fix bug: incorrect user's tmp buf filename.kcwu2009-06-1315-56/+50
* * revise brc interface: brc will not change currbid, currboard, currbrdattrkcwu2009-06-133-18/+14
* * set svn properties and update commentspiaip2009-06-131-3/+3
* vedit revisekcwu2009-06-1315-116/+123
* * add timeout to logindpiaip2009-06-131-3/+21
* Eliminate warningswens2009-06-124-19/+19
* Eliminate compile warningswens2009-06-121-14/+14
* * fix crash on user query: another recursive call :-(piaip2009-06-121-1/+1
* * make definition more verbosepiaip2009-06-121-5/+3
* * ultilize AYT in logind piaip2009-06-121-0/+25
* * fix recursive call error (sync version should call raw API)piaip2009-06-121-1/+1
* * refine cmbbs: move util_passwd.o to cmbbs/passwd.c.piaip2009-06-1226-376/+187
* * prepare to move passwd to common libpiaip2009-06-122-1/+269
* * logind: add resolve_garbage() and refine messagespiaip2009-06-121-1/+6
* * make AYT customizablepiaip2009-06-122-23/+33
* * fix compilation error on Linux - unnecessary header filepiaip2009-06-121-1/+0
* * refine cmbbs/cache.c: we don't need 'util_cache.o' anymore! simply common ...piaip2009-06-1212-1301/+169
* * prepare to split mbbsd/cache.c into mbbsd/ (for mbbsd) and common/bbs/ (fo...piaip2009-06-122-1/+1162
* * allow tunnel/port daemon mode to run within one command.piaip2009-06-121-0/+18
* * allow client_code to be logged in tunnel modepiaip2009-06-121-7/+14
* * fix previous checkin - forgot to remove comment -_-piaip2009-06-121-1/+1
* * fix: some API/logs (eg, incorrect password attempts) require cwd=BBSHOMEpiaip2009-06-121-0/+5
* Add argument for log outputwens2009-06-111-4/+7
* * add log prefixes and refine initialize/daemonize sequencepiaip2009-06-111-32/+43
* Move SIGHUP handler after daemonizewens2009-06-111-3/+8
* * make port binding to standalone configuration fine (etc/bindports.conf)piaip2009-06-116-33/+187
* * force IDLEN only in CONVERT mode (for backward user behavior compatibility)piaip2009-06-111-0/+3
* * now should be initialized before register(new), otherwise birthday will al...piaip2009-06-111-1/+1
* * refine out of service messagespiaip2009-06-111-1/+3
* * after checking visio, we found we rejected non-ascii in password...piaip2009-06-111-3/+2
* * add opened fd counterpiaip2009-06-111-9/+13
* * add is_valid_brdname() to cmbbskcwu2009-06-111-1/+1
* * add is_valid_brdname() to cmbbskcwu2009-06-116-20/+55
* Only 2 bytes are useful (3rd byte with big5 results in garbage)wens2009-06-111-2/+2
* Increase maximum number of open fileswens2009-06-111-0/+8
* * add -v as verbose message outputpiaip2009-06-111-11/+18
* * revert previous disable of perror... it should not be the reason of crashespiaip2009-06-101-2/+2
* * no need to exit process when passing fd failed... (or not?)piaip2009-06-101-2/+2
* * on Linux, argv0 is modified after *every* setproctitle. fix previous check...piaip2009-06-101-6/+6
* * fix setproctitle behavior difference on Linux (prevent long proc titles)piaip2009-06-101-1/+4
* * fix parallel make fail: innbbsd depends on utilkcwu2009-06-101-0/+3
* * fix compile warningskcwu2009-06-101-0/+1
* * refine logind: deliver port info and add more keyspiaip2009-06-102-11/+36
* * fix compile error on linuxkcwu2009-06-102-0/+2