summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * remove unused or rear used header file include in bbs.hkcwu2009-06-104-11/+4
* * fix: telnet protocol state error: quotes must be also considered in prescan.piaip2009-06-101-1/+3
* * IDLEN macro cannot be quoted - because friend.c is using toStr(IDLEN) as #...piaip2009-06-101-1/+3
* * extra login messages should be displayed only in tunnel mode.piaip2009-06-101-3/+6
* * logind: add simple cursor key editing (reduced keyset)piaip2009-06-101-34/+186
* * support non-ascii in passwords(backward compatibility)piaip2009-06-101-1/+3
* * add missing checking piaip2009-06-101-0/+1
* * fix defaul minimal terminal sizepiaip2009-06-101-3/+12
* * fix: some messages (eg, max guest alert) has reverse attribute in login da...piaip2009-06-101-0/+10
* * provide some messages in tunnel modepiaip2009-06-101-0/+5
* * sendmsg() with ancillary on Linux seems like requiring unix domain socket ...piaip2009-06-105-5/+13
* * port counting error (wrong indented if-block )piaip2009-06-091-1/+0
* * make tunnel file with BBS user permissionpiaip2009-06-091-10/+13
* * add ~/etc/logind_ports as bind list.piaip2009-06-091-24/+89
* * the long-waited high performance login daemonpiaip2009-06-093-0/+1186
* * define size of fromhost as IPV4LEN(15)+NUL.piaip2009-06-092-4/+5
* * minor fixes:piaip2009-06-083-11/+12
* * the 'only special key to break in interactive mode' was not needed - comma...piaip2009-06-081-10/+4
* * remove dead code.kcwu2009-06-081-19/+0
* * delete dead code.kcwu2009-06-081-28/+0
* * remove udnnews.pl. it is broken and doesn't work many years.kcwu2009-06-082-120/+1
* * remove BM_money.c.kcwu2009-06-083-106/+2
* * set_converting_type should be only used within #ifdef CONVERTpiaip2009-06-081-2/+5
* * remove jungo.c and toplazyBBM.c.kcwu2009-06-085-386/+3
* * add client code detection to tunnel modepiaip2009-06-085-31/+78
* * remove post_msg_fpath(), no longer used.kcwu2009-06-072-12/+2
* * fix: crashed for read_more case in tty_read.piaip2009-06-073-3/+3
* * change telnet interface to accept extra parameter for callbacks (*_arg)piaip2009-06-075-38/+59
* * 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
* * rework r4509: add missing file (logind.h)piaip2009-06-071-0/+22
* * refine login procedure (support+prepare for tunnel mode)piaip2009-06-071-79/+266
* - fix compile errorkcwu2009-06-071-35/+36
* * improve tobind() with customizable parameterspiaip2009-06-072-7/+109
* - code revisekcwu2009-06-071-46/+62
* - extract telnet.c to cmsyskcwu2009-06-076-307/+378
* - 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
* - fix compile error on linuxkcwu2009-06-071-1/+2
* - fix compile warningskcwu2009-06-079-34/+24
* - refine setup_utmp procedurepiaip2009-06-071-13/+20
* - move code of innbbsd/str_decode.c to cmsys/string.ckcwu2009-06-075-296/+301
* - refine and prepare for login daemon:piaip2009-06-066-90/+98
* 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-042-10/+53
* - 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-2711-21/+49
* - 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-265-138/+285
* 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
* - remove dead code (closeOnExec)kcwu2009-05-251-31/+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-242-2/+4
* - 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
* - prevent install sample over existing files.kcwu2009-05-244-0/+8
* - sleep longer for card game. we don't like robot play.kcwu2009-05-241-1/+1
* - fix compile warning (linux strlcpy)kcwu2009-05-241-0/+1
* - code revise, remove dead code.kcwu2009-05-241-69/+38
* - document refine on pmore moviespiaip2009-05-241-9/+14
* - reflect the latest changes to pmore movie: LGpiaip2009-05-241-3/+0
* - 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-232-4/+5
* - xchatd: provide real user id in private messages (thanks: Bluesdan@PttSuggest)piaip2009-05-231-1/+2
* - implement reserve id in a better waypiaip2009-05-231-3/+10
* - add reserved id to prevent malicious registrationpiaip2009-05-232-0/+4
* refine pmore movie syntax highlight, againpiaip2009-05-231-6/+5
* pmore: add include/interrupt (LI) commandpiaip2009-05-232-11/+121
* - improve pmore movie syntax highlightpiaip2009-05-231-7/+11
* - simple parser for pmore style movie editingpiaip2009-05-221-11/+148
* change the message when password input was wrong (thank to Palasopikov@PttSug...piaip2009-05-181-1/+1
* fix push (recomment) input location wrong in screen modepiaip2009-05-181-2/+9
* add commentspiaip2009-05-182-1/+8
* 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
* Fix reversed equality test bug in r4431.mhsin2009-05-071-6/+6
* Replace PTT in mail title by macroscw2009-04-101-1/+1
* Clean up some compile warnings (unused, signess)wens2009-03-217-22/+24
* 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-012-0/+17
* Move settings for bsd.lib.mk down to pttbbs.mkwens2009-03-015-30/+18
* remove my_ctimewens2009-03-013-18/+11
* nonexistent function sigfreewens2009-03-011-3/+0
* Don't build profiling libraries on FreeBSDwens2009-03-014-0/+16
* Add header file for time_twens2009-02-261-0/+1
* Fix some compile warningswens2009-02-016-42/+27
* Clean up include files.wens2009-02-0111-195/+38
* Add 3 programs to svn:ignorewens2009-02-010-0/+0
* Fix compile warningswens2009-01-314-42/+43
* article numbers only need intwens2009-01-311-26/+26
* replace unixclient with toconnectwens2009-01-305-43/+4
* Use functions from common library.wens2009-01-3013-290/+105
* revert needed variablewens2009-01-302-0/+10
* reformat function declerationwens2009-01-302-159/+90
* Should link all files, not just newer oneswens2009-01-301-5/+5
* 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
* Remove redundant slash.mhsin2009-01-071-2/+2
* Add support for querying article URL.mhsin2009-01-073-1/+27
* 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-166-9/+39
* 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-143-3/+9
* not usedwens2008-11-012-9/+0
* Fix Makefile and bind interfacewens2008-11-014-4/+4
* Fix DBCS_strcasestr return typewens2008-11-011-1/+1
* * 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
* strstr is char *, not const char *wens2008-10-012-4/+4
* data should be empty on failed completewens2008-09-071-2/+1
* Fix POP3 error responsewens2008-08-211-14/+17
* Add CAPA commandwens2008-08-211-0/+8
* revert last commitwens2008-08-211-1/+1
* *:xxx and :xxx should listen on INADDR_ANYwens2008-08-211-1/+1
* Don't close all fds, do it in daemon for more flexibilitywens2008-08-212-0/+3
* Half complete POP3 daemon, only supports login.wens2008-08-212-0/+312
* Common daemonize functionwens2008-08-214-21/+95
* mandex: fix check rebuildwens2008-08-161-1/+1
* Merged from ptt2 versionwens2008-08-051-14/+15
* Partial rewrite, make things clearerwens2008-08-051-212/+231
* 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-047-23/+11
* close file only if STAMP_FILEwens2008-07-311-1/+3
* Clear curredit so we can enter mailbox after sending mail from userlist.wens2008-07-221-0/+1
* Add missing $WGET to exports.wens2008-07-201-1/+1
* Fix weather reportwens2008-07-182-1/+2
* 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-054-9/+12
* Reorder libraries.wens2008-06-287-14/+15
* Gomoku rule fix: lifting a ban by another ban (以禁解禁)scw2008-06-281-2/+4
* util/mandex.c uses stamplink.wens2008-06-282-7/+3
* Remove unused codewens2008-06-191-44/+0
* Add header fileswens2008-06-191-0/+2
* Move stamp* to common library, with weak symbolswens2008-06-1910-32/+112
* Split out os dependent librarywens2008-06-1714-341/+332
* Clean up header dependencieswens2008-06-179-13/+14
* Clean up ccache.wens2008-06-175-15/+23