summaryrefslogtreecommitdiffstats
path: root/mbbsd
Commit message (Expand)AuthorAgeFilesLines
* * 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-193-67/+37
* * 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-182-12/+46
* * change 'user number exceeded' error message. thanks to yogira@PttSuggestpiaip2009-08-171-1/+1
* * fix: endless loop if too many directories created by stampdir(). (occurs w...piaip2009-08-161-1/+4
* Foreigner may not have 9 ~ 10 digit phone numberscw2009-07-251-0/+4
* * remove bid as claimed before.piaip2009-07-163-308/+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
* * 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-051-1/+3
* * directly show cuser if user is querying selfpiaip2009-07-032-4/+9
* fix bug: search in edit.ckcwu2009-07-011-8/+16
* * the simple 'x' check should be case insensitive.piaip2009-06-301-1/+1
* * remove more bid assess(good/bad sale) stuffpiaip2009-06-304-38/+0
* * 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-302-0/+12
* * 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
* * 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
* * 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-223-7/+15
* * support bounded entropy to money calculationpiaip2009-06-211-3/+35
* * fix 'foreign' messages.piaip2009-06-211-1/+1
* * enable the customizable 'register detail messages' [edit the messages from...piaip2009-06-211-45/+44
* * add more description to register/career, according to Ptt1 rulespiaip2009-06-211-13/+37
* * fix buffer overflow.kcwu2009-06-201-2/+3
* * to fill request correctlypiaip2009-06-201-1/+3
* * clear previous messagespiaip2009-06-201-2/+2
* * move emaildb to standalone regmaildbpiaip2009-06-193-235/+45
* * 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
* * 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 potential negative numpostspiaip2009-06-182-4/+12
* * 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
* * logind: move logattempt to mbbsd (thanks to kcwu)piaip2009-06-171-1/+1
* * fix: incorrect pid in procnamepiaip2009-06-161-2/+3
* * lower down login frequency: 10 per minuteskcwu2009-06-161-1/+1
* * 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
* * 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-163-37/+18
* * remove dead code (forgot in r4625)kcwu2009-06-161-3/+0
* * support non-blocking mode clients (added -b to toggle non-blocking)piaip2009-06-161-0/+3
* * don't increase user's login count if login less than 60 seconds.kcwu2009-06-161-11/+7
* * change toread/towrite's return value to be '-1 for EOF and error'.piaip2009-06-151-8/+8
* * bug fix: crash if user want to add fav, but it's actually filtered out due...kcwu2009-06-151-2/+13
* vedit bug fixeskcwu2009-06-141-145/+244
* * 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
* * CPULIMIT macro is deprecatedkcwu2009-06-143-7/+38
* * 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
* * code refine to mbbsdpiaip2009-06-131-2/+2
* * 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-1313-48/+49
* * revise brc interface: brc will not change currbid, currboard, currbrdattrkcwu2009-06-132-17/+13
* vedit revisekcwu2009-06-1313-107/+114
* 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
* * 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-1214-248/+89
* * refine cmbbs/cache.c: we don't need 'util_cache.o' anymore! simply common ...piaip2009-06-121-967/+26
* * 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
* * make port binding to standalone configuration fine (etc/bindports.conf)piaip2009-06-113-4/+70
* * now should be initialized before register(new), otherwise birthday will al...piaip2009-06-111-1/+1
* * add is_valid_brdname() to cmbbskcwu2009-06-111-1/+1
* * add is_valid_brdname() to cmbbskcwu2009-06-112-18/+2
* Only 2 bytes are useful (3rd byte with big5 results in garbage)wens2009-06-111-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 compile warningskcwu2009-06-101-0/+1
* * refine logind: deliver port info and add more keyspiaip2009-06-101-2/+7
* * fix compile error on linuxkcwu2009-06-102-0/+2
* * remove unused or rear used header file include in bbs.hkcwu2009-06-102-0/+2
* * extra login messages should be displayed only in tunnel mode.piaip2009-06-101-3/+6
* * provide some messages in tunnel modepiaip2009-06-101-0/+5
* * sendmsg() with ancillary on Linux seems like requiring unix domain socket ...piaip2009-06-101-1/+1
* * minor fixes:piaip2009-06-082-6/+7
* * the 'only special key to break in interactive mode' was not needed - comma...piaip2009-06-081-10/+4
* * delete dead code.kcwu2009-06-081-28/+0
* * set_converting_type should be only used within #ifdef CONVERTpiaip2009-06-081-2/+5
* * add client code detection to tunnel modepiaip2009-06-082-1/+8
* * remove post_msg_fpath(), no longer used.kcwu2009-06-071-11/+2
* * fix: crashed for read_more case in tty_read.piaip2009-06-071-1/+1
* * change telnet interface to accept extra parameter for callbacks (*_arg)piaip2009-06-072-11/+30
* * fix: should use pointer instead.piaip2009-06-071-1/+1
* * experimental sending keepalive packets (hope this can reduce user's auto-d...piaip2009-06-071-1/+8
* * it seems still better to use KEEP_ALIVE, although detection duratio is lon...piaip2009-06-071-4/+5
* * refine login procedure (support+prepare for tunnel mode)piaip2009-06-071-79/+266
* - fix compile errorkcwu2009-06-071-35/+36
* - code revisekcwu2009-06-071-46/+62
* - extract telnet.c to cmsyskcwu2009-06-073-304/+30
* - minor revise: call init_convert()kcwu2009-06-071-11/+1
* - rework r4500: resolve_fcache() seems only required in where() [thanks to wens]piaip2009-06-071-3/+2
* - refine setup_utmp procedurepiaip2009-06-071-13/+20
* - refine and prepare for login daemon:piaip2009-06-064-87/+91
* card: make prompt message more clear, and accept user response betterpiaip2009-06-061-1/+6
* - change deleted posts/dirs to backup in FN_JUNK instead of FN_DELETED for ma...piaip2009-06-061-9/+24
* speed up gameplay procedurepiaip2009-06-061-40/+38
* - make more description for token number displaypiaip2009-06-061-3/+4
* - reduce the latency of game playpiaip2009-06-051-2/+2
* add 'where am I' in announce system (thanks to sangl@ptt[PttSuggestion])piaip2009-06-041-6/+48
* - bug fix: ssh still can login even overloadkcwu2009-06-041-10/+14
* - 18x boards should not provide URLspiaip2009-06-041-8/+28
* the 'D' command on hot boards (using safe_delete) must check valid range (rep...piaip2009-06-021-1/+3
* workaround some type of board entrance: LG then LE (random one frame then sto...piaip2009-05-311-0/+14
* - many small revisekcwu2009-05-276-11/+31
* - more sleep. try to prevent bad user to try password or multi-loginkcwu2009-05-261-2/+10
* - revise flag_checkload. it should not bypass out of service.kcwu2009-05-261-8/+9
* - rename 'port' back to 'listen_port' and make it public. (for later use)kcwu2009-05-261-7/+7
* - mbbsd use getopt() to parse command line optionskcwu2009-05-262-128/+269
* again - remove 'ptt' from messagespiaip2009-05-261-1/+1
* continue of r4449, happy localization: remove 'Ptt' in messages:piaip2009-05-261-2/+2
* refine card play messagespiaip2009-05-251-9/+24
* - register: refine r4464: typo in messagespiaip2009-05-251-1/+1
* - avoid call external program "stty".kcwu2009-05-251-0/+7
* - security update: stop using BBS money in the game, because of too many botspiaip2009-05-252-222/+157
* - optimize ip->desc lookup loopkcwu2009-05-241-1/+2
* - fix compile error if defined KEYWORD_LOGkcwu2009-05-241-1/+1
* - fix: crash when input board name was invalid in voteboard (thanks: LukET@Pt...piaip2009-05-241-0/+15
* - fix edit ctrl-g bug, reported by dishpan@ptt PttBug.kcwu2009-05-241-0/+2
* - sleep longer for card game. we don't like robot play.kcwu2009-05-241-1/+1
* - temporary disable the 'only system key to break' in LG mode, for backward c...piaip2009-05-241-1/+4
* refine: reduce the i/o request to check reserved idpiaip2009-05-231-3/+4
* - implement reserve id in a better waypiaip2009-05-231-3/+10
* - add reserved id to prevent malicious registrationpiaip2009-05-231-0/+3
* refine pmore movie syntax highlight, againpiaip2009-05-231-6/+5
* pmore: add include/interrupt (LI) commandpiaip2009-05-231-8/+94
* - improve pmore movie syntax highlightpiaip2009-05-231-7/+11
* - simple parser for pmore style movie editingpiaip2009-05-221-11/+148
* fix push (recomment) input location wrong in screen modepiaip2009-05-181-2/+9
* add commentspiaip2009-05-181-1/+2
* prevent BM accidentally removed post notes (suggest by GeniusKiKi@PttCurrent)piaip2009-05-181-4/+5
* pfterm: don't use bs to optimize when there's wrap concern.piaip2009-05-151-1/+2
* prevent screen wrapping issuepiaip2009-05-151-1/+1
* Replace PTT in mail title by macroscw2009-04-101-1/+1
* Clean up some compile warnings (unused, signess)wens2009-03-215-17/+17
* correct new gamble BM money functionscw2009-03-041-2/+5
* Fix explanation for last commit.scw2009-03-041-1/+1
* Fix gamble for BMscw2009-03-041-3/+4
* Add mvprints (like ncurses mvprintw)wens2009-03-011-0/+16
* remove my_ctimewens2009-03-011-3/+1
* Add 'l' key for entering boards in boardlist.mhsin2009-01-141-0/+1
* Fix area calculation for disabled URL querying site.mhsin2009-01-071-0/+4
* Add support for querying article URL.mhsin2009-01-071-1/+14
* No unread status for lines and folders in favoritesscw2008-11-231-1/+2
* Fix compile error in util/scw2008-11-181-0/+2
* love paper is still mailing, follow friend/reject rulesscw2008-11-171-9/+17
* Post and money update:scw2008-11-164-7/+36
* Correct gamble explanationscw2008-11-151-1/+1
* Last commit should be 1000pscw2008-11-141-1/+1
* Reduce BM reward on gamble to max(0.1%, 10000p)scw2008-11-141-1/+3
* Enable chess country for reversiscw2008-11-141-2/+3
* * revert recommend restirction.kcwu2008-10-291-7/+0
* * add macro ALLOW_RECOMMEND_NONLOCAL_SAVED_ARTICLEkcwu2008-10-291-0/+2
* * In news group (轉信板), recommending on non-local saved articles is not...kcwu2008-10-291-0/+5
* Remove board directory if failedwens2008-10-221-0/+3
* Check if boards are full when creating new boardswens2008-10-211-1/+10
* data should be empty on failed completewens2008-09-071-2/+1
* Fix last commitwens2008-08-051-2/+5
* Support tagging of multiple files with same chronowens2008-08-051-4/+4
* Don't modify Vector data; use temporary buffer.wens2008-08-041-11/+10
* Use file_exist_record directlywens2008-08-044-10/+10
* Clear curredit so we can enter mailbox after sending mail from userlist.wens2008-07-221-0/+1
* generalnamecomplete() support input historyscw2008-07-131-0/+13
* No reply on deleted post (not necessary to check here but thisscw2008-07-081-1/+1
* Change Vector_searchwens2008-07-053-7/+10
* Reorder libraries.wens2008-06-281-3/+3
* Gomoku rule fix: lifting a ban by another ban (以禁解禁)scw2008-06-281-2/+4
* Remove unused codewens2008-06-191-44/+0
* Move stamp* to common library, with weak symbolswens2008-06-191-22/+2
* Split out os dependent librarywens2008-06-171-1/+2
* Rewrite namecomplete2 using visio APIwens2008-06-172-139/+124
* Add const modifierwens2008-06-161-1/+1
* Remove unused code.wens2008-06-161-31/+3
* Rewrite usercomplete using namecomplete2 and vector-constantwens2008-06-161-224/+3
* Don't use keywordswens2008-06-161-3/+3
* Possible memory leak?wens2008-06-161-1/+3
* Goodbye NameList* and namecompletewens2008-06-162-322/+0
* Switch to Vector and namecomplete2wens2008-06-161-49/+58
* Simplify variable expansionwens2008-06-161-6/+6
* Vector must be initialized firstwens2008-06-161-0/+1
* prevent memory leakwens2008-06-161-1/+2
* Use Vector and namecomplete2wens2008-06-161-7/+8
* ToggleNameList like function for Vectorwens2008-06-161-0/+25
* ShowNameList() like function for Vectorwens2008-06-161-0/+24
* Use general Vector_*.wens2008-06-152-171/+28
* remove duplicate code (in common library)wens2008-06-151-18/+0
* Temporary version of aids.c.mhsin2008-06-131-34/+46
* Move BBS non-related functions to independent librarywens2008-06-131-185/+1
* Makefile cleanupwens2008-06-131-10/+5
* - fix make for FreeBSDkcwu2008-06-131-1/+1
* Clean up makefileswens2008-06-121-14/+13
* Handle tabs in outc()wens2008-06-111-1/+17
* - add comments and eliminate compile warningpiaip2008-06-042-1/+5