- Mar 21, 2011
-
-
rswindell authored
acknowledgement ("250 OK") can be sent. In this case, the sender is either a spammer or it is a legitimate delivery attempt that has been aborted for some reason (e.g. timeout due to throttling).
-
- 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
- Feb 14, 2011
-
-
mcmlxxix authored
set js.branch_counter to 0 before execution display error filename and error line number
-
mcmlxxix authored
-
mcmlxxix authored
fixed cut (when at the end of a file or the file is empty)
-
mcmlxxix authored
(highlight "function", do not highlight "myfunction") cut and copy now clone a line instead of referencing it (oops)
-
mcmlxxix authored
update column on key up/down
-
mcmlxxix authored
can now edit multiple documents at once added document closing/switching
-
- Feb 13, 2011
-
-
mcmlxxix authored
added cut,copy,paste,load,save side-scroll lines > screen width highlight current row removed every console.getxy() except for one (thanks deuce!)
-
- Feb 12, 2011
- Feb 10, 2011