summaryrefslogtreecommitdiffstats
path: root/mbbsd
Commit message (Expand)AuthorAgeFilesLines
* since only passwd_lock() when register, no need to call passwd_init() every l...kcwu2006-09-012-4/+4
* uninitialized value...wens2006-08-311-1/+1
* Unset all "WITHME" flag when login (but WITHME_NO left unchanged)scw2006-08-291-2/+2
* Disable /u in chat roomscw2006-08-281-2/+0
* Reverse photo display in chess game to fit the directionscw2006-08-091-8/+8
* When setting user data, point out and accept original angelscw2006-08-081-3/+15
* short -> intvictor2006-08-031-1/+1
* Display angel usage when calling angelscw2006-07-302-4/+10
* yes the code is right.wens2006-07-301-2/+0
* fix cooldown bugwens2006-07-291-1/+1
* no reply can only be set by super group ops or sysopswens2006-07-281-1/+5
* fix bugwens2006-07-281-1/+1
* Fix tail \n in angle messagescw2006-07-261-2/+3
* fix r3385scw2006-07-261-1/+6
* change brdnum from short to intvictor2006-07-261-1/+1
* change how badpost limit is counted, so default value of 0 will workwens2006-07-253-12/+12
* add badposts as post/vote limitwens2006-07-253-2/+47
* give angles larger mailbox (as large as SYSSUPERSUBOP)scw2006-07-231-1/+1
* display current offline message for angelsscw2006-07-231-2/+18
* forgot newlinewens2006-07-221-1/+1
* add no reply to boardswens2006-07-221-1/+16
* confirmation of cancelling votewens2006-07-221-0/+5
* regcodefilein22006-07-191-7/+24
* fix bugs...wens2006-07-031-3/+4
* fix bug in r3375wens2006-07-021-1/+1
* limit recommendwens2006-07-011-0/+11
* simplify last commitwens2006-07-011-1/+1
* group ops can alter posting limitswens2006-07-011-1/+1
* build banned ip list on compilewens2006-06-182-4/+10
* reject bad ips, including tor and bbsnetin22006-06-182-0/+39
* make emacs happyin22006-06-181-4/+6
* 1.remove str_checksum() (use StringHash() now)in22006-06-164-13/+20
* fix possible bug on posting limitswens2006-06-161-1/+1
* use exactly the length of the chinese board namevictor2006-06-131-1/+1
* fix a stupid bugvictor2006-06-051-2/+2
* convert .fav4.bakvictor2006-06-052-2/+6
* fix last commit bugvictor2006-06-051-7/+26
* use int instead short for bid in favvictor2006-06-041-51/+103
* reject group mail from user in reject listscw2006-06-011-2/+8
* r3440@kcwu: kcwu | 2006-05-25 00:04:16 +0800kcwu2006-05-251-0/+2
* give a message if nothing foundvictor2006-05-191-7/+6
* revert ui: always show empty dir in favvictor2006-05-171-11/+1
* warning freedvictor2006-05-171-3/+1
* fix bug: delete a user called USER from user list also removes others called ...victor2006-05-172-35/+30
* do not setuserfile if filename is emptyin22006-05-081-15/+16
* fix bug of revious revisionvictor2006-05-071-3/+3
* add a simple help page to calendarvictor2006-05-042-50/+57
* more precise date checkingvictor2006-05-041-1/+1
* replace .fav4 only if ferror failedvictor2006-05-011-2/+8
* Update btotal of the recording board when recording bad post.scw2006-04-241-2/+6
* allow key '*' only in favvictor2006-04-172-7/+6
* const instead of staticvictor2006-04-151-1/+1
* re-generate new regcodes every time instead of calculating from userid.in22006-04-151-36/+43
* actually that doesn't mean to list all boards..victor2006-04-121-9/+9
* r4404@voyager: victor | 2006-04-09 15:17:05 +0800victor2006-04-091-1/+1
* r4403@voyager: victor | 2006-04-09 15:12:29 +0800victor2006-04-091-3/+6
* r4402@voyager: victor | 2006-04-09 15:03:59 +0800victor2006-04-091-41/+47
* add a lot of assertions to ensure bid is in correct range when access via bid.kcwu2006-04-0813-17/+162
* fix bug, should not access out of board arraykcwu2006-04-081-1/+1
* random sleep to make race condition harder.kcwu2006-04-081-1/+1
* reduce race condition period which lead to leave utmp record after user has b...kcwu2006-04-081-1/+1
* prevent board master use gamble race condition to earn illegal money.kcwu2006-04-081-2/+8
* bug fix: vote status not refresh properly and write value out of board arraykcwu2006-04-081-5/+3
* blame on dirty code.kcwu2006-04-081-0/+1
* output message when reload bcache done.kcwu2006-04-081-0/+1
* reduce crash possibility due to race condition.kcwu2006-04-081-0/+2
* only sethomepath when angel exists.kcwu2006-04-081-2/+3
* fix potential infinite loop bug,kcwu2006-04-081-8/+16
* prevent query too frequently by sleeping after each query.kcwu2006-04-081-0/+6
* bug fix: board not found error handling.kcwu2006-04-082-1/+2
* fix unpaired brace in commentkcwu2006-04-081-1/+1
* fix bug, board class disappear because incorrect bsorted[] made by race condi...kcwu2006-04-081-1/+1
* verbose error message.kcwu2006-04-081-1/+4
* make different tmp file to avoid open same file for write.kcwu2006-04-082-3/+2
* more crash assertion.kcwu2006-04-011-0/+2
* it's better to log current time.kcwu2006-04-011-1/+1
* small syntax fix.kcwu2006-04-011-0/+1
* make it harder to multi-login by race condition.kcwu2006-04-012-33/+56
* more crash assertion.kcwu2006-04-011-0/+2
* fix message about mailbox full.kcwu2006-04-012-1/+3
* Wrong check on angel changingscw2006-03-301-1/+1
* handle if process errorkcwu2006-03-301-1/+3
* prevent multi-login and slow login flooding.kcwu2006-03-302-56/+93
* write brc to temporary file and rename it after write successfully.kcwu2006-03-271-2/+9
* more meaningful message for SIGXCPU.kcwu2006-03-271-1/+5
* verify userid when sethome path.kcwu2006-03-274-24/+50
* fix bug: clear quote_file[] after use.kcwu2006-03-271-0/+6
* fix crash, workaround for incorrect roll after resize.kcwu2006-03-271-1/+1
* fix crash if search in empty gem dir.kcwu2006-03-271-2/+4
* more assertion for tracking bug.kcwu2006-03-273-0/+4
* fix last commit.kcwu2006-03-241-2/+0
* dirty workaround for race condition in multi-login checking.kcwu2006-03-231-18/+31
* redirect stderr(fd 2) to file.kcwu2006-03-231-2/+6
* support DETECT_CLIENT, hash telnet sequence.kcwu2006-03-232-1/+62
* assert for fav_malloc size.kcwu2006-03-231-1/+3
* Warning, API semantic changes.kcwu2006-03-232-3/+13
* fix non-portable strtok() usage.kcwu2006-03-231-2/+3
* fix bugs introduced because replace sprintf and strncpy with snprintf and str...kcwu2006-03-232-2/+2
* load go score when loginscw2006-03-181-0/+3
* comment on big5 workaround.kcwu2006-03-131-0/+1
* avoid C++ keywords to make include files C++ friendly.kcwu2006-03-132-6/+6
* avoid unnecessary linear scan if LOCK_THIS.kcwu2006-03-131-5/+5
* GO scoring and displaying on userlist.scw2006-03-125-19/+48
* sync birthday limit between user setting and registerscw2006-03-011-1/+1
* Setting angel of a user to "-" means banned andscw2006-02-251-1/+2
* r3281@kcwu: kcwu | 2006-02-18 13:36:52 +0800kcwu2006-02-181-1/+10
* r3280@kcwu: kcwu | 2006-02-18 13:33:14 +0800kcwu2006-02-181-3/+0
* * comment strange getindex() behavior.kcwu2006-02-092-43/+74
* Confirm before removing boards from fav.scw2006-02-021-2/+4
* Fix r3267, board title disappear after setting boardsscw2006-01-221-12/+24
* bbs.c message update to fix the situationscw2006-01-211-1/+1
* replace some strncpy with strlcpy, or just strcpy if src is constvictor2006-01-1214-71/+53
* change the naming to fit the menu.ptt2006-01-101-1/+1
* fix the register bugptt2006-01-052-5/+1
* add time in the cancel-bad-post log.ptt2006-01-041-1/+1
* add a back slash '\' after Kong (special chinese character)ptt2006-01-041-2/+2
* add log for canceling bad post.ptt2006-01-041-0/+2
* fix a bug for cancel postptt2006-01-041-1/+1
* 1. add "cancel bad post" feature.ptt2006-01-045-5/+51
* fix typovictor2006-01-031-1/+1
* fix nonstandard syntax.victor2006-01-031-2/+4
* save IO from check mailptt2005-12-221-4/+5
* Key "UP" at the first entry of article list work as key "END"scw2005-12-151-2/+7
* fix last commitscw2005-12-141-0/+3
* * recording bad post judgement made by BM on boardscw2005-12-141-2/+24
* security fix: users could forward hidden articles in board announcein22005-12-131-8/+13
* Fix the procedures of FULLUPDATE, PARTUPDATE and DIRCHANGED.victor2005-12-052-49/+42
* * Restrict the frequency of brc & fav write back request.scw2005-11-271-2/+9
* Allow banning user from using angel function.scw2005-11-271-2/+10
* reverse r3247,r3248victor2005-11-222-7/+14
* pass through directly if there's no board notevictor2005-11-221-1/+5
* remove deadc0de for deprecated featurevictor2005-11-212-15/+4
* fix compile errorvictor2005-11-211-1/+1
* fav:victor2005-11-213-148/+17
* Fix chc machine readable log board initial state.scw2005-11-161-1/+1
* debug:ptt2005-11-161-1/+1
* fix bug for new feature.ptt2005-11-163-3/+4
* PERMISSION can be changed even if the user is online.ptt2005-11-165-6/+16
* add color to the violation messageptt2005-11-161-1/+1
* fix one typo.ptt2005-11-161-1/+1
* add restriction to PERM_VIOLATELAWptt2005-11-153-11/+28
* only PERM_ACCOUNTS could SetUserin22005-10-284-12/+24
* reject editing the symlink of board for security issue.in22005-10-281-0/+4
* 'w' in board list for favorite and brc write backscw2005-10-271-2/+1
* BRD_OVER18 patch. see http://www.ticrf.org.tw for detailsin22005-10-275-3/+27
* change "Court to Police Station"ptt2005-10-221-3/+3
* new police permission.ptt2005-10-223-3/+9
* single daemon for all portsin22005-10-211-16/+30
* fix status readwens2005-10-201-10/+8
* check money only if one really wants to ordervictor2005-10-201-6/+7
* Add data and stack size display for linuxwens2005-10-181-0/+20
* fix bug about mailalertptt2005-10-141-2/+9
* changes mailalert to 1 bit only.ptt2005-10-136-13/+11
* move announce: it's still safe to add one more byte.piaip2005-10-131-1/+1
* fix a long feast that make statusbar unterminated (ANSI_RESET).piaip2005-10-112-3/+8
* use strlcpy()in22005-10-021-1/+1
* try to fix the same "shift by 1" problemvictor2005-09-291-30/+37
* make check_cooldown work for recommendationpiaip2005-09-281-10/+16
* hide when debugsleeppiaip2005-09-281-3/+10
* shift index by 1victor2005-09-261-2/+2
* shift index by 1victor2005-09-261-2/+2
* remove another unused identvictor2005-09-261-1/+0
* remove things about ident which is useless nowvictor2005-09-263-21/+7
* remove the 2048 limitvictor2005-09-261-4/+0
* namecomplete display improvementpiaip2005-09-262-1/+2
* make 's' search_board in board-list work with this case:piaip2005-09-263-2/+6
* Declare xsin only when needed.wens2005-09-251-3/+6
* fix tag-ctrl(d) in mail menupiaip2005-09-251-1/+2
* log the modification of boardvictor2005-09-231-0/+9
* gomoku machine readable log reading fixscw2005-09-231-2/+2
* prepare for connect6piaip2005-09-223-7/+7
* wrong ordering argumentvictor2005-09-221-2/+1
* no I should log elsewherevictor2005-09-221-1/+3
* code clean up.kcwu2005-09-221-61/+58
* additional information of loggingvictor2005-09-221-1/+1
* append a "." after the anonymous idvictor2005-09-221-1/+5
* reduce mywrite segv (hope so)piaip2005-09-211-3/+11
* Revert r3196(as a workaround).mhsin2005-09-211-14/+18
* trial fix for r3192 when user input some non-exist number of sigfilepiaip2005-09-211-0/+2
* verbose ver.cpiaip2005-09-201-5/+5
* No mail alert for personal chess log scw2005-09-201-2/+0
* Skip nonexistent signature files when "random signature" is chosen.in22005-09-191-5/+5
* change bsmtp's prototype since ``method'' is not usedvictor2005-09-186-26/+30
* allow setting go chess country on new boardscw2005-09-181-2/+2
* fix ticket #10piaip2005-09-181-2/+14
* no default option :pvictor2005-09-181-3/+3
* default to ordervictor2005-09-181-1/+1
* pretty format of name-complete,piaip2005-09-183-3/+13
* fix ticket #40piaip2005-09-181-1/+9
* remove default optionpiaip2005-09-171-1/+2
* fixed FILE_REPLIED: ent was used as a temp bufferpiaip2005-09-172-3/+12
* make recommendation ip log optional, piaip2005-09-172-29/+48
* fix FILE_REPLIED, in board reply modepiaip2005-09-171-1/+1
* fix mail_reply(0, fhdr, 0); caused segv due to mail +r flag,piaip2005-09-162-2/+4
* verbose msg and skip multilogin check for debugsleepingpiaip2005-09-163-5/+23
* make textlen an optionpiaip2005-09-151-4/+18
* fix previous N fixes again... orzpiaip2005-09-151-9/+10
* fix again: touch file record.piaip2005-09-151-3/+7
* fix previous patch, logic errorpiaip2005-09-151-3/+7
* fix previous offset-by-one errorpiaip2005-09-151-1/+2
* real main text editing.piaip2005-09-153-14/+104
* match current user behaviorpiaip2005-09-151-2/+3
* default recommendation is now (add comment only).piaip2005-09-151-3/+10
* add support to "mark mail as replied"piaip2005-09-151-2/+28
* make cplog compatiblepiaip2005-09-151-6/+17
* new recommendation style: (#undef GUESTRECOMMEND)piaip2005-09-151-21/+48
* Fix "phone and career lost after modifying email" problemscw2005-09-121-12/+30
* customizing anonymous's name while ordering a songvictor2005-09-122-64/+41
* GO chess replay implementedscw2005-09-113-8/+177
* GO convertion to chess frameworkscw2005-09-117-1396/+912
* update reg queue idpiaip2005-09-102-21/+34
* msg updatespiaip2005-09-103-20/+40
* catch SIGXCPU for debug.piaip.automake@3147kcwu2005-09-101-1/+4
* try to make FILE_MULTI work, (ref: #221/#220)piaip2005-09-091-3/+0
* comments warn the bad code without error handling.kcwu2005-09-093-1/+5
* pretty output of human readable chess log.kcwu2005-09-091-13/+15
* name complete did not check invalid input.piaip2005-09-092-2/+18
* permspiaip2005-09-081-1/+1
* name complete enhancedpiaip2005-09-083-47/+86
* pager=waterball made readablepiaip2005-09-085-26/+57
* pretty formatpiaip2005-09-083-20/+27
* some debug codes were checked in accidentally in last patchset (r3136).piaip2005-09-082-3/+2
* Wide terminal rules.piaip2005-09-084-36/+85
* fix typo in previous patchpiaip2005-09-071-1/+1
* help compatible with traditional C.piaip2005-09-071-1/+6
* verbose message when login.piaip2005-09-073-11/+73
* comments on a bug of re-registerationvictor2005-09-051-1/+5
* why \0 for mail menu? not sure...piaip2005-09-051-1/+1
* announce tag-copy-paste pasted more by one bug.piaip2005-09-041-0/+4
* explicitly call by referencevictor2005-09-041-5/+5
* partially fix #35piaip2005-09-042-8/+16
* Fix last commit: time calculating considered "counting mode"scw2005-09-041-3/+6
* * help message update: 'p' means "tie request" as well as passscw2005-09-031-6/+17
* Gomoku log read errorscw2005-09-022-10/+32
* * refine chess framework IO routinesscw2005-09-021-19/+24
* * chc machine-readable log reflectedscw2005-09-012-2/+4
* * allowing undo when playing chess personallyscw2005-09-011-2/+22
* as 3085in22005-09-011-2/+4
* dirty fix memory corruption because additional choice during voting.kcwu2005-08-301-13/+15
* chc replay display problemscw2005-08-301-1/+1
* fix r3116, I mean `mateid.' Thanks kcwu.scw2005-08-301-1/+1
* warn user if file is unable to open.kcwu2005-08-301-0/+5
* prevent from search_ulist_userid() returning NULLscw2005-08-291-2/+7
* fix the wrong conditionvictor2005-08-292-4/+4
* log crash events in signal handler.kcwu2005-08-291-16/+42
* gomoku log read problemscw2005-08-291-2/+2
* fix last commitvictor2005-08-291-6/+6
* revert r3108, fix the problem by bound correction as moving fav instead.victor2005-08-292-24/+19
* write '[Result "*"]' for unknown status chc logscw2005-08-291-0/+2
* chc machine readable log updatescw2005-08-291-10/+15