summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Rewrite namecomplete2 using visio APIwens2008-06-173-140/+125
* Add const modifierwens2008-06-164-8/+8
* Fix maxlength counterwens2008-06-161-2/+2
* Remove unused code.wens2008-06-162-40/+3
* Rewrite usercomplete using namecomplete2 and vector-constantwens2008-06-161-224/+3
* Don't use keywordswens2008-06-161-3/+3
* Constant vector (initialized with reference to given data)wens2008-06-162-1/+22
* Possible memory leak?wens2008-06-161-1/+3
* Goodbye NameList* and namecompletewens2008-06-163-334/+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-162-0/+27
* ShowNameList() like function for Vectorwens2008-06-161-0/+24
* Use general Vector_*.wens2008-06-153-172/+29
* Remove declarations.wens2008-06-152-17/+12
* General vector-like listwens2008-06-153-1/+183
* Revised ccachewens2008-06-151-5/+5
* remove duplicate code (in common library)wens2008-06-151-18/+0
* make orderingwens2008-06-151-0/+5
* Ban more IPs...scw2008-06-151-2/+19
* partial fix dietlibc supplemental librarywens2008-06-135-12/+39
* Temporary version of aids.c.mhsin2008-06-131-34/+46
* Move BBS non-related functions to independent librarywens2008-06-135-197/+208
* Makefile cleanupwens2008-06-137-76/+41
* fix FreeBSD library linkwens2008-06-131-1/+1
* - fix make for FreeBSDkcwu2008-06-133-3/+3
* Clean up makefileswens2008-06-126-71/+45
* Handle tabs in outc()wens2008-06-111-1/+17
* - add comments and eliminate compile warningpiaip2008-06-042-1/+5
* - reduce the frequency of alertspiaip2008-06-041-1/+3
* - improve reg-email check procedure and error messagepiaip2008-06-043-112/+132
* - passwd: enable ALERT_PWD_RELOADpiaip2008-06-041-2/+0
* - minimore: fix inversed navigation key (j/k).piaip2008-06-041-2/+2
* Add keys for previous/next articlewens2008-06-041-0/+7
* Avoid FILE * leakwens2008-06-041-3/+3
* - board: show vote limitation for VOTE_BOARDs.piaip2008-06-041-10/+27
* - prevent wrong email test on multiple '@'s.piaip2008-06-042-6/+15
* fix paddingwens2008-06-031-1/+5
* Generic itoc converterwens2008-06-032-25/+25
* - fix buying check money: offset-by-one bugpiaip2008-06-031-1/+1
* - improve reg ui messagespiaip2008-05-311-1/+8
* - bbs: check 'badpost' post restriction only if assess is enabled.piaip2008-05-312-2/+7
* - prevent sharing buy_ticket for chicken and gamblepiaip2008-05-302-4/+36
* don't convert folders when importing for boardswens2008-05-291-0/+3
* fix argument indexwens2008-05-281-3/+2
* fix up wretch converter, added support for boardswens2008-05-273-125/+175
* - fixed: boardlist->E->E board title input dialog too long.piaip2008-05-271-2/+3
* - fixed: ten-half may be played without having PMONEY. piaip2008-05-271-2/+9