- Apr 10, 2020
- Apr 09, 2020
-
-
rswindell authored
file containing only the good or bad messages, leaving the orignal *.pkt file intact. The -recover option will *only* create a *.good file (renamed from .recovered). Now, if the recovered (good) or bad output file has no messages or is the exact same size as the original pkt file, the output file is automatically deleted.
-
deuce authored
-
deuce authored
-
rswindell authored
valid pkdmsg type. This will allow better re-sync with a badly corrupted packet. I waffled about whether it should try to read the variable header fields if the DateTime field of the fixed header is invalid. Currently, it does. The pkdmsg header does not have very good identifying marks to re-sync with, so it's still possible that a valid msg that follows a corrupted one could get skipped. I would need some good set of varying examples of corrupted packets to test with, but I'm sure it's possible to "do better".
-
rswindell authored
-
rswindell authored
is called without a "mode" specified. This uses the new default SCAN_INDEX mode. If you need the old behavior (does not invoke the listmsgs_mod), specify a different mode value (e.g. SCAN_READ). All of the mode values (other than SCAN_INDEX) will not start the list message module, but rather use the internal C++ logic. This provides an intuitive way to actually invoke the list messages module from JS without hard-coding bbs.exec("?module") into a cmd shell, for example.
-
rswindell authored
duplicates of all the parsed packet files, but excluding all corrupted packed messages. The recovered packet files are named *.recovered. Also improved the corrupted packed message header detection to make this feature more useful. Created at the request of Nelgin who promises to test and use, for better or for worse, in sickness and in health, from this day forward, yadda yadda yadda.
-
deuce authored
-
rswindell authored
If the RECIPIENTTOLIST header fields exists and the RFC822 header field does not exist, that means the original RFC822 "To" field was not MIME-encoded, which is the majority of email. The routine that converted an smbmsg_t to an RFC822 header did not use this new field however (ignored it). Whoops. So multiple recipients were reflect in the To field and the original destination address(es) in the To field weren't passed on either. Thanks, Frank!
-
deuce authored
-
deuce authored
-
deuce authored
mouse button is pressed.
-
deuce authored
-
deuce authored
-
deuce authored
This makes the X10 mode much better, allows copy (but not paste), and prevents weirdness with button releases when dragging. While this may or may not be what xterm does, it's clearly the best choice.
-
deuce authored
input buffer when we stop the mouse.
-
deuce authored
command from passing the mouse release event in transit (and getting garbage input to a next command). We may need a one-shot mouse thing or something like that...
-
deuce authored
-
deuce authored
events are enabled.
-
deuce authored
-
- Apr 08, 2020
-
-
rswindell authored
type). Fix typo line 454 ReferenceError: paseInt is not defined, reported by Coz!
-
deuce authored
-
deuce authored
window.
-
deuce authored
-
deuce authored
Only allow clicking the exact cell, not the surrounding ones.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
Copyright year 2020.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-