| Commit message (Expand) | Author | Age | Files | Lines |
* | * anonymous id should not use '-' as prefix because it has special meaning (...pttbbs.sr_digest@4904 | piaip | 2009-10-06 | 1 | -5/+13 |
* | * new keyboard input framework: vtkbd | piaip | 2009-09-28 | 1 | -2/+1 |
* | * drop 'dbcsaware detection' ui, because we have the better 'repeat detection'. | piaip | 2009-09-28 | 1 | -1/+1 |
* | * merge uflag2 and uflag, and refine flag bitmask names | piaip | 2009-09-21 | 1 | -1/+1 |
* | * moving into the new pwcu (password - current user helper) API | piaip | 2009-08-28 | 1 | -1/+1 |
* | * fix bug: sometimes edit window region state is inconsistent after hit Ctrl... | kcwu | 2009-07-09 | 1 | -98/+65 |
* | fix bug: search in edit.c | kcwu | 2009-07-01 | 1 | -8/+16 |
* | * fix bug: edit.c ctrl-y state inconsistent | kcwu | 2009-06-25 | 1 | -5/+2 |
* | * move money calibration from bbs.c to edit.c | piaip | 2009-06-23 | 1 | -3/+11 |
* | * support bounded entropy to money calculation | piaip | 2009-06-21 | 1 | -3/+35 |
* | * remove static variables | piaip | 2009-06-19 | 1 | -1/+5 |
* | * fix compile warnings | kcwu | 2009-06-19 | 1 | -2/+2 |
* | * make table pointer const, reduce 444 data bytes. | kcwu | 2009-06-19 | 1 | -12/+12 |
* | * replace indigestion() with assert(). | kcwu | 2009-06-19 | 1 | -41/+21 |
* | * rewrite match_paren | kcwu | 2009-06-16 | 1 | -97/+70 |
* | vedit bug fixes | kcwu | 2009-06-14 | 1 | -145/+244 |
* | * fix tmp buf behavior changed in 4585: use user's last choice as default | kcwu | 2009-06-13 | 1 | -1/+2 |
* | * fix bug: incorrect user's tmp buf filename. | kcwu | 2009-06-13 | 1 | -15/+18 |
* | vedit revise | kcwu | 2009-06-13 | 1 | -29/+31 |
* | - fix edit ctrl-g bug, reported by dishpan@ptt PttBug. | kcwu | 2009-05-24 | 1 | -0/+2 |
* | refine pmore movie syntax highlight, again | piaip | 2009-05-23 | 1 | -6/+5 |
* | - 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 |
* | - (internal) xchatd: remove unused code | piaip | 2008-05-08 | 1 | -1/+2 |
* | - (internal) replace ctime4 by Cdate, prevent developer confused by the the t... | piaip | 2008-05-08 | 1 | -1/+1 |
* | - (internal) code refine: separate inner_send API | piaip | 2008-05-07 | 1 | -3/+6 |
* | - (internal) replace all localtime4() by localtime4_r(). | piaip | 2008-05-05 | 1 | -5/+2 |
* | - code refine: use ANSI_REVERSE to replace ANSI_COLOR(7), more meaningful. | piaip | 2008-04-22 | 1 | -1/+1 |
* | - refine key processing of CR(C-M), LF(C-J), BS(C-H), BS2(0x7f) | piaip | 2008-04-21 | 1 | -4/+3 |
* | - (internal) getans -> vans | piaip | 2008-04-17 | 1 | -1/+1 |
* | - (internal) visio: add vgets | piaip | 2008-04-17 | 1 | -1/+1 |
* | - (internal) migrate more code to visio API. | piaip | 2008-04-15 | 1 | -9/+6 |
* | - (internal) change API names to visio format: stand_title -> vs_hdr. | piaip | 2008-04-15 | 1 | -3/+3 |
* | - (internal) vedit should not change input parameter. | piaip | 2008-04-10 | 1 | -5/+4 |
* | - support anonymous commenting for angel system (use with caution - define AN... | piaip | 2008-04-03 | 1 | -2/+1 |
* | - angel: allow user to call paged rejnew angel in hh mode, even if angel has ... | piaip | 2008-04-03 | 1 | -18/+4 |
* | - finetune angel nick processing | piaip | 2008-04-02 | 1 | -1/+1 |
* | - angel_anon: improve auto nicks [dirty hack] | piaip | 2008-04-02 | 1 | -0/+27 |
* | - (internal) change GLOBAL_* to BN_* | piaip | 2008-03-31 | 1 | -1/+1 |
* | - (experimental) mask ip(fromhost): USE_MASKED_FROMHOST | piaip | 2008-03-29 | 1 | -3/+4 |
* | - SRexpire: enable expiring search cache records | piaip | 2008-02-13 | 1 | -4/+10 |
* | - edit: fixed currbid=0 assert for anti-crosspost check over non-posts. | piaip | 2008-01-25 | 1 | -19/+28 |
* | - bbslua: change userid() to variable, add usernick, restrict more on lastref. | piaip | 2008-01-19 | 1 | -1/+2 |
* | - bbslua: require LatestRef/Title match for latest referring | piaip | 2008-01-19 | 1 | -6/+10 |
* | - bbs: allow local mail for web based tarqueue | piaip | 2008-01-16 | 1 | -4/+6 |
* | - edit: rich support of Lua syntax highlight | piaip | 2008-01-15 | 1 | -20/+226 |
* | - edit: simple Lua syntax highlight | piaip | 2008-01-14 | 1 | -14/+123 |
* | - comments: better not use Ctrl-O as hotkey. UNIX does not send ^O by default. | piaip | 2008-01-04 | 1 | -1/+1 |
* | - modify file size limitation control | piaip | 2007-12-30 | 1 | -5/+11 |
* | - prevent possible bug to create unlimited huge file | piaip | 2007-12-30 | 1 | -0/+1 |
* | - edit: add hard limitation of size and lines | piaip | 2007-12-30 | 1 | -16/+60 |
* | - fix announce crash bugs (reason: entering a_menu may have different board | piaip | 2007-12-29 | 1 | -0/+1 |
* | - allow all non-guest user to use myfav (PERM_BASIC) | piaip | 2007-12-28 | 1 | -1/+1 |
* | -general message refine | piaip | 2007-12-22 | 1 | -1/+1 |
* | - grayout: API change, from [y,end) to [y,end] | piaip | 2007-12-20 | 1 | -17/+2 |
* | - exp: edit/upload now enabled for special boards | piaip | 2007-12-19 | 1 | -11/+21 |
* | edit: exp - upload file | piaip | 2007-12-17 | 1 | -0/+79 |
* | - prepare for text-only editing | piaip | 2007-12-16 | 1 | -8/+83 |
* | * revise code | kcwu | 2007-12-12 | 1 | -1/+1 |
* | - add some grayout effects, and general code improvement | piaip | 2007-12-05 | 1 | -0/+2 |
* | - general code refine: remove all hard-coded "Ptt" message string and | wens | 2007-12-05 | 1 | -1/+1 |
* | - edit: remove blockpnt (character level selection) | piaip | 2007-12-01 | 1 | -148/+102 |
* | - edit.c: enable syntax highlight for pmore movie. | piaip | 2007-11-30 | 1 | -76/+110 |
* | * save memory, NameList is more like STL's vector now | kcwu | 2007-10-17 | 1 | -0/+3 |
* | Add a FIXME in do_quote(). | mhsin | 2007-02-05 | 1 | -0/+4 |
* | PageUp, PageDown, End should work with large screen in editor now | wens | 2006-09-19 | 1 | -5/+5 |
* | 1.remove str_checksum() (use StringHash() now) | in2 | 2006-06-16 | 1 | -1/+1 |
* | more crash assertion. | kcwu | 2006-04-01 | 1 | -0/+2 |
* | replace some strncpy with strlcpy, or just strcpy if src is const | victor | 2006-01-12 | 1 | -12/+7 |
* | Revert r3196(as a workaround). | mhsin | 2005-09-21 | 1 | -14/+18 |
* | trial fix for r3192 when user input some non-exist number of sigfile | piaip | 2005-09-21 | 1 | -0/+2 |
* | Skip nonexistent signature files when "random signature" is chosen. | in2 | 2005-09-19 | 1 | -5/+5 |
* | fixed FILE_REPLIED: ent was used as a temp buffer | piaip | 2005-09-17 | 1 | -2/+10 |
* | real main text editing. | piaip | 2005-09-15 | 1 | -0/+2 |
* | comment bad code. | kcwu | 2005-08-28 | 1 | -0/+5 |
* | fix top_of_win problem in block_delete(). | kcwu | 2005-08-28 | 1 | -1/+1 |
* | comment how join() works. | kcwu | 2005-08-27 | 1 | -51/+54 |
* | eliminate more compiler warnings | piaip | 2005-08-25 | 1 | -2/+2 |
* | eliminate compiler warnings (mostly signed/unsigned) | piaip | 2005-08-25 | 1 | -2/+2 |
* | - dbcs conf should only appear when dbcs-aware compiled in. | piaip | 2005-08-24 | 1 | -1/+3 |
* | code cleanup. | kcwu | 2005-08-18 | 1 | -11/+7 |
* | Equivalent config file updates | piaip | 2005-08-18 | 1 | -13/+13 |
* | Large Terminal Rules | piaip | 2005-08-06 | 1 | -3/+5 |
* | large terminal rules. | piaip | 2005-08-06 | 1 | -1/+1 |
* | warning free, make gcc 4.0 happy | victor | 2005-07-07 | 1 | -4/+4 |
* | fix ticket#13, ve re-entrance | piaip | 2005-07-06 | 1 | -11/+16 |
* | wasting my time | piaip | 2005-07-05 | 1 | -12/+0 |
* | let ansi move cmds back | piaip | 2005-07-04 | 1 | -1/+1 |
* | apply rafan's (rafan.bbs@ptt2.cc) big patch to s/username/nickname/g | victor | 2005-07-04 | 1 | -4/+4 |
* | some basic security stuff can be made default. | piaip | 2005-07-04 | 1 | -1/+1 |
* | fix sig devide by zero bug, | piaip | 2005-07-04 | 1 | -2/+2 |
* | sig: fixed "if only one sig, max=0 leads to same result as no sigs" | piaip | 2005-07-03 | 1 | -1/+1 |
* | make low security an option to be toggled | piaip | 2005-07-03 | 1 | -0/+12 |
* | - multi-signature browsing mode | piaip | 2005-07-03 | 1 | -7/+29 |
* | repost should get anything untouched | piaip | 2005-07-03 | 1 | -2/+2 |
* | Security Update | piaip | 2005-07-03 | 1 | -10/+108 |
* | better readability. | in2 | 2005-06-14 | 1 | -2/+2 |
* | update ansi escape scanner | piaip | 2005-06-11 | 1 | -6/+3 |
* | screen.c: edit_out should be managed by edit.c | piaip | 2005-06-11 | 1 | -0/+82 |
* | redraw everything fix, and update ve help files | piaip | 2005-06-08 | 1 | -0/+2 |
* | towards new experience: Fn Key Bindings, a trial. | piaip | 2005-06-08 | 1 | -4/+15 |
* | New DBCS aware: detecting and reversed default value | piaip | 2005-06-08 | 1 | -1/+1 |
* | apply ansi system to more files | piaip | 2005-06-08 | 1 | -1/+1 |
* | eliminate warning messages | piaip | 2005-06-08 | 1 | -0/+3 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -24/+24 |
* | bug fix for dbcs aware ve | piaip | 2005-06-08 | 1 | -4/+4 |
* | dbcs_aware: can be toggled. | piaip | 2005-06-07 | 1 | -2/+5 |
* | DBCS Aware for getdata and edit. | piaip | 2005-06-07 | 1 | -2/+103 |
* | Remove rarely used function block_shift_left and block_shift_right, | victor | 2005-06-03 | 1 | -56/+2 |
* | when reply, top_line must be fixed again. | piaip | 2005-04-26 | 1 | -3/+3 |
* | fixed vedit crash issues when long lines caused split() | piaip | 2005-04-26 | 1 | -42/+69 |
* | buffer overflow: file path [64] is too small! | piaip | 2005-04-21 | 1 | -1/+1 |
* | make it more clear to prevent accidents. | piaip | 2005-04-20 | 1 | -6/+7 |
* | (edit) same bug to quote. | piaip | 2005-04-20 | 1 | -1/+6 |
* | fix buffer overflow | victor | 2005-04-20 | 1 | -4/+1 |
* | statistic | kcwu | 2005-03-19 | 1 | -0/+1 |
* | less hard coded path/string. | kcwu | 2005-03-19 | 1 | -1/+1 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -4/+4 |
* | fix bug of reading buffer | victor | 2005-03-14 | 1 | -0/+1 |
* | move global variable into local, 587 bytes | kcwu | 2005-03-12 | 1 | -1/+3 |
* | move 232 bytes from data section to rodata section | kcwu | 2005-03-12 | 1 | -2/+2 |
* | explicitly tell C compiler functions have no parameter | kcwu | 2005-03-12 | 1 | -15/+15 |
* | fix message typo | kcwu | 2005-02-28 | 1 | -4/+2 |
* | fix illegal top_of_win, and add comment on oldcurrline | victor | 2005-02-27 | 1 | -1/+14 |
* | fix mem leak | victor | 2005-02-27 | 1 | -30/+13 |
* | fix bug of buffer pasting | victor | 2005-02-25 | 1 | -0/+1 |
* | fix KEY_END's bug in ansimode | victor | 2005-02-16 | 1 | -7/+13 |
* | fix block cutting's problem (free an freed pointer, oldcurrline) | victor | 2005-02-16 | 1 | -11/+24 |
* | Fix quoting and file editing bug. | scw | 2005-02-12 | 1 | -2/+2 |
* | change ctime to ctime4 | wens | 2005-02-11 | 1 | -2/+2 |
* | bug fix: correctly adjustline() on current line with big buffer | kcwu | 2005-02-10 | 1 | -3/+8 |
* | merge from branches/victor.edit | kcwu | 2005-02-10 | 1 | -716/+1158 |
* | replace rand() with random() for better randomness | kcwu | 2005-02-04 | 1 | -1/+1 |
* | more ctime to ctime4 | wens | 2005-01-25 | 1 | -1/+1 |
* | use ctime4 for compat on x86_64 | wens | 2005-01-25 | 1 | -1/+1 |
* | fix r2426 | in2 | 2005-01-25 | 1 | -1/+1 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -4/+4 |
* | damn, don't mess global and that unused parameter up | victor | 2005-01-22 | 1 | -4/+7 |
* | fix bug in revision 2413 | victor | 2005-01-20 | 1 | -17/+7 |
* | revert to 2410. wrong output when reposting. | in2 | 2005-01-20 | 1 | -4/+16 |
* | init uninitialize data | victor | 2005-01-20 | 1 | -16/+4 |
* | fix last commit error | victor | 2005-01-19 | 1 | -1/+1 |
* | fix missing initialization (default is insert mode) | victor | 2005-01-19 | 1 | -8/+8 |
* | curr_buf is not available when cross posting. | in2 | 2005-01-18 | 1 | -3/+4 |
* | fix last commit's bug | victor | 2005-01-17 | 1 | -16/+18 |
* | don't use those useless data (I'll review edit.c later) | victor | 2005-01-17 | 1 | -703/+709 |
* | edit.c: dont use such a lot of strlen() | victor | 2005-01-15 | 1 | -21/+30 |
* | set crosspost times as zero only when he change the board. | ptt | 2004-12-21 | 1 | -1/+2 |
* | cross post only happen on different boards | ptt | 2004-12-21 | 1 | -2/+4 |
* | fix assess bug | victor | 2004-11-22 | 1 | -6/+11 |
* | rename global variable "line" to avoid conflict with local's | kcwu | 2004-10-31 | 1 | -13/+13 |
* | change the threshold of determining robot posting. | ptt | 2004-10-17 | 1 | -1/+1 |
* | don't need to log file | ptt | 2004-10-14 | 1 | -2/+2 |
* | When find roboti posting, | ptt | 2004-10-14 | 1 | -1/+5 |
* | 1. Add reason on post title at voilationLaw. | ptt | 2004-10-13 | 1 | -3/+3 |
* | Revert some A270 ~ A2A3 in Big5 back to F9FA ~ F9FD in Big5. | scw | 2004-09-11 | 1 | -1/+1 |
* | merge back from branch victor.solaris | victor | 2004-09-10 | 1 | -10/+10 |
* | enable the editor with symbol bar. | ptt | 2004-07-11 | 1 | -12/+229 |
* | merge back from victor.screen branch | victor | 2004-06-12 | 1 | -1/+1 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -4/+3 |
* | strcasestr() is OS dependent function | kcwu | 2004-06-04 | 1 | -15/+0 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -1/+1 |
* | re-add anti-robot in editKuolin.test@2043 | ptt | 2004-06-02 | 1 | -1/+12 |
* | edit.c: just need to fopen | victor | 2004-05-19 | 1 | -7/+2 |
* | change log_file() | ptt | 2004-04-30 | 1 | -13/+0 |
* | 1.avoid bottom black hole | ptt | 2004-04-29 | 1 | -1/+1 |
* | little bug report fixed | ptt | 2004-04-24 | 1 | -7/+6 |
* | modify a little for vmsg | ptt | 2004-04-24 | 1 | -2/+2 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -2/+1 |
* | integrate igetkey igetch egetch | ptt | 2004-04-24 | 1 | -2/+2 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -16/+16 |
* | remove unsigned int for money | ptt | 2004-04-07 | 1 | -1/+1 |
* | Fix warning, including: | scw | 2004-04-02 | 1 | -4/+8 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -17/+17 |
* | Wrong buffer size. | scw | 2004-02-19 | 1 | -2/+2 |
* | rm SUPPORT_GB code | victor | 2004-01-09 | 1 | -6/+1 |
* | use open() instead of fopen() in log_file() | in2 | 2003-12-07 | 1 | -2/+2 |
* | clean up | kcwu | 2003-09-07 | 1 | -13/+1 |
* | fix last commit bug | victor | 2003-07-17 | 1 | -1/+4 |
* | fix last commit error | victor | 2003-07-17 | 1 | -13/+14 |
* | random signature | victor | 2003-07-17 | 1 | -8/+11 |
* | assert() the return value of strchr() strrchr() | kcwu | 2003-06-28 | 1 | -1/+2 |
* | remove unused variable | kcwu | 2003-06-26 | 1 | -16/+2 |
* | add comments | in2 | 2003-06-25 | 1 | -1/+27 |
* | code audit | kcwu | 2003-06-23 | 1 | -2/+3 |
* | fix bug | in2 | 2003-06-19 | 1 | -2/+2 |
* | fix a bug of buffer overflow | in2 | 2003-05-27 | 1 | -2/+2 |
* | dirty fix. would this cause memory leak? | in2 | 2003-04-10 | 1 | -1/+5 |
* | fix bug, add debug information if DEBUG | in2 | 2003-04-10 | 1 | -2/+12 |
* | reduce memory usage | in2 | 2003-04-09 | 1 | -16/+47 |
* | fix strange syntax informed by gcc -W | kcwu | 2003-01-20 | 1 | -2/+2 |
* | * there are so many fopen() without fclose() | kcwu | 2003-01-20 | 1 | -2/+4 |
* | remove unnecessary `static' keyword from some local variable | kcwu | 2003-01-16 | 1 | -3/+3 |
* | make gcc33 happy | in2 | 2003-01-01 | 1 | -7/+9 |
* | use gcc's extension to check format string | kcwu | 2002-12-26 | 1 | -2/+3 |
* | *** empty log message *** | ptt | 2002-11-23 | 1 | -5/+5 |
* | editlock by flock() | in2 | 2002-11-07 | 1 | -37/+1 |
* | MAX_EDIT_LINE | in2 | 2002-10-26 | 1 | -1/+7 |
* | not only long screen, but also width screen | kcwu | 2002-09-11 | 1 | -3/+5 |
* | fix memory error | in2 | 2002-08-25 | 1 | -1/+2 |
* | edit lock | in2 | 2002-08-25 | 1 | -1/+38 |
* | remove OUTTA_CACHE | in2 | 2002-08-20 | 1 | -4/+1 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -9/+12 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -38/+38 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -12/+12 |
* | indent | in2 | 2002-07-06 | 1 | -828/+894 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -47/+2 |
* | fix idle a bit | ptt | 2002-05-15 | 1 | -4/+4 |
* | fix post money | ptt | 2002-05-15 | 1 | -5/+4 |
* | replace time(NULL) by now | ptt | 2002-05-13 | 1 | -3/+2 |
* | fix last commit | in2 | 2002-05-01 | 1 | -2/+2 |
* | change real_name[20] to real_name[IDLEN+2] | in2 | 2002-05-01 | 1 | -2/+2 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -16/+19 |
* | for mbbsd.icc | in2 | 2002-04-27 | 1 | -2/+2 |
* | fix bug (MDCACHE) | in2 | 2002-04-16 | 1 | -2/+2 |
* | MDCACHE | in2 | 2002-04-15 | 1 | -1/+5 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+2256 |