| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce number of system call | kcwu | 2005-02-26 | 1 | -4/+4 |
* | reduce some hundred of system call for each logout | kcwu | 2005-02-26 | 1 | -14/+14 |
* | fix HASH_BITS checking condition. | kcwu | 2005-02-26 | 1 | -3/+4 |
* | * use fnv hash function for all hash. | kcwu | 2005-02-26 | 6 | -37/+30 |
* | fix bug of buffer pasting | victor | 2005-02-25 | 1 | -0/+1 |
* | fix 'internal error' when deleting articles from other sites. | in2 | 2005-02-25 | 1 | -1/+2 |
* | defer fav_load() to choose_board() if the user didn't subscribe new boards. | kcwu | 2005-02-25 | 1 | -4/+6 |
* | import FNV hash function. | kcwu | 2005-02-25 | 1 | -18/+43 |
* | system() should not be there | victor | 2005-02-25 | 1 | -1/+0 |
* | missing commit for 2541 | in2 | 2005-02-25 | 1 | -1/+1 |
* | add Account Registration (PERM_REG) for registration. | in2 | 2005-02-25 | 3 | -10/+14 |
* | dynamic allocate TagList[], save 2kb memory. | kcwu | 2005-02-25 | 2 | -8/+9 |
* | use only single malloc in initsetproctitle() | kcwu | 2005-02-25 | 1 | -3/+11 |
* | only users with PERM_LOGINOK instead of PERM_BASIC could | in2 | 2005-02-24 | 2 | -2/+2 |
* | warning free | kcwu | 2005-02-24 | 1 | -2/+0 |
* | fix dietlibc support | kcwu | 2005-02-24 | 2 | -3/+8 |
* | add dietlibc support, reduced 16kb memory usage on linux x86_64. | kcwu | 2005-02-24 | 7 | -13/+751 |
* | use libdes crypt() to save lots of memory, more than 100kb! | kcwu | 2005-02-24 | 2 | -2/+45 |
* | import crypt.c taken from ssh 1.2.33 | kcwu | 2005-02-24 | 1 | -0/+604 |
* | avoid use math library (-lm). | kcwu | 2005-02-24 | 3 | -5/+132 |
* | log outcome of chess playing | kcwu | 2005-02-24 | 1 | -0/+12 |
* | add mallopt option | victor | 2005-02-20 | 2 | -13/+36 |
* | s/#ifdef/#if/ | victor | 2005-02-19 | 2 | -4/+4 |
* | define FOREIGN_REG to allow foreigner's registration | victor | 2005-02-19 | 2 | -4/+8 |
* | in CRITICAL_MEMORY, alloc water[] when it's needed. | in2 | 2005-02-19 | 2 | -2/+16 |
* | background load bottom after sort_bcache() or damage whole system, | in2 | 2005-02-18 | 1 | -6/+14 |
* | showplans() does not always called after getuser() so that it should | scw | 2005-02-18 | 1 | -0/+3 |
* | fix domenu's bug | victor | 2005-02-18 | 2 | -8/+20 |
* | fix broadcast condition | kcwu | 2005-02-18 | 1 | -1/+1 |
* | missing #ifdef/endif pair | victor | 2005-02-16 | 2 | -0/+4 |
* | 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 setperm's bug, check NULL condition first in set_attr | victor | 2005-02-15 | 2 | -9/+13 |
* | fix the fault while buying ex-email. | ptt | 2005-02-14 | 2 | -7/+8 |
* | commit local change of {read,write}_favrec, which solved the problem of point... | victor | 2005-02-14 | 2 | -8/+44 |
* | fix r2499 in _BBS_UTIL_C_ mode. | in2 | 2005-02-13 | 1 | -0/+4 |
* | Complete groups as well as boards in m_board() | scw | 2005-02-12 | 3 | -1/+11 |
* | Fix quoting and file editing bug. | scw | 2005-02-12 | 1 | -2/+2 |
* | Strip escape sequences and spaces in country name when playing gomoku. | scw | 2005-02-12 | 1 | -2/+18 |
* | show a warning message if SYSOP enters a hidden board | in2 | 2005-02-12 | 1 | -0/+7 |
* | add comment for hbflcheck() | in2 | 2005-02-12 | 1 | -0/+1 |
* | check if uid is in range in deumoney(). or damage SHM. | in2 | 2005-02-12 | 4 | -4/+9 |
* | Undo in gomoku needs opposite's comfirm. | scw | 2005-02-12 | 1 | -22/+70 |
* | avoid integer overflow | kcwu | 2005-02-12 | 1 | -1/+1 |
* | rewrite few lines. | kcwu | 2005-02-12 | 5 | -24/+21 |
* | Use chomp() instead of assigning '\0' directly. | scw | 2005-02-12 | 6 | -14/+14 |
* | Gomoku playing screen changed. Money is no longer shown. | scw | 2005-02-12 | 1 | -4/+37 |
* | change ctime to ctime4 | wens | 2005-02-11 | 1 | -2/+2 |
* | Fix gomoku log problem. | scw | 2005-02-11 | 1 | -1/+7 |
* | When OLDRECOMMAND is defined, we don't have to care about BRD_NOBOO. | scw | 2005-02-11 | 1 | -3/+15 |
* | make valgrind happy | kcwu | 2005-02-10 | 2 | -1/+11 |
* | 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 | 2 | -718/+1180 |
* | slight changes | kcwu | 2005-02-10 | 2 | -3/+6 |
* | Recommand code clean up and make length limit depend on ID length. | scw | 2005-02-09 | 1 | -27/+28 |
* | Fix generalnamecomplete segmentation fault. | scw | 2005-02-08 | 1 | -1/+1 |
* | Using `&func_name' instead of direct `func_name' as function pointer. | scw | 2005-02-08 | 1 | -9/+9 |
* | change broadcast default prompt from 'y' to 'n', patched by ledia. | kcwu | 2005-02-08 | 1 | -3/+3 |
* | bug fix: fix broadcast linklist | kcwu | 2005-02-06 | 1 | -2/+2 |
* | replace strstr_lower(), which cause buffer overflow with strcasestr() | kcwu | 2005-02-06 | 3 | -11/+2 |
* | fix another friend[] overflowing in OUTTACACHE | in2 | 2005-02-06 | 1 | -1/+3 |
* | fix friend[] overflowing when using utmpserver. | in2 | 2005-02-06 | 1 | -1/+7 |
* | logout_friend_online() fault tolerant | kcwu | 2005-02-06 | 1 | -16/+24 |
* | Fix r2468. | scw | 2005-02-06 | 1 | -1/+1 |
* | * In generalnamecomplete(), complete as more as possible when space (' ') | scw | 2005-02-05 | 7 | -104/+102 |
* | Clean up unused code and commented code. | scw | 2005-02-05 | 2 | -13/+0 |
* | replace rand() with random() for better randomness | kcwu | 2005-02-04 | 16 | -22/+22 |
* | recount n_bottom for each board after reloadbcache | in2 | 2005-02-04 | 1 | -0/+16 |
* | for sysop to recover board. | ptt | 2005-02-04 | 1 | -6/+2 |
* | don't reset random seed for each game. | kcwu | 2005-02-03 | 1 | -2/+2 |
* | Fix dark screen problem | ptt | 2005-02-03 | 1 | -1/+1 |
* | remove hard coded "PttLaw"./ | ptt | 2005-02-03 | 1 | -6/+6 |
* | fix one char in displaying | ptt | 2005-02-03 | 1 | -1/+1 |
* | guest can post for jdwreck | ptt | 2005-02-03 | 2 | -2/+2 |
* | Chess country plan showing problem. Display country plan on | scw | 2005-02-02 | 2 | -2/+2 |
* | Allowing reply inviting request. | scw | 2005-01-30 | 2 | -3/+4 |
* | Do not overwrite chess_list when creating man files. | scw | 2005-01-30 | 1 | -12/+20 |
* | remove useless \n | in2 | 2005-01-30 | 1 | -1/+1 |
* | redraw help bar to avoid overrided by water ball. | scw | 2005-01-29 | 1 | -1/+2 |
* | fix bug for new user | ptt | 2005-01-29 | 1 | -1/+1 |
* | uhash problem | ptt | 2005-01-28 | 2 | -24/+5 |
* | add TIMET64 for both 4 or 8 bytes time_t | in2 | 2005-01-27 | 2 | -9/+11 |
* | Collect all the five chess log to a board if GLOBAL_FIVECHESS_LOG | scw | 2005-01-25 | 1 | -25/+63 |
* | more ctime to ctime4 | wens | 2005-01-25 | 2 | -2/+2 |
* | use ctime4 for compat on x86_64 | wens | 2005-01-25 | 11 | -31/+39 |
* | fix Cdate without newline | wens | 2005-01-25 | 1 | -3/+3 |
* | 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 | 31 | -164/+192 |
* | define IA32 for IA32 mode | in2 | 2005-01-24 | 2 | -1/+9 |
* | fix type | scw | 2005-01-24 | 2 | -5/+6 |
* | Fix gomoku passing states. | scw | 2005-01-23 | 1 | -6/+24 |
* | Showing blank photo when either side has not joined chess country, | scw | 2005-01-23 | 1 | -27/+30 |
* | Showing picture on five chess match. (only when both sides participated | scw | 2005-01-23 | 1 | -24/+118 |
* | Allow user to modify their chess country self-description. | scw | 2005-01-23 | 1 | -2/+73 |
* | damn, don't mess global and that unused parameter up | victor | 2005-01-22 | 1 | -4/+7 |
* | Refactoring screen.c and adding function GetCurrentLine(). | scw | 2005-01-21 | 2 | -12/+40 |
* | Chess country plan display error. | scw | 2005-01-21 | 1 | -6/+6 |
* | 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 |
* | generic support for ssh hostname via SSH_CLIENT env (with support for ipv6 li... | wens | 2005-01-20 | 1 | -1/+5 |
* | init uninitialize data | victor | 2005-01-20 | 1 | -16/+4 |
* | revert last commit | wens | 2005-01-19 | 1 | -3/+6 |
* | limitedit should be SYSOP only | wens | 2005-01-19 | 1 | -6/+3 |
* | fix last commit error | victor | 2005-01-19 | 1 | -1/+1 |
* | fix missing initialization (default is insert mode) | victor | 2005-01-19 | 3 | -10/+10 |
* | curr_buf is not available when cross posting. | in2 | 2005-01-18 | 1 | -3/+4 |
* | proper layout for long screen | victor | 2005-01-17 | 1 | -8/+10 |
* | fix last commit's bug | victor | 2005-01-17 | 1 | -16/+18 |
* | clear bad 'withme' flags | kcwu | 2005-01-17 | 1 | -0/+2 |
* | don't use those useless data (I'll review edit.c later) | victor | 2005-01-17 | 3 | -706/+722 |
* | load assessment data to shm | victor | 2005-01-16 | 1 | -0/+4 |
* | edit.c: dont use such a lot of strlen() | victor | 2005-01-15 | 2 | -21/+35 |
* | specified alert | victor | 2005-01-15 | 1 | -4/+8 |
* | revert | victor | 2005-01-15 | 1 | -4/+3 |
* | do fav_cleanup() after loading from .fav4 | victor | 2005-01-15 | 1 | -3/+4 |
* | remove annoying bell(). | in2 | 2005-01-15 | 1 | -6/+2 |
* | fix bug | in2 | 2005-01-14 | 1 | -1/+1 |
* | getindex(): | in2 | 2005-01-14 | 1 | -20/+39 |
* | Only sysop can set `chess country' and `restricted post.' | scw | 2005-01-13 | 2 | -8/+10 |
* | implement basic cp(1), fix "/bin/cp: Argument list too long." | victor | 2005-01-12 | 2 | -3/+102 |
* | only SYSOPs can change post limit | wens | 2005-01-09 | 1 | -9/+12 |
* | fix previous commit. | scw | 2005-01-09 | 1 | -1/+1 |
* | Wrong output for chess country query. | scw | 2005-01-08 | 1 | -0/+10 |
* | Make BM be able to set whether everyone can post | scw | 2005-01-07 | 3 | -3/+32 |
* | add post limits for BM. | wens | 2005-01-07 | 3 | -74/+135 |
* | if SHM->Bbusystate is true in bcache_reload, wait at most 10 secs | in2 | 2005-01-06 | 1 | -18/+18 |
* | 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 |
* | add function for BMs to choose default save method | wens | 2004-12-20 | 1 | -2/+30 |
* | Adding commonts for upper bound of lists and enlarging | scw | 2004-12-19 | 1 | -8/+8 |
* | It should be a function call ... | victor | 2004-12-17 | 1 | -1/+1 |
* | cdoc finished | victor | 2004-12-17 | 5 | -59/+209 |
* | fix bug in deleting blog | in2 | 2004-12-16 | 1 | -1/+1 |
* | shouldn't add 1 for this index | victor | 2004-12-13 | 1 | -1/+1 |
* | fix sorting problem | victor | 2004-12-13 | 2 | -12/+21 |
* | please use proper indent ... | victor | 2004-12-12 | 1 | -4/+5 |
* | merge ptt.linux again | wens | 2004-12-11 | 5 | -92/+119 |
* | fucking compile error | victor | 2004-12-09 | 1 | -1/+1 |
* | discard r2368 due to compilation failure | in2 | 2004-12-06 | 5 | -109/+82 |
* | lightweight sysop broadcast | in2 | 2004-12-06 | 1 | -5/+19 |
* | fix title length | wens | 2004-12-05 | 1 | -0/+2 |
* | merge ptt.linux | wens | 2004-12-05 | 5 | -82/+109 |
* | add board to title for deleted articles as in ALLPOST | wens | 2004-12-03 | 1 | -1/+2 |
* | changed money in fileheader_t into union | wens | 2004-12-03 | 4 | -32/+37 |
* | some help pages are showed from file | victor | 2004-12-02 | 9 | -84/+65 |
* | Move cursor to newly added board. | scw | 2004-11-30 | 1 | -0/+2 |
* | * Use testing and setting macros instead of accessing yank_flag | scw | 2004-11-29 | 2 | -27/+75 |
* | jwretch asked to change | ptt | 2004-11-27 | 1 | -5/+2 |
* | add description to invoice | ptt | 2004-11-27 | 1 | -5/+10 |
* | If pay under 100 there is no invoice | ptt | 2004-11-27 | 1 | -0/+1 |
* | fix scope error for gcc 4.0 | in2 | 2004-11-24 | 2 | -6/+0 |
* | corrected comment and bitmask | wens | 2004-11-23 | 1 | -6/+6 |
* | wrong data type >< | victor | 2004-11-22 | 1 | -2/+2 |
* | change utf8 comment to big5 | kcwu | 2004-11-22 | 2 | -14/+14 |
* | fix assess bug | victor | 2004-11-22 | 6 | -11/+100 |
* | fix 2341, compilation error | in2 | 2004-11-21 | 1 | -2/+2 |
* | add "cdoc" (just like javadoc) to grab prototype and comments of functions | victor | 2004-11-20 | 1 | -1/+21 |
* | added forgotten check XD | wens | 2004-11-20 | 1 | -0/+2 |
* | added vote board limits for BM using key 'C' | wens | 2004-11-20 | 2 | -1/+68 |
* | fix race of assession | victor | 2004-11-20 | 1 | -7/+7 |
* | When searching first article with same subject, stop only after 200 mismatch | kcwu | 2004-11-18 | 1 | -1/+3 |
* | moved cancel bid earlier | wens | 2004-11-18 | 1 | -2/+17 |
* | remove unneseccery barrier of poll closing | victor | 2004-11-18 | 3 | -20/+27 |
* | fix file_delete_lineptt.linux@2330 | ptt | 2004-11-17 | 2 | -3/+3 |
* | case sensitive/insenstive option for file_delete_line, and fix friend deletio... | victor | 2004-11-17 | 1 | -3/+6 |
* | 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 |
* | user has the most priority ..... | victor | 2004-11-12 | 1 | -2/+3 |
* | try to fix strange behavior of bvote | victor | 2004-11-11 | 3 | -23/+13 |
* | add modifier "const" to some constant | victor | 2004-11-09 | 4 | -12/+18 |
* | move two static struct termios tty_state, tty_new to local, they're not used | victor | 2004-11-08 | 1 | -4/+2 |
* | comment todo | kcwu | 2004-11-06 | 2 | -0/+2 |
* | fix bug: missing string terminate char | kcwu | 2004-11-06 | 1 | -0/+2 |
* | fix pointer crash bug due to my last modify | kcwu | 2004-11-06 | 1 | -12/+12 |
* | To avoid huge load, sleep 0.1s after each card game, chichken, gamble transac... | kcwu | 2004-11-06 | 2 | -0/+2 |
* | Backup screen without hole. Save 8~11kb for normal user. | kcwu | 2004-11-06 | 6 | -24/+62 |
* | set socket send buf to 4kb | kcwu | 2004-11-06 | 1 | -0/+2 |
* | chinese typo >< | ptt | 2004-11-04 | 1 | -1/+1 |
* | show warning when passwd error | ptt | 2004-11-04 | 1 | -6/+8 |
* | typo. change '<' -> '<=' | ptt | 2004-11-03 | 1 | -1/+1 |
* | fix the bug. buy -1 mail = buy 100 mail | ptt | 2004-11-03 | 1 | -3/+1 |
* | switch the words of gold/silver coin | ptt | 2004-11-03 | 1 | -11/+14 |
* | Merge different version of "personal abstract" from SOB user. | ptt | 2004-11-03 | 1 | -1/+12 |
* | change the words "personal abstract" for SOB's users | ptt | 2004-11-03 | 1 | -2/+2 |
* | use memmove instead of memcpy if overlapping | kcwu | 2004-11-01 | 1 | -2/+4 |
* | fix bvote problem | victor | 2004-11-01 | 1 | -260/+192 |
* | treat lose and decrease chess rating if disconnected | kcwu | 2004-10-31 | 1 | -2/+5 |
* | show 6 card when playing blackjack | kcwu | 2004-10-31 | 1 | -16/+16 |
* | why variable "path" is 'static' on solaris swapused() | kcwu | 2004-10-31 | 1 | -1/+1 |
* | rename global variable "line" to avoid conflict with local's | kcwu | 2004-10-31 | 1 | -13/+13 |
* | eliminate 132 bytes global array | kcwu | 2004-10-31 | 1 | -12/+18 |
* | eliminate 361byte global array | kcwu | 2004-10-31 | 1 | -22/+23 |
* | eliminate 2kb global array | kcwu | 2004-10-31 | 1 | -88/+113 |
* | eliminate 4kb global array | kcwu | 2004-10-31 | 1 | -29/+31 |
* | add TODO for user list speed up | kcwu | 2004-10-31 | 1 | -0/+5 |
* | always respect to BBSHOME | kcwu | 2004-10-31 | 1 | -1/+1 |
* | change/fix the rule of blackjack | kcwu | 2004-10-31 | 1 | -39/+55 |
* | show register-notice for users who have permission PERM_ACCOUNTS | victor | 2004-10-30 | 1 | -1/+2 |
* | Test importing SOB account. | ptt | 2004-10-30 | 1 | -1/+1 |
* | fix of typo | ptt | 2004-10-30 | 1 | -2/+2 |
* | feature for SOB users to import account | ptt | 2004-10-30 | 2 | -46/+28 |
* | race | victor | 2004-10-27 | 1 | -14/+24 |
* | modify merge bbs for SOB's boards | ptt | 2004-10-26 | 3 | -11/+12 |
* | add fixme comment | kcwu | 2004-10-25 | 1 | -0/+1 |
* | return money if one didn't catch on the gamble | victor | 2004-10-24 | 1 | -1/+3 |
* | fix chess piece name (wrong side) | kcwu | 2004-10-24 | 1 | -1/+1 |
* | init userec_t version | victor | 2004-10-24 | 1 | -0/+1 |
* | fix card_jack crash | kcwu | 2004-10-21 | 1 | -2/+12 |
* | 1.fix infinite loop | victor | 2004-10-21 | 1 | -3/+6 |
* | unsetenv before daemon fork | kcwu | 2004-10-20 | 1 | -3/+3 |
* | fix move step line | kcwu | 2004-10-19 | 1 | -57/+111 |
* | give permission "review new register" for PERM_ACCOUNTS | ptt | 2004-10-18 | 1 | -1/+1 |
* | rename global static variable "fp" to "chessfp" | kcwu | 2004-10-18 | 1 | -9/+9 |
* | strip none-big5 string in user's mind | kcwu | 2004-10-18 | 1 | -0/+1 |
* | wrong default checking | victor | 2004-10-17 | 1 | -1/+1 |
* | change the threshold of determining robot posting. | ptt | 2004-10-17 | 1 | -1/+1 |
* | strip none-big5 char in user's nick | kcwu | 2004-10-16 | 2 | -9/+26 |
* | strip IAC char in user's nick | kcwu | 2004-10-16 | 2 | -0/+14 |
* | fix comment with non-big5 char | kcwu | 2004-10-16 | 1 | -1/+1 |
* | show chess rating not only in debug mode | kcwu | 2004-10-16 | 2 | -16/+84 |
* | don't need to log file | ptt | 2004-10-14 | 1 | -2/+2 |
* | When find roboti posting, | ptt | 2004-10-14 | 1 | -1/+5 |
* | missing fav_remove | victor | 2004-10-13 | 1 | -0/+1 |
* | 1. Anonymous post can be delete by poster | ptt | 2004-10-13 | 1 | -12/+17 |
* | 1. remove do_unanonymous_post function. It is almost the same as do_crosspost. | ptt | 2004-10-13 | 2 | -5/+5 |
* | there was no touchbtotal at syspost. added it. | ptt | 2004-10-13 | 1 | -1/+2 |
* | 1. Add reason on post title at voilationLaw. | ptt | 2004-10-13 | 2 | -4/+4 |
* | refactoring | victor | 2004-10-12 | 1 | -20/+3 |
* | Add __attribute__((__noreturn__)) for the abort functions. | scw | 2004-10-12 | 1 | -0/+4 |
* | fix memory leak | victor | 2004-10-12 | 1 | -14/+17 |
* | add +/- support when reading article, thanks wens | victor | 2004-10-12 | 1 | -1/+3 |
* | revise to proper buffer len | victor | 2004-10-10 | 2 | -14/+37 |
* | same problem | victor | 2004-10-09 | 1 | -11/+11 |
* | wrong size of ident -_- it may cause malfunction of uflag2 | victor | 2004-10-09 | 1 | -5/+5 |
* | display one more digit of game record | kcwu | 2004-10-09 | 1 | -3/+3 |
* | also update rating in ram | kcwu | 2004-10-08 | 1 | -0/+1 |
* | fix last commit, forget to load rating into shm | kcwu | 2004-10-08 | 1 | -0/+1 |
* | calculate chess ELO rating | kcwu | 2004-10-08 | 3 | -0/+39 |
* | big5 sucks | victor | 2004-10-06 | 1 | -1/+1 |
* | remove unused uflag: MIND_FLAG, COLOR_FLAG | victor | 2004-10-06 | 3 | -22/+64 |
* | found black hold. | ptt | 2004-10-05 | 2 | -3/+3 |
* | log | victor | 2004-10-04 | 1 | -5/+8 |
* | use getkey instead of vmsg | ptt | 2004-10-02 | 1 | -2/+2 |
* | oh.... | ptt | 2004-10-02 | 1 | -18/+8 |
* | split no reply and solved | ptt | 2004-10-02 | 1 | -6/+18 |
* | create the file if not exist | victor | 2004-10-02 | 1 | -0/+5 |
* | wrong fopen mode | victor | 2004-10-01 | 1 | -1/+1 |
* | solved a frequent race | victor | 2004-10-01 | 1 | -3/+16 |
* | enlarge the random range | victor | 2004-09-30 | 1 | -1/+1 |