| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix wrong LCECHO | piaip | 2008-04-18 | 1 | -1/+1 |
* | - (internal) change chat to use vgetstring with new callback system | piaip | 2008-04-17 | 1 | -72/+3 |
* | - (internal) getans -> vans | piaip | 2008-04-17 | 1 | -3/+3 |
* | - (internal) change API names to visio format: stand_title -> vs_hdr. | piaip | 2008-04-15 | 1 | -1/+1 |
* | - (internal) code refine - improving visio system | piaip | 2008-04-15 | 1 | -2/+2 |
* | // fix '!' exceeding screen width | piaip | 2008-04-14 | 1 | -1/+3 |
* | - fix footer length (should display all on col80) | piaip | 2008-04-13 | 1 | -1/+1 |
* | (internal code refine) | piaip | 2008-04-12 | 1 | -4/+1 |
* | - (internal) use new visio/vfooter() API to display footers | piaip | 2008-04-12 | 1 | -2/+4 |
* | - fix a 7-year bug? force_open should really "force" open file. | piaip | 2008-04-03 | 1 | -3/+3 |
* | - (internal) change GLOBAL_* to BN_* | piaip | 2008-03-31 | 1 | -1/+1 |
* | - read: add 'search for "s"' in G search | piaip | 2008-03-30 | 1 | -4/+20 |
* | - expiring user after board set to hidden state. | piaip | 2008-03-29 | 1 | -0/+10 |
* | - prevent minus Z search messages shown on OLDRECOMMEND systems | piaip | 2008-03-18 | 1 | -1/+5 |
* | - read: search_recommend: add searching recommend<0, for helping BM management | piaip | 2008-03-17 | 1 | -3/+6 |
* | - fixed: 'y' for replying in boards | piaip | 2008-03-12 | 1 | -0/+4 |
* | - SRexpire: enable expiring search cache records | piaip | 2008-02-13 | 1 | -0/+16 |
* | - read: fix bottom articles across pages (after doing new post) will lead to ... | piaip | 2008-01-31 | 1 | -4/+9 |
* | - board: enable changing to MyFavorite in HotBoards | piaip | 2008-01-30 | 1 | -2/+1 |
* | - read: make cursor default position before .DIR.bottom articles | piaip | 2008-01-29 | 1 | -2/+3 |
* | - read: avoid black holes, even if board article counter is wrong. | piaip | 2008-01-28 | 1 | -17/+42 |
* | - Tagging: offset-by-one error on alerting user | piaip | 2008-01-23 | 1 | -1/+1 |
* | - read: more check on TagNum to prevent announce paste bug | piaip | 2008-01-23 | 1 | -3/+3 |
* | - more check for TagNum | piaip | 2007-12-30 | 1 | -1/+1 |
* | - redrawin() changed to 'invalid only' and will take change at next refresh | piaip | 2007-12-24 | 1 | -0/+1 |
* | - change screen APIs to ncurses-like names | piaip | 2007-12-21 | 1 | -1/+1 |
* | * Enhanced AID query UI. | mhsin | 2007-12-17 | 1 | -3/+3 |
* | * Add Article IDentification System(AIDS) | mhsin | 2007-12-17 | 1 | -0/+128 |
* | - search: fix wrong modification (should be file name part) | piaip | 2007-12-11 | 1 | -2/+2 |
* | - search: must update SR name to match new DBCS aware search | piaip | 2007-12-11 | 1 | -2/+1 |
* | improved dbcs_strcasestr | piaip | 2007-12-10 | 1 | -0/+47 |
* | - change hard-coded board names to defines | piaip | 2007-12-07 | 1 | -1/+1 |
* | * eliminate warnings according to lxb's commit on pttbbslite | kcwu | 2007-10-01 | 1 | -2/+3 |
* | small syntax fix. | kcwu | 2006-04-01 | 1 | -0/+1 |
* | fix message about mailbox full. | kcwu | 2006-04-01 | 1 | -0/+2 |
* | comment on big5 workaround. | kcwu | 2006-03-13 | 1 | -0/+1 |
* | * comment strange getindex() behavior. | kcwu | 2006-02-09 | 1 | -40/+65 |
* | replace some strncpy with strlcpy, or just strcpy if src is const | victor | 2006-01-12 | 1 | -2/+1 |
* | Key "UP" at the first entry of article list work as key "END" | scw | 2005-12-15 | 1 | -2/+7 |
* | Fix the procedures of FULLUPDATE, PARTUPDATE and DIRCHANGED. | victor | 2005-12-05 | 1 | -34/+26 |
* | only PERM_ACCOUNTS could SetUser | in2 | 2005-10-28 | 1 | -2/+5 |
* | fix ticket #10 | piaip | 2005-09-18 | 1 | -2/+14 |
* | pretty format of name-complete, | piaip | 2005-09-18 | 1 | -2/+9 |
* | fix ticket #40 | piaip | 2005-09-18 | 1 | -1/+9 |
* | comments warn the bad code without error handling. | kcwu | 2005-09-09 | 1 | -0/+3 |
* | pass arguments only if they really need. | kcwu | 2005-08-28 | 1 | -1/+3 |
* | distinguish functions that need item or not, and allow the latter in empty it... | kcwu | 2005-08-28 | 1 | -3/+3 |
* | fix: don't do anything if itemlist is empty, otherwise it may corrupt memory. | kcwu | 2005-08-28 | 1 | -5/+18 |
* | fix heap corrupted because screen resize. | kcwu | 2005-08-28 | 1 | -10/+24 |
* | get rid of linear search in getindex | ptt | 2005-08-19 | 1 | -4/+5 |
* | article money system upgrade again | piaip | 2005-08-06 | 1 | -19/+11 |
* | article money issue updates | piaip | 2005-08-06 | 1 | -1/+6 |
* | Large Terminal Rules | piaip | 2005-08-06 | 1 | -3/+7 |
* | fix incremental search bug. | ptt | 2005-08-06 | 1 | -5/+9 |
* | incremental select | ptt | 2005-08-06 | 1 | -4/+8 |
* | incremental select_read | ptt | 2005-08-05 | 1 | -4/+20 |
* | fix file.multi.money issue | piaip | 2005-08-05 | 1 | -4/+12 |
* | fix one typo | ptt | 2005-08-05 | 1 | -1/+1 |
* | fix one bug | ptt | 2005-08-04 | 1 | -1/+1 |
* | avoid keyword conflict in select_read | ptt | 2005-08-04 | 1 | -0/+1 |
* | 1. Patch make error. please remember to undate define | ptt | 2005-08-04 | 1 | -2/+18 |
* | sync with PTT1 local modified source: | piaip | 2005-07-23 | 1 | -4/+19 |
* | pretty format. | piaip | 2005-07-07 | 1 | -4/+5 |
* | dbcs aware topic search | piaip | 2005-07-06 | 1 | -4/+25 |
* | help update, fix mail title unchanged outside vedit (partial?) | piaip | 2005-07-06 | 1 | -11/+26 |
* | misc update: | piaip | 2005-07-03 | 1 | -1/+1 |
* | add one function in select_read(). | ptt | 2005-06-23 | 1 | -0/+14 |
* | better readability. | in2 | 2005-06-14 | 1 | -2/+2 |
* | fix a bug that END usually gets "no articles" in ALLPOST. | piaip | 2005-06-14 | 1 | -0/+6 |
* | eliminate warning messages | piaip | 2005-06-08 | 1 | -1/+2 |
* | New style to specify ANSI escape commands. | piaip | 2005-06-08 | 1 | -1/+1 |
* | reset TagBoard and TagNum when Ctrl('T') | kcwu | 2005-05-18 | 1 | -0/+9 |
* | buffer overflow: file path [64] is too small! | piaip | 2005-04-21 | 1 | -2/+2 |
* | avoid to use c99 syntax | kcwu | 2005-03-22 | 1 | -1/+1 |
* | const qualifier | kcwu | 2005-03-19 | 1 | -1/+1 |
* | statistic | kcwu | 2005-03-19 | 1 | -0/+2 |
* | save about 500 bytes stack | kcwu | 2005-03-19 | 1 | -1/+1 |
* | add 'const' qualifiers on function parameters. | kcwu | 2005-03-19 | 1 | -11/+12 |
* | move global variable xuser into local, save 512 bytes. | kcwu | 2005-03-12 | 1 | -2/+1 |
* | * use fnv hash function for all hash. | kcwu | 2005-02-26 | 1 | -0/+1 |
* | import FNV hash function. | kcwu | 2005-02-25 | 1 | -18/+43 |
* | dynamic allocate TagList[], save 2kb memory. | kcwu | 2005-02-25 | 1 | -7/+9 |
* | use time4_t(uint32_t) instead of time_t for x86-64 arch. | in2 | 2005-01-24 | 1 | -1/+1 |
* | remove annoying bell(). | in2 | 2005-01-15 | 1 | -6/+2 |
* | changed money in fileheader_t into union | wens | 2004-12-03 | 1 | -3/+6 |
* | add "cdoc" (just like javadoc) to grab prototype and comments of functions | victor | 2004-11-20 | 1 | -1/+21 |
* | When searching first article with same subject, stop only after 200 mismatch | kcwu | 2004-11-18 | 1 | -1/+3 |
* | fix last commit's fault | victor | 2004-11-16 | 1 | -6/+6 |
* | fix last commit's fault | victor | 2004-11-16 | 1 | -2/+2 |
* | fix redraw problem when calling thread() | victor | 2004-11-16 | 1 | -13/+14 |
* | use memmove instead of memcpy if overlapping | kcwu | 2004-11-01 | 1 | -2/+4 |
* | found black hold. | ptt | 2004-10-05 | 1 | -1/+1 |
* | fix malfunction of '[', ']', '=' keys on article with long title | victor | 2004-09-22 | 1 | -3/+3 |
* | move up the threshold of safe_delete | ptt | 2004-09-17 | 1 | -1/+1 |
* | use correct type: size_t/int/long/pointer | in2 | 2004-07-30 | 1 | -1/+1 |
* | 1. use setupmailusage instead touchmailusage | ptt | 2004-06-26 | 1 | -1/+1 |
* | 1.debug select_read problem with "SR" in board name. | ptt | 2004-06-26 | 1 | -3/+6 |
* | replace some prints() with outs(), | kcwu | 2004-06-10 | 1 | -3/+1 |
* | use 'const' keyword to reduce 7904 bytes data segment | kcwu | 2004-06-04 | 1 | -2/+2 |
* | reindent for ptt and fix '=' | in2 | 2004-05-31 | 1 | -14/+19 |
* | debug truncate the SR.* files of select mode | ptt | 2004-05-19 | 1 | -1/+2 |
* | remove MODE_ETC useless function | ptt | 2004-05-12 | 1 | -2/+2 |
* | in log_file(), use LOG_VF if need to vfprintf(). | in2 | 2004-05-03 | 1 | -1/+2 |
* | safe_delete won't happen when mode_digest | ptt | 2004-05-02 | 1 | -1/+1 |
* | avoid race condition at tag board->paste board | ptt | 2004-05-02 | 1 | -1/+1 |
* | fix cursor problem for select_read | ptt | 2004-05-01 | 1 | -1/+2 |
* | a little buf of 'S' | ptt | 2004-04-30 | 1 | -4/+5 |
* | reduce io in select_read | ptt | 2004-04-30 | 1 | -1/+1 |
* | remove getindex | ptt | 2004-04-30 | 1 | -2/+1 |
* | 1.fix some bug for reference tag | ptt | 2004-04-30 | 1 | -5/+15 |
* | change log_file() | ptt | 2004-04-30 | 1 | -1/+1 |
* | add 2 logs for analysis | ptt | 2004-04-29 | 1 | -0/+1 |
* | remove default keyword | ptt | 2004-04-28 | 1 | -18/+20 |
* | dirty hack: exit if ] at last article | in2 | 2004-04-28 | 1 | -0/+5 |
* | reindent from r1879 | in2 | 2004-04-28 | 1 | -304/+316 |
* | hosit for cursor | ptt | 2004-04-28 | 1 | -2/+4 |
* | fix for ptt2 | ptt | 2004-04-28 | 1 | -0/+7 |
* | remove the unecessary redraw | ptt | 2004-04-27 | 1 | -7/+24 |
* | hobit fixed IV :p | ptt | 2004-04-27 | 1 | -3/+7 |
* | hobit problem fixed II | ptt | 2004-04-27 | 1 | -1/+1 |
* | hobit problem fixed cursor position | ptt | 2004-04-27 | 1 | -2/+7 |
* | select_read again -_- | ptt | 2004-04-27 | 1 | -4/+4 |
* | select_read commit again | ptt | 2004-04-27 | 1 | -2/+2 |
* | buggy fix for last select_read | ptt | 2004-04-27 | 1 | -2/+2 |
* | slight change for select_read | ptt | 2004-04-27 | 1 | -30/+17 |
* | a little change on description | ptt | 2004-04-27 | 1 | -2/+6 |
* | rewrite | ptt | 2004-04-27 | 1 | -325/+191 |
* | warning free | in2 | 2004-04-25 | 1 | -1/+1 |
* | remove annoying bell() | in2 | 2004-04-25 | 1 | -6/+2 |
* | debug of read.c | ptt | 2004-04-25 | 1 | -25/+11 |
* | 2 bugs fixed | ptt | 2004-04-24 | 1 | -1/+2 |
* | slight change | ptt | 2004-04-24 | 1 | -0/+1 |
* | fix for foreverloop | ptt | 2004-04-24 | 1 | -3/+2 |
* | fix forever loop in read.c | ptt | 2004-04-24 | 1 | -34/+29 |
* | little bug report fixed | ptt | 2004-04-24 | 1 | -1/+1 |
* | add function to skip dummy post when reading | ptt | 2004-04-24 | 1 | -1/+7 |
* | reoragnize functions | ptt | 2004-04-24 | 1 | -6/+7 |
* | remove useless functions | ptt | 2004-04-23 | 1 | -34/+37 |
* | cursor fixedscw.angel@1825 | ptt | 2004-04-23 | 1 | -1/+1 |
* | rewrite read.c | ptt | 2004-04-23 | 1 | -243/+186 |
* | remove useless codesPtt.read@1812 | ptt | 2004-04-23 | 1 | -28/+1 |
* | revert cuser from pointer to buffer. | ptt | 2004-04-21 | 1 | -2/+2 |
* | push_bottom fix | ptt | 2004-04-16 | 1 | -1/+1 |
* | small bug fixed | ptt | 2004-04-15 | 1 | -1/+1 |
* | push bottom bug fixed | ptt | 2004-04-15 | 1 | -41/+45 |
* | delete with threshold | ptt | 2004-04-14 | 1 | -5/+12 |
* | remove dircache | ptt | 2004-04-14 | 1 | -37/+13 |
* | small bug of direct | ptt | 2004-04-14 | 1 | -1/+2 |
* | push bottom bug fix | ptt | 2004-04-13 | 1 | -6/+12 |
* | push bottom fix | ptt | 2004-04-13 | 1 | -3/+14 |
* | push bottom complete | ptt | 2004-04-08 | 1 | -2/+4 |
* | push bottom | ptt | 2004-04-08 | 1 | -7/+21 |
* | push_bottom fix | ptt | 2004-04-08 | 1 | -1/+1 |
* | push_bottom | ptt | 2004-04-08 | 1 | -1/+2 |
* | push bottom | ptt | 2004-04-06 | 1 | -0/+1 |
* | 1. | ptt | 2004-04-02 | 1 | -8/+5 |
* | add mmap to cuser get ride of passwd_update | ptt | 2004-03-31 | 1 | -2/+2 |
* | Fix bad assertion when deleting tagged mail in mailbox. | scw | 2004-03-29 | 1 | -5/+8 |
* | loading error | ptt | 2004-03-28 | 1 | -5/+0 |
* | fix blackhole | ptt | 2004-03-24 | 1 | -5/+1 |
* | fix the problem of black hole | ptt | 2004-03-24 | 1 | -3/+15 |
* | add some assert() on malloc() | kcwu | 2004-03-09 | 1 | -0/+2 |
* | M mbbsd/announce.c | ptt | 2003-12-29 | 1 | -3/+0 |
* | fix wrong range of key, check whether the func is null first | victor | 2003-12-16 | 1 | -2/+4 |
* | O(1) key-func mapping in i_read_key | victor | 2003-12-16 | 1 | -8/+4 |
* | user could remove dircache if need (not tested) | in2 | 2003-12-05 | 1 | -0/+4 |
* | clean up | kcwu | 2003-09-07 | 1 | -4/+4 |
* | read 8k once instead of 128bytes, | in2 | 2003-09-04 | 1 | -33/+50 |
* | add get_record_keep(). | (no author) | 2003-09-04 | 1 | -3/+13 |
* | fix last commit bug | victor | 2003-08-19 | 1 | -1/+2 |
* | paste taged file across board and mailbox | victor | 2003-08-19 | 1 | -3/+8 |
* | fix bug in select_mode | victor | 2003-08-03 | 1 | -4/+4 |
* | fix last commit bug | victor | 2003-07-04 | 1 | -2/+5 |
* | stop at the right article after searching | victor | 2003-07-02 | 1 | -7/+19 |
* | add one assert() line | kcwu | 2003-06-27 | 1 | -1/+2 |
* | fix last committed bug | in2 | 2003-06-22 | 1 | -3/+3 |
* | fix "recbase bug" | in2 | 2003-06-22 | 1 | -6/+7 |
* | fix ^D (tolower), and allow del in MODE_SELECT | victor | 2003-04-14 | 1 | -2/+2 |
* | warning free | in2 | 2003-02-21 | 1 | -2/+2 |
* | 'G' for searching marked article | victor | 2003-02-11 | 1 | -2/+21 |
* | remove #define MAXPATHLEN 256 | in2 | 2003-01-24 | 1 | -3/+1 |
* | fix strange syntax informed by gcc -W | kcwu | 2003-01-20 | 1 | -4/+4 |
* | clean up | kcwu | 2003-01-17 | 1 | -2/+1 |
* | fix bug of help in (MODE_ETC | MODE_DIGEST) mode | in2 | 2002-11-07 | 1 | -4/+3 |
* | load cache at first time | in2 | 2002-08-15 | 1 | -3/+7 |
* | fix indent | kcwu | 2002-07-27 | 1 | -2/+3 |
* | fix indent error | kcwu | 2002-07-27 | 1 | -2/+2 |
* | sprintf() -> snprintf() | in2 | 2002-07-23 | 1 | -8/+9 |
* | indent -i4 | in2 | 2002-07-21 | 1 | -11/+12 |
* | strcpy() -> strlcpy() | in2 | 2002-07-21 | 1 | -9/+11 |
* | indent | in2 | 2002-07-06 | 1 | -414/+396 |
* | fix buffer overflow, search use last value | in2 | 2002-07-03 | 1 | -3/+6 |
* | max search-forware 300 articles | in2 | 2002-07-02 | 1 | -2/+2 |
* | *** empty log message *** | lwms | 2002-06-09 | 1 | -1/+5 |
* | global variable move to var.c | in2 | 2002-06-04 | 1 | -61/+2 |
* | fix buffer overflow | in2 | 2002-04-29 | 1 | -5/+5 |
* | change getdata() constant to sizeof() | in2 | 2002-04-29 | 1 | -2/+2 |
* | Initial revision | in2 | 2002-03-07 | 1 | -0/+998 |