- Oct 23, 2012
- Oct 22, 2012
-
-
deuce authored
-
deuce authored
-
deuce authored
Running jsexec with the -D argument will enter the debugger. Inside the debugger, there are the following commands: "r" runs the script "clear" clears any pending exceptions (mostly useless) "break ###" set a break at the specified line number "e <statement>" eval()uates <statement> in the current frame "eval <statement>" also eval()s This is a proof of concept right now since it's only in jsexec and the command parser is a joke. Eventually, this will also work for ;EXEC scripts in the BBS and be even more awesome. This should be enough to get mcmlxxix off my back though.
-
deuce authored
-
- Oct 21, 2012
-
-
deuce authored
-
deuce authored
-
deuce authored
MAX_POST_LEN. This makes the previous change effectively useless except for using up space on the hard drive, but is stops from malloc()ing a copy of the data that is unusable.
-
deuce authored
solve all the problems involved in a file upload though, so don't get too excited.
-
deuce authored
-
- Oct 20, 2012
- Oct 19, 2012
-
-
deuce authored
-
deuce authored
From RFC2616 section 2.2 (Basic Rules) HTTP/1.1 defines the sequence CR LF as the end-of-line marker for all protocol elements except the entity-body
-
deuce authored
conflict with SMB and other Synchronet-specific properties. Instead, add them to an extra_headers object. Fixes a weird an unlikely bug encountered in rec.radio.cb spam.
-
deuce authored
-
deuce authored
-
- Oct 18, 2012
- Oct 16, 2012
- Oct 15, 2012