| Commit message (Expand) | Author | Age | Files | Lines |
* | enum usage fix, saved few bytes. | kcwu | 2006-09-17 | 1 | -2/+2 |
* | fix r3385 | scw | 2006-07-26 | 1 | -1/+6 |
* | change how badpost limit is counted, so default value of 0 will work | wens | 2006-07-25 | 1 | -1/+1 |
* | add badposts as post/vote limit | wens | 2006-07-25 | 1 | -0/+1 |
* | give angles larger mailbox (as large as SYSSUPERSUBOP) | scw | 2006-07-23 | 1 | -1/+1 |
* | 1.remove str_checksum() (use StringHash() now) | in2 | 2006-06-16 | 1 | -0/+18 |
* | fix possible bug on posting limits | wens | 2006-06-16 | 1 | -1/+1 |
* | reject group mail from user in reject list | scw | 2006-06-01 | 1 | -2/+8 |
* | do not setuserfile if filename is empty | in2 | 2006-05-08 | 1 | -15/+16 |
* | add a lot of assertions to ensure bid is in correct range when access via bid. | kcwu | 2006-04-08 | 1 | -0/+1 |
* | bug fix: board not found error handling. | kcwu | 2006-04-08 | 1 | -1/+1 |
* | fix message about mailbox full. | kcwu | 2006-04-01 | 1 | -1/+1 |
* | fix bug: clear quote_file[] after use. | kcwu | 2006-03-27 | 1 | -0/+6 |
* | replace some strncpy with strlcpy, or just strcpy if src is const | victor | 2006-01-12 | 1 | -12/+9 |
* | save IO from check mail | ptt | 2005-12-22 | 1 | -4/+5 |
* | Fix the procedures of FULLUPDATE, PARTUPDATE and DIRCHANGED. | victor | 2005-12-05 | 1 | -15/+16 |
* | PERMISSION can be changed even if the user is online. | ptt | 2005-11-16 | 1 | -5/+5 |
* | fix bug about mailalert | ptt | 2005-10-14 | 1 | -2/+9 |
* | changes mailalert to 1 bit only. | ptt | 2005-10-13 | 1 | -4/+4 |
* | remove the 2048 limit | victor | 2005-09-26 | 1 | -4/+0 |
* | change bsmtp's prototype since ``method'' is not used | victor | 2005-09-18 | 1 | -20/+24 |
* | fixed FILE_REPLIED: ent was used as a temp buffer | piaip | 2005-09-17 | 1 | -1/+2 |
* | fix FILE_REPLIED, in board reply mode | piaip | 2005-09-17 | 1 | -1/+1 |
* | fix mail_reply(0, fhdr, 0); caused segv due to mail +r flag, | piaip | 2005-09-16 | 1 | -1/+2 |
* | add support to "mark mail as replied" | piaip | 2005-09-15 | 1 | -2/+28 |
* | msg updates | piaip | 2005-09-10 | 1 | -1/+1 |
* | try to make FILE_MULTI work, (ref: #221/#220) | piaip | 2005-09-09 | 1 | -3/+0 |
* | name complete did not check invalid input. | piaip | 2005-09-09 | 1 | -0/+2 |
* | Wide terminal rules. | piaip | 2005-09-08 | 1 | -18/+35 |
* | why \0 for mail menu? not sure... | piaip | 2005-09-05 | 1 | -1/+1 |
* | distinguish functions that need item or not, and allow the latter in empty it... | kcwu | 2005-08-28 | 1 | -84/+88 |
* | comment bad code. | kcwu | 2005-08-28 | 1 | -1/+1 |
* | set*() family functions all assume buffer size = PATHLEN, to prevent buffer o... | kcwu | 2005-08-23 | 1 | -12/+12 |
* | add super sys support op (群組長) | wens | 2005-08-08 | 1 | -2/+6 |
* | msg pretty print | piaip | 2005-08-08 | 1 | -3/+3 |
* | article money issue updates | piaip | 2005-08-06 | 1 | -1/+1 |
* | Large Terminal Rules | piaip | 2005-08-06 | 1 | -3/+3 |
* | large terminal rules. | piaip | 2005-08-06 | 1 | -3/+3 |
* | - multi.money updates, | piaip | 2005-08-05 | 1 | -5/+13 |
* | many users leave blanks in mail addr. | piaip | 2005-07-27 | 1 | -0/+5 |
* | Better mail usage estimate | piaip | 2005-07-25 | 1 | -2/+2 |
* | more accurate mail usage | piaip | 2005-07-25 | 1 | -5/+9 |
* | maildir: add show size | piaip | 2005-07-25 | 1 | -30/+88 |
* | recommendation: a more elegant UI | piaip | 2005-07-24 | 1 | -1/+1 |
* | sync with PTT1 local modified source: | piaip | 2005-07-23 | 1 | -3/+34 |
* | verbose message, | piaip | 2005-07-18 | 1 | -1/+1 |
* | fully update the screen after mail_cross_post | victor | 2005-07-08 | 1 | -1/+1 |
* | fix write_header for outside edit.c | piaip | 2005-07-06 | 1 | -1/+1 |
* | pmore: avoid dbcs cursor movement doubled due to msg format | piaip | 2005-07-06 | 1 | -5/+8 |
* | help update, fix mail title unchanged outside vedit (partial?) | piaip | 2005-07-06 | 1 | -1/+2 |
* | apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/g | victor | 2005-07-04 | 1 | -3/+3 |
* | - multi-signature browsing mode | piaip | 2005-07-03 | 1 | -1/+2 |
* | Mail quato special checking for sending mail to self. | scw | 2005-06-27 | 1 | -9/+33 |
* | fix bug of email justify | ptt | 2005-06-24 | 1 | -49/+0 |
* | some idiots autoforward to themselves | piaip | 2005-06-18 | 1 | -2/+18 |
* | merge HAVE_PERM() into HasUserPerm() | in2 | 2005-06-14 | 1 | -1/+1 |
* | better readability. | in2 | 2005-06-14 | 1 | -11/+11 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -12/+12 |
* | make mailbox-ful warning msg more meaning ful | piaip | 2005-06-05 | 1 | -1/+1 |
* | use new cooldown interface in mail | wens | 2005-05-24 | 1 | -6/+2 |
* | some idiots just set themselves as auto-forward receiver | piaip | 2005-05-24 | 1 | -9/+9 |
* | fix bug: the condition to find author when reply | kcwu | 2005-05-20 | 1 | -1/+1 |
* | buffer overflow: file path [64] is too small! | piaip | 2005-04-21 | 1 | -2/+2 |
* | fix bug: always clear quote_file after use. (esp. cancel) | kcwu | 2005-03-19 | 1 | -0/+2 |
* | statistic | kcwu | 2005-03-19 | 1 | -0/+1 |
* | currboard is constant pointer | kcwu | 2005-03-19 | 1 | -1/+1 |
* | don't call system() in simple case | kcwu | 2005-03-19 | 1 | -3/+2 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -26/+26 |
* | warning: searchuser() getuser() API change, don't change query string implici... | kcwu | 2005-03-15 | 1 | -9/+10 |
* | fix r2613 | in2 | 2005-03-13 | 1 | -3/+3 |
* | use Copy() instead Link() for most cases | in2 | 2005-03-13 | 1 | -18/+18 |
* | move global variable into local, 587 bytes | kcwu | 2005-03-12 | 1 | -4/+5 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -1/+2 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -15/+15 |
* | move global variable to local, save another 536 bytes | kcwu | 2005-03-12 | 1 | -26/+38 |
* | add "cool down" feature for boards. | wens | 2005-03-09 | 1 | -0/+13 |
* | fix bug | wens | 2005-03-06 | 1 | -1/+1 |
* | fix last commit | wens | 2005-03-03 | 1 | -1/+1 |
* | Post limits do not apply to BMs and SYSOPs | wens | 2005-03-03 | 1 | -2/+3 |
* | add regtime to post & vote limits | wens | 2005-03-03 | 1 | -2/+3 |
* | warning free: "static" should be in front of "const" | kcwu | 2005-03-03 | 1 | -1/+1 |
* | add Account Registration (PERM_REG) for registration. | in2 | 2005-02-25 | 1 | -2/+2 |
* | slight changes | kcwu | 2005-02-10 | 1 | -1/+1 |
* | * In generalnamecomplete(), complete as more as possible when space (' ') | scw | 2005-02-05 | 1 | -11/+2 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -1/+1 |
* | fix missing initialization (default is insert mode) | victor | 2005-01-19 | 1 | -1/+1 |
* | specified alert | victor | 2005-01-15 | 1 | -4/+8 |
* | add post limits for BM. | wens | 2005-01-07 | 1 | -0/+8 |
* | user has the most priority ..... | victor | 2004-11-12 | 1 | -2/+3 |
* | try to fix strange behavior of bvote | victor | 2004-11-11 | 1 | -0/+1 |
* | add modifier "const" to some constant | victor | 2004-11-09 | 1 | -5/+11 |
* | merge back from branch victor.solaris | victor | 2004-09-10 | 1 | -3/+3 |
* | use vmsg() instead of outs() + pressanykey() | in2 | 2004-08-27 | 1 | -11/+5 |
* | Merge bbs merge moduleptt.fpg@2092 | ptt | 2004-06-26 | 1 | -6/+5 |
* | 1. use setupmailusage instead touchmailusage | ptt | 2004-06-26 | 1 | -7/+1 |
* | 1.debug select_read problem with "SR" in board name. | ptt | 2004-06-26 | 1 | -7/+20 |
* | ADD_EXMAILBOX | in2 | 2004-06-20 | 1 | -1/+1 |
* | anonymous posting in inn | in2 | 2004-06-15 | 1 | -1/+1 |
* | fix mail alert after the new mails are read | victor | 2004-06-14 | 1 | -0/+1 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -6/+4 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -2/+2 |
* | Merge from scw.angel. | scw | 2004-05-24 | 1 | -3/+3 |
* | clean up getindex() and substitute record | ptt | 2004-04-30 | 1 | -34/+10 |
* | 1.fix some bug for reference tag | ptt | 2004-04-30 | 1 | -5/+4 |
* | change log_file() | ptt | 2004-04-30 | 1 | -7/+2 |
* | rewrite functions to fit now i_read() | ptt | 2004-04-27 | 1 | -35/+18 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -51/+16 |
* | remove useless functions | ptt | 2004-04-23 | 1 | -2/+2 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -52/+52 |
* | Fix currboard usage when crosspost. | scw | 2004-04-05 | 1 | -3/+4 |
* | 1. | ptt | 2004-04-02 | 1 | -16/+8 |
* | refining | ptt | 2004-03-31 | 1 | -2/+1 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -53/+53 |
* | Fix bad assertion when deleting tagged mail in mailbox. | scw | 2004-03-29 | 1 | -0/+4 |
* | get ride of delete_file | ptt | 2004-03-28 | 1 | -2/+2 |
* | simplfy append_record | ptt | 2004-03-25 | 1 | -11/+10 |
* | show message before uuencode | in2 | 2004-02-08 | 1 | -0/+5 |
* | git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1501 63ad8ddf-47c3-03... | ptt | 2004-01-31 | 1 | -1/+1 |
* | Rewrite strip_ansi() (also move from vote.c to io.c). | scw | 2003-12-24 | 1 | -1/+1 |
* | O(1) key-func mapping in i_read_key | victor | 2003-12-16 | 1 | -20/+86 |
* | buffer size | kcwu | 2003-11-01 | 1 | -1/+1 |
* | add mail header | victor | 2003-10-08 | 1 | -5/+10 |
* | code cleanup | kcwu | 2003-09-07 | 1 | -1/+1 |
* | clean up | kcwu | 2003-09-07 | 1 | -14/+4 |
* | code cleanup | kcwu | 2003-09-06 | 1 | -1/+1 |
* | typo | (no author) | 2003-09-03 | 1 | -2/+2 |
* | warning free | (no author) | 2003-08-28 | 1 | -1/+1 |
* | paste taged file across board and mailbox | victor | 2003-08-19 | 1 | -1/+1 |
* | merge from MergeCache | in2 | 2003-07-20 | 1 | -4/+4 |
* | warning for SaveEMail | in2 | 2003-05-19 | 1 | -3/+7 |
* | fix cursor position | kcwu | 2003-02-02 | 1 | -5/+5 |
* | * there are so many fopen() without fclose() | kcwu | 2003-01-20 | 1 | -3/+7 |
* | clean up | kcwu | 2003-01-16 | 1 | -24/+1 |
* | disable NO_OUT_MAIL before writing to jobspool | in2 | 2002-10-29 | 1 | -1/+9 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -49/+61 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -48/+47 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -46/+46 |
* | mail_waterball | in2 | 2002-07-20 | 1 | -6/+9 |
* | indent | in2 | 2002-07-06 | 1 | -522/+597 |
* | fix wrong word | in2 | 2002-07-03 | 1 | -2/+2 |
* | if( !(strstr(fhdr->title, "���u") && strstr(fhdr->title, "�O�ï¿... | in2 | 2002-07-03 | 1 | -2/+2 |
* | hit to water program | in2 | 2002-07-02 | 1 | -3/+16 |
* | change the valid email address char set from "[].%!@:-_;" to "[].@-_" | kcwu | 2002-06-28 | 1 | -3/+3 |
* | *** empty log message *** | lwms | 2002-06-19 | 1 | -2/+2 |
* | only one shared memory | in2 | 2002-06-07 | 1 | -6/+6 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -58/+3 |
* | *** empty log message *** | ptt | 2002-05-26 | 1 | -2/+2 |
* | *** empty log message *** | ptt | 2002-05-25 | 1 | -13/+5 |
* | no warning | in2 | 2002-05-17 | 1 | -3/+3 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -20/+15 |
* | general namecomplete | in2 | 2002-05-11 | 1 | -5/+14 |
* | *** empty log message *** | ptt | 2002-04-30 | 1 | -2/+2 |
* | fix buffer overflow | in2 | 2002-04-29 | 1 | -4/+4 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -10/+10 |
* | use mutt to (Z)ip UserHome �������p�H�������]ï... | in2 | 2002-03-25 | 1 | -1/+8 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+1675 |