| Commit message (Expand) | Author | Age | Files | Lines |
* | * make AYT customizable | piaip | 2009-06-12 | 2 | -23/+33 |
* | * fix compilation error on Linux - unnecessary header file | piaip | 2009-06-12 | 1 | -1/+0 |
* | * refine cmbbs/cache.c: we don't need 'util_cache.o' anymore! simply common ... | piaip | 2009-06-12 | 12 | -1301/+169 |
* | * prepare to split mbbsd/cache.c into mbbsd/ (for mbbsd) and common/bbs/ (fo... | piaip | 2009-06-12 | 2 | -1/+1162 |
* | * allow tunnel/port daemon mode to run within one command. | piaip | 2009-06-12 | 1 | -0/+18 |
* | * allow client_code to be logged in tunnel mode | piaip | 2009-06-12 | 1 | -7/+14 |
* | * fix previous checkin - forgot to remove comment -_- | piaip | 2009-06-12 | 1 | -1/+1 |
* | * fix: some API/logs (eg, incorrect password attempts) require cwd=BBSHOME | piaip | 2009-06-12 | 1 | -0/+5 |
* | Add argument for log output | wens | 2009-06-11 | 1 | -4/+7 |
* | * add log prefixes and refine initialize/daemonize sequence | piaip | 2009-06-11 | 1 | -32/+43 |
* | Move SIGHUP handler after daemonize | wens | 2009-06-11 | 1 | -3/+8 |
* | * make port binding to standalone configuration fine (etc/bindports.conf) | piaip | 2009-06-11 | 6 | -33/+187 |
* | * force IDLEN only in CONVERT mode (for backward user behavior compatibility) | piaip | 2009-06-11 | 1 | -0/+3 |
* | * now should be initialized before register(new), otherwise birthday will al... | piaip | 2009-06-11 | 1 | -1/+1 |
* | * refine out of service messages | piaip | 2009-06-11 | 1 | -1/+3 |
* | * after checking visio, we found we rejected non-ascii in password... | piaip | 2009-06-11 | 1 | -3/+2 |
* | * add opened fd counter | piaip | 2009-06-11 | 1 | -9/+13 |
* | * add is_valid_brdname() to cmbbs | kcwu | 2009-06-11 | 1 | -1/+1 |
* | * add is_valid_brdname() to cmbbs | kcwu | 2009-06-11 | 6 | -20/+55 |
* | Only 2 bytes are useful (3rd byte with big5 results in garbage) | wens | 2009-06-11 | 1 | -2/+2 |
* | Increase maximum number of open files | wens | 2009-06-11 | 1 | -0/+8 |
* | * add -v as verbose message output | piaip | 2009-06-11 | 1 | -11/+18 |
* | * revert previous disable of perror... it should not be the reason of crashes | piaip | 2009-06-10 | 1 | -2/+2 |
* | * no need to exit process when passing fd failed... (or not?) | piaip | 2009-06-10 | 1 | -2/+2 |
* | * on Linux, argv0 is modified after *every* setproctitle. fix previous check... | piaip | 2009-06-10 | 1 | -6/+6 |
* | * fix setproctitle behavior difference on Linux (prevent long proc titles) | piaip | 2009-06-10 | 1 | -1/+4 |
* | * fix parallel make fail: innbbsd depends on util | kcwu | 2009-06-10 | 1 | -0/+3 |
* | * fix compile warnings | kcwu | 2009-06-10 | 1 | -0/+1 |
* | * refine logind: deliver port info and add more keys | piaip | 2009-06-10 | 2 | -11/+36 |
* | * fix compile error on linux | kcwu | 2009-06-10 | 2 | -0/+2 |
* | * remove unused or rear used header file include in bbs.h | kcwu | 2009-06-10 | 4 | -11/+4 |
* | * fix: telnet protocol state error: quotes must be also considered in prescan. | piaip | 2009-06-10 | 1 | -1/+3 |
* | * IDLEN macro cannot be quoted - because friend.c is using toStr(IDLEN) as #... | piaip | 2009-06-10 | 1 | -1/+3 |
* | * extra login messages should be displayed only in tunnel mode. | piaip | 2009-06-10 | 1 | -3/+6 |
* | * logind: add simple cursor key editing (reduced keyset) | piaip | 2009-06-10 | 1 | -34/+186 |
* | * support non-ascii in passwords(backward compatibility) | piaip | 2009-06-10 | 1 | -1/+3 |
* | * add missing checking | piaip | 2009-06-10 | 1 | -0/+1 |
* | * fix defaul minimal terminal size | piaip | 2009-06-10 | 1 | -3/+12 |
* | * fix: some messages (eg, max guest alert) has reverse attribute in login da... | piaip | 2009-06-10 | 1 | -0/+10 |
* | * provide some messages in tunnel mode | piaip | 2009-06-10 | 1 | -0/+5 |
* | * sendmsg() with ancillary on Linux seems like requiring unix domain socket ... | piaip | 2009-06-10 | 5 | -5/+13 |
* | * port counting error (wrong indented if-block ) | piaip | 2009-06-09 | 1 | -1/+0 |
* | * make tunnel file with BBS user permission | piaip | 2009-06-09 | 1 | -10/+13 |
* | * add ~/etc/logind_ports as bind list. | piaip | 2009-06-09 | 1 | -24/+89 |
* | * the long-waited high performance login daemon | piaip | 2009-06-09 | 3 | -0/+1186 |
* | * define size of fromhost as IPV4LEN(15)+NUL. | piaip | 2009-06-09 | 2 | -4/+5 |
* | * minor fixes: | piaip | 2009-06-08 | 3 | -11/+12 |
* | * the 'only special key to break in interactive mode' was not needed - comma... | piaip | 2009-06-08 | 1 | -10/+4 |
* | * remove dead code. | kcwu | 2009-06-08 | 1 | -19/+0 |
* | * delete dead code. | kcwu | 2009-06-08 | 1 | -28/+0 |
* | * remove udnnews.pl. it is broken and doesn't work many years. | kcwu | 2009-06-08 | 2 | -120/+1 |
* | * remove BM_money.c. | kcwu | 2009-06-08 | 3 | -106/+2 |
* | * set_converting_type should be only used within #ifdef CONVERT | piaip | 2009-06-08 | 1 | -2/+5 |
* | * remove jungo.c and toplazyBBM.c. | kcwu | 2009-06-08 | 5 | -386/+3 |
* | * add client code detection to tunnel mode | piaip | 2009-06-08 | 5 | -31/+78 |
* | * remove post_msg_fpath(), no longer used. | kcwu | 2009-06-07 | 2 | -12/+2 |
* | * fix: crashed for read_more case in tty_read. | piaip | 2009-06-07 | 3 | -3/+3 |
* | * change telnet interface to accept extra parameter for callbacks (*_arg) | piaip | 2009-06-07 | 5 | -38/+59 |
* | * fix: should use pointer instead. | piaip | 2009-06-07 | 1 | -1/+1 |
* | * experimental sending keepalive packets (hope this can reduce user's auto-d... | piaip | 2009-06-07 | 1 | -1/+8 |
* | * it seems still better to use KEEP_ALIVE, although detection duratio is lon... | piaip | 2009-06-07 | 1 | -4/+5 |
* | * rework r4509: add missing file (logind.h) | piaip | 2009-06-07 | 1 | -0/+22 |
* | * refine login procedure (support+prepare for tunnel mode) | piaip | 2009-06-07 | 1 | -79/+266 |
* | - fix compile error | kcwu | 2009-06-07 | 1 | -35/+36 |
* | * improve tobind() with customizable parameters | piaip | 2009-06-07 | 2 | -7/+109 |
* | - code revise | kcwu | 2009-06-07 | 1 | -46/+62 |
* | - extract telnet.c to cmsys | kcwu | 2009-06-07 | 6 | -307/+378 |
* | - minor revise: call init_convert() | kcwu | 2009-06-07 | 1 | -11/+1 |
* | - rework r4500: resolve_fcache() seems only required in where() [thanks to wens] | piaip | 2009-06-07 | 1 | -3/+2 |
* | - fix compile error on linux | kcwu | 2009-06-07 | 1 | -1/+2 |
* | - fix compile warnings | kcwu | 2009-06-07 | 9 | -34/+24 |
* | - refine setup_utmp procedure | piaip | 2009-06-07 | 1 | -13/+20 |
* | - move code of innbbsd/str_decode.c to cmsys/string.c | kcwu | 2009-06-07 | 5 | -296/+301 |
* | - refine and prepare for login daemon: | piaip | 2009-06-06 | 6 | -90/+98 |
* | card: make prompt message more clear, and accept user response better | piaip | 2009-06-06 | 1 | -1/+6 |
* | - change deleted posts/dirs to backup in FN_JUNK instead of FN_DELETED for ma... | piaip | 2009-06-06 | 1 | -9/+24 |
* | speed up gameplay procedure | piaip | 2009-06-06 | 1 | -40/+38 |
* | - make more description for token number display | piaip | 2009-06-06 | 1 | -3/+4 |
* | - reduce the latency of game play | piaip | 2009-06-05 | 1 | -2/+2 |
* | add 'where am I' in announce system (thanks to sangl@ptt[PttSuggestion]) | piaip | 2009-06-04 | 2 | -10/+53 |
* | - bug fix: ssh still can login even overload | kcwu | 2009-06-04 | 1 | -10/+14 |
* | - 18x boards should not provide URLs | piaip | 2009-06-04 | 1 | -8/+28 |
* | the 'D' command on hot boards (using safe_delete) must check valid range (rep... | piaip | 2009-06-02 | 1 | -1/+3 |
* | workaround some type of board entrance: LG then LE (random one frame then sto... | piaip | 2009-05-31 | 1 | -0/+14 |
* | - many small revise | kcwu | 2009-05-27 | 11 | -21/+49 |
* | - more sleep. try to prevent bad user to try password or multi-login | kcwu | 2009-05-26 | 1 | -2/+10 |
* | - revise flag_checkload. it should not bypass out of service. | kcwu | 2009-05-26 | 1 | -8/+9 |
* | - rename 'port' back to 'listen_port' and make it public. (for later use) | kcwu | 2009-05-26 | 1 | -7/+7 |
* | - mbbsd use getopt() to parse command line options | kcwu | 2009-05-26 | 5 | -138/+285 |
* | again - remove 'ptt' from messages | piaip | 2009-05-26 | 1 | -1/+1 |
* | continue of r4449, happy localization: remove 'Ptt' in messages: | piaip | 2009-05-26 | 1 | -2/+2 |
* | refine card play messages | piaip | 2009-05-25 | 1 | -9/+24 |
* | - register: refine r4464: typo in messages | piaip | 2009-05-25 | 1 | -1/+1 |
* | - remove dead code (closeOnExec) | kcwu | 2009-05-25 | 1 | -31/+1 |
* | - avoid call external program "stty". | kcwu | 2009-05-25 | 1 | -0/+7 |
* | - security update: stop using BBS money in the game, because of too many bots | piaip | 2009-05-25 | 2 | -222/+157 |
* | - optimize ip->desc lookup loop | kcwu | 2009-05-24 | 2 | -2/+4 |
* | - fix compile error if defined KEYWORD_LOG | kcwu | 2009-05-24 | 1 | -1/+1 |
* | - fix: crash when input board name was invalid in voteboard (thanks: LukET@Pt... | piaip | 2009-05-24 | 1 | -0/+15 |
* | - fix edit ctrl-g bug, reported by dishpan@ptt PttBug. | kcwu | 2009-05-24 | 1 | -0/+2 |
* | - prevent install sample over existing files. | kcwu | 2009-05-24 | 4 | -0/+8 |
* | - sleep longer for card game. we don't like robot play. | kcwu | 2009-05-24 | 1 | -1/+1 |
* | - fix compile warning (linux strlcpy) | kcwu | 2009-05-24 | 1 | -0/+1 |
* | - code revise, remove dead code. | kcwu | 2009-05-24 | 1 | -69/+38 |
* | - document refine on pmore movies | piaip | 2009-05-24 | 1 | -9/+14 |
* | - reflect the latest changes to pmore movie: LG | piaip | 2009-05-24 | 1 | -3/+0 |
* | - temporary disable the 'only system key to break' in LG mode, for backward c... | piaip | 2009-05-24 | 1 | -1/+4 |
* | refine: reduce the i/o request to check reserved id | piaip | 2009-05-23 | 2 | -4/+5 |
* | - xchatd: provide real user id in private messages (thanks: Bluesdan@PttSuggest) | piaip | 2009-05-23 | 1 | -1/+2 |
* | - implement reserve id in a better way | piaip | 2009-05-23 | 1 | -3/+10 |
* | - add reserved id to prevent malicious registration | piaip | 2009-05-23 | 2 | -0/+4 |
* | refine pmore movie syntax highlight, again | piaip | 2009-05-23 | 1 | -6/+5 |
* | pmore: add include/interrupt (LI) command | piaip | 2009-05-23 | 2 | -11/+121 |
* | - improve pmore movie syntax highlight | piaip | 2009-05-23 | 1 | -7/+11 |
* | - simple parser for pmore style movie editing | piaip | 2009-05-22 | 1 | -11/+148 |
* | change the message when password input was wrong (thank to Palasopikov@PttSug... | piaip | 2009-05-18 | 1 | -1/+1 |
* | fix push (recomment) input location wrong in screen mode | piaip | 2009-05-18 | 1 | -2/+9 |
* | add comments | piaip | 2009-05-18 | 2 | -1/+8 |
* | prevent BM accidentally removed post notes (suggest by GeniusKiKi@PttCurrent) | piaip | 2009-05-18 | 1 | -4/+5 |
* | pfterm: don't use bs to optimize when there's wrap concern. | piaip | 2009-05-15 | 1 | -1/+2 |
* | prevent screen wrapping issue | piaip | 2009-05-15 | 1 | -1/+1 |
* | Fix reversed equality test bug in r4431. | mhsin | 2009-05-07 | 1 | -6/+6 |
* | Replace PTT in mail title by macro | scw | 2009-04-10 | 1 | -1/+1 |
* | Clean up some compile warnings (unused, signess) | wens | 2009-03-21 | 7 | -22/+24 |
* | correct new gamble BM money function | scw | 2009-03-04 | 1 | -2/+5 |
* | Fix explanation for last commit. | scw | 2009-03-04 | 1 | -1/+1 |
* | Fix gamble for BM | scw | 2009-03-04 | 1 | -3/+4 |
* | Add mvprints (like ncurses mvprintw) | wens | 2009-03-01 | 2 | -0/+17 |
* | Move settings for bsd.lib.mk down to pttbbs.mk | wens | 2009-03-01 | 5 | -30/+18 |
* | remove my_ctime | wens | 2009-03-01 | 3 | -18/+11 |
* | nonexistent function sigfree | wens | 2009-03-01 | 1 | -3/+0 |
* | Don't build profiling libraries on FreeBSD | wens | 2009-03-01 | 4 | -0/+16 |
* | Add header file for time_t | wens | 2009-02-26 | 1 | -0/+1 |
* | Fix some compile warnings | wens | 2009-02-01 | 6 | -42/+27 |
* | Clean up include files. | wens | 2009-02-01 | 11 | -195/+38 |
* | Add 3 programs to svn:ignore | wens | 2009-02-01 | 0 | -0/+0 |
* | Fix compile warnings | wens | 2009-01-31 | 4 | -42/+43 |
* | article numbers only need int | wens | 2009-01-31 | 1 | -26/+26 |
* | replace unixclient with toconnect | wens | 2009-01-30 | 5 | -43/+4 |
* | Use functions from common library. | wens | 2009-01-30 | 13 | -290/+105 |
* | revert needed variable | wens | 2009-01-30 | 2 | -0/+10 |
* | reformat function decleration | wens | 2009-01-30 | 2 | -159/+90 |
* | Should link all files, not just newer ones | wens | 2009-01-30 | 1 | -5/+5 |
* | Add 'l' key for entering boards in boardlist. | mhsin | 2009-01-14 | 1 | -0/+1 |
* | Fix area calculation for disabled URL querying site. | mhsin | 2009-01-07 | 1 | -0/+4 |
* | Remove redundant slash. | mhsin | 2009-01-07 | 1 | -2/+2 |
* | Add support for querying article URL. | mhsin | 2009-01-07 | 3 | -1/+27 |
* | No unread status for lines and folders in favorites | scw | 2008-11-23 | 1 | -1/+2 |
* | Fix compile error in util/ | scw | 2008-11-18 | 1 | -0/+2 |
* | love paper is still mailing, follow friend/reject rules | scw | 2008-11-17 | 1 | -9/+17 |
* | Post and money update: | scw | 2008-11-16 | 6 | -9/+39 |
* | Correct gamble explanation | scw | 2008-11-15 | 1 | -1/+1 |
* | Last commit should be 1000p | scw | 2008-11-14 | 1 | -1/+1 |
* | Reduce BM reward on gamble to max(0.1%, 10000p) | scw | 2008-11-14 | 1 | -1/+3 |
* | Enable chess country for reversi | scw | 2008-11-14 | 3 | -3/+9 |
* | not used | wens | 2008-11-01 | 2 | -9/+0 |
* | Fix Makefile and bind interface | wens | 2008-11-01 | 4 | -4/+4 |
* | Fix DBCS_strcasestr return type | wens | 2008-11-01 | 1 | -1/+1 |
* | * revert recommend restirction. | kcwu | 2008-10-29 | 1 | -7/+0 |
* | * add macro ALLOW_RECOMMEND_NONLOCAL_SAVED_ARTICLE | kcwu | 2008-10-29 | 1 | -0/+2 |
* | * In news group (轉信板), recommending on non-local saved articles is not... | kcwu | 2008-10-29 | 1 | -0/+5 |
* | Remove board directory if failed | wens | 2008-10-22 | 1 | -0/+3 |
* | Check if boards are full when creating new boards | wens | 2008-10-21 | 1 | -1/+10 |
* | strstr is char *, not const char * | wens | 2008-10-01 | 2 | -4/+4 |
* | data should be empty on failed complete | wens | 2008-09-07 | 1 | -2/+1 |
* | Fix POP3 error response | wens | 2008-08-21 | 1 | -14/+17 |
* | Add CAPA command | wens | 2008-08-21 | 1 | -0/+8 |
* | revert last commit | wens | 2008-08-21 | 1 | -1/+1 |
* | *:xxx and :xxx should listen on INADDR_ANY | wens | 2008-08-21 | 1 | -1/+1 |
* | Don't close all fds, do it in daemon for more flexibility | wens | 2008-08-21 | 2 | -0/+3 |
* | Half complete POP3 daemon, only supports login. | wens | 2008-08-21 | 2 | -0/+312 |
* | Common daemonize function | wens | 2008-08-21 | 4 | -21/+95 |
* | mandex: fix check rebuild | wens | 2008-08-16 | 1 | -1/+1 |
* | Merged from ptt2 version | wens | 2008-08-05 | 1 | -14/+15 |
* | Partial rewrite, make things clearer | wens | 2008-08-05 | 1 | -212/+231 |
* | Fix last commit | wens | 2008-08-05 | 1 | -2/+5 |
* | Support tagging of multiple files with same chrono | wens | 2008-08-05 | 1 | -4/+4 |
* | Don't modify Vector data; use temporary buffer. | wens | 2008-08-04 | 1 | -11/+10 |
* | Use file_exist_record directly | wens | 2008-08-04 | 7 | -23/+11 |
* | close file only if STAMP_FILE | wens | 2008-07-31 | 1 | -1/+3 |
* | Clear curredit so we can enter mailbox after sending mail from userlist. | wens | 2008-07-22 | 1 | -0/+1 |
* | Add missing $WGET to exports. | wens | 2008-07-20 | 1 | -1/+1 |
* | Fix weather report | wens | 2008-07-18 | 2 | -1/+2 |
* | generalnamecomplete() support input history | scw | 2008-07-13 | 1 | -0/+13 |
* | No reply on deleted post (not necessary to check here but this | scw | 2008-07-08 | 1 | -1/+1 |
* | Change Vector_search | wens | 2008-07-05 | 4 | -9/+12 |
* | Reorder libraries. | wens | 2008-06-28 | 7 | -14/+15 |
* | Gomoku rule fix: lifting a ban by another ban (以禁解禁) | scw | 2008-06-28 | 1 | -2/+4 |
* | util/mandex.c uses stamplink. | wens | 2008-06-28 | 2 | -7/+3 |
* | Remove unused code | wens | 2008-06-19 | 1 | -44/+0 |
* | Add header files | wens | 2008-06-19 | 1 | -0/+2 |
* | Move stamp* to common library, with weak symbols | wens | 2008-06-19 | 10 | -32/+112 |
* | Split out os dependent library | wens | 2008-06-17 | 14 | -341/+332 |
* | Clean up header dependencies | wens | 2008-06-17 | 9 | -13/+14 |
* | Clean up ccache. | wens | 2008-06-17 | 5 | -15/+23 |
* | Rewrite namecomplete2 using visio API | wens | 2008-06-17 | 3 | -140/+125 |
* | Add const modifier | wens | 2008-06-16 | 4 | -8/+8 |
* | Fix maxlength counter | wens | 2008-06-16 | 1 | -2/+2 |
* | Remove unused code. | wens | 2008-06-16 | 2 | -40/+3 |
* | Rewrite usercomplete using namecomplete2 and vector-constant | wens | 2008-06-16 | 1 | -224/+3 |
* | Don't use keywords | wens | 2008-06-16 | 1 | -3/+3 |
* | Constant vector (initialized with reference to given data) | wens | 2008-06-16 | 2 | -1/+22 |
* | Possible memory leak? | wens | 2008-06-16 | 1 | -1/+3 |
* | Goodbye NameList* and namecomplete | wens | 2008-06-16 | 3 | -334/+0 |
* | Switch to Vector and namecomplete2 | wens | 2008-06-16 | 1 | -49/+58 |
* | Simplify variable expansion | wens | 2008-06-16 | 1 | -6/+6 |
* | Vector must be initialized first | wens | 2008-06-16 | 1 | -0/+1 |
* | prevent memory leak | wens | 2008-06-16 | 1 | -1/+2 |
* | Use Vector and namecomplete2 | wens | 2008-06-16 | 1 | -7/+8 |
* | ToggleNameList like function for Vector | wens | 2008-06-16 | 2 | -0/+27 |
* | ShowNameList() like function for Vector | wens | 2008-06-16 | 1 | -0/+24 |
* | Use general Vector_*. | wens | 2008-06-15 | 3 | -172/+29 |
* | Remove declarations. | wens | 2008-06-15 | 2 | -17/+12 |
* | General vector-like list | wens | 2008-06-15 | 3 | -1/+183 |
* | Revised ccache | wens | 2008-06-15 | 1 | -5/+5 |
* | remove duplicate code (in common library) | wens | 2008-06-15 | 1 | -18/+0 |
* | make ordering | wens | 2008-06-15 | 1 | -0/+5 |
* | Ban more IPs... | scw | 2008-06-15 | 1 | -2/+19 |
* | partial fix dietlibc supplemental library | wens | 2008-06-13 | 5 | -12/+39 |
* | Temporary version of aids.c. | mhsin | 2008-06-13 | 1 | -34/+46 |
* | Move BBS non-related functions to independent library | wens | 2008-06-13 | 5 | -197/+208 |
* | Makefile cleanup | wens | 2008-06-13 | 7 | -76/+41 |
* | fix FreeBSD library link | wens | 2008-06-13 | 1 | -1/+1 |
* | - fix make for FreeBSD | kcwu | 2008-06-13 | 3 | -3/+3 |
* | Clean up makefiles | wens | 2008-06-12 | 6 | -71/+45 |
* | Handle tabs in outc() | wens | 2008-06-11 | 1 | -1/+17 |
* | - add comments and eliminate compile warning | piaip | 2008-06-04 | 2 | -1/+5 |
* | - reduce the frequency of alerts | piaip | 2008-06-04 | 1 | -1/+3 |
* | - improve reg-email check procedure and error message | piaip | 2008-06-04 | 3 | -112/+132 |
* | - passwd: enable ALERT_PWD_RELOAD | piaip | 2008-06-04 | 1 | -2/+0 |
* | - minimore: fix inversed navigation key (j/k). | piaip | 2008-06-04 | 1 | -2/+2 |
* | Add keys for previous/next article | wens | 2008-06-04 | 1 | -0/+7 |
* | Avoid FILE * leak | wens | 2008-06-04 | 1 | -3/+3 |
* | - board: show vote limitation for VOTE_BOARDs. | piaip | 2008-06-04 | 1 | -10/+27 |
* | - prevent wrong email test on multiple '@'s. | piaip | 2008-06-04 | 2 | -6/+15 |
* | fix padding | wens | 2008-06-03 | 1 | -1/+5 |
* | Generic itoc converter | wens | 2008-06-03 | 2 | -25/+25 |
* | - fix buying check money: offset-by-one bug | piaip | 2008-06-03 | 1 | -1/+1 |
* | - improve reg ui messages | piaip | 2008-05-31 | 1 | -1/+8 |
* | - bbs: check 'badpost' post restriction only if assess is enabled. | piaip | 2008-05-31 | 2 | -2/+7 |
* | - prevent sharing buy_ticket for chicken and gamble | piaip | 2008-05-30 | 2 | -4/+36 |
* | don't convert folders when importing for boards | wens | 2008-05-29 | 1 | -0/+3 |
* | fix argument index | wens | 2008-05-28 | 1 | -3/+2 |
* | fix up wretch converter, added support for boards | wens | 2008-05-27 | 3 | -125/+175 |
* | - fixed: boardlist->E->E board title input dialog too long. | piaip | 2008-05-27 | 1 | -2/+3 |
* | - fixed: ten-half may be played without having PMONEY. | piaip | 2008-05-27 | 1 | -2/+9 |
* | Fix man path error | wens | 2008-05-25 | 1 | -1/+1 |
* | Typo for marked files. | wens | 2008-05-25 | 1 | -3/+17 |
* | Move transform programs to seperate directory. | wens | 2008-05-25 | 6 | -2/+177 |
* | - make "sort by ip" only, since this is more like the way in old day. | piaip | 2008-05-24 | 1 | -2/+2 |