- Apr 13, 2011
-
-
rswindell authored
-
- Apr 12, 2011
- Apr 09, 2011
-
-
cyan authored
* Concatenate various MODULE commands into one bigger command. * PARTCHAN and JOINCHAN now just "PART" and "JOIN" * Irrlevant cosmetic fixes and CVS pollution.
-
deuce authored
-
deuce authored
-
deuce authored
a zero-length one). This fixes the problem everyone but me has known about for some time now.
-
deuce authored
-
- Apr 07, 2011
- Mar 21, 2011
- Mar 20, 2011
- Mar 19, 2011
-
-
deuce authored
of two. Essentially, any bits above the next lowest power of two are less likely to be set. For example, xp_random(6) would use 3 bits of randomness with the following distribution: 000 = 0 001 = 1 010 = 2 011 = 3 100 = 4 101 = 5 110 = 0 111 = 1 As you can see, zero and one are twice as likely to occur than 2,3,4, or 5.
-
- Mar 10, 2011
- Mar 04, 2011
- Mar 02, 2011
- Mar 01, 2011
-
-
rswindell authored
Updated copyright dates.
-
mcmlxxix authored
make system.matchuserdata return only the next match (instead of all matches) from specified starting user if match_next==true. add system.matchallusers(field,data); to return an array containing all matches.
-
rswindell authored
user.dat record offset.
-
rswindell authored
descriptor (-1), this is part of the node.dab error recovery scheme.
-
mcmlxxix authored
make system.matchuserdata return an array of all matches if match_all==true, starting at usernumber if specified. (userdatdupe now takes an additional paremeter)
-
rswindell authored
command, where end of article range was not provided (or provided as 0). Patch by Ragnarok.
-
- Feb 28, 2011
- Feb 26, 2011
-
-
rswindell authored
-
- Feb 25, 2011
- Feb 20, 2011
-
-
mcmlxxix authored
-
- Feb 19, 2011
-
-
deuce authored
-
- Feb 17, 2011