- Feb 12, 2022
-
-
Deucе authored
-
Deucе authored
This is a millisecond timer that tries to avoid floating-point operations.
-
Rob Swindell authored
it just seems it's even worst than Deuce thought. :-)
-
Rob Swindell authored
-
Deucе authored
I'm not really happy about rounding floats in time-critical bits, but there you go.
-
Rob Swindell authored
-
Deucе authored
Now it should keep working after 24 days.
-
Rob Swindell authored
As seen logging on to WLARB ("too")
-
Deucе authored
than the int supports, it's set to 0x80000000 to indicate overflow. msclock() is *always* overflowing, and clock_t is only 32-bits on some platforms (specifically FreeBSD). To "avoid" problems, just keep subtracting UIN32_MAX from the value until it's less than INT_MAX then cast. This function is, of course, terrible and shouldn't actually be used, but it should at least sorta kinda workish.
-
Deucе authored
At least one of MAP_ANON, MAP_GUARD, MAP_PRIVATE, MAP_SHARED, or MAP_STACK must be specified.
-
- Feb 11, 2022
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
Oddly enough the hbuf wasn't actually modified.
-
Deucе authored
This will allow naming consistency in encode/* This is the fix you're looking for Keyop. :)
-
Deucе authored
-
Deucе authored
Geeze, this is ugly.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
- Feb 10, 2022
-
-
Rob Swindell authored
DD Message Reader Version 1.43: Fixed 'out of memory' error when viewing message headers See merge request !139
-
Deucе authored
-
Deucе authored
-
Eric Oulashin authored
viewing message header info (I had used the same loop control variable name for a loop inside a loop..oops). Also, when viewing message header information, it will no longer show JS functions.
-
Deucе authored
-
Deucе authored
-
- Feb 09, 2022
-
-
Rob Swindell authored
I noticed that the recent NASA "Earth Science Picture of the Day" files have had a DIZ with UTF-8 encoded apostrophe in it. <sigh>
-
Rob Swindell authored
Added an option to pause after viewing a file (defaults to true) See merge request !138
-
-
Rob Swindell authored
Then you must also include the file extension on all the configured command-lines. The opposite is not true: excluding the file extension in the native program list will still work if the command-line includes the file extension.
-
Rob Swindell authored
Apparently com_setup() (which just calls tcsetattr()) will cause an attached modem (with a caller) to disconnect the caller. So you can't do this with a live modem. Leave the hack in for Nelgin's null modem cable setup, but you can't (apparently) support both 8N1 and 7E1 "callers" with a real modem (not surprisingly, for multiple reasons).
-
- Feb 08, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
in sexpots.ini [COM] section(s). Fixed bug where Parity was only initially set (in sexpots) if BaudRate was non-zero.
-
Rob Swindell authored
Another hack for Nelgin: this'll allow (in theory) the serial device to switch parity modes (e.g. 8N1 or 7E1) depending on what the user selects (key pressed). I did not add byte/stop bit size configurations. We may need that.
-
Rob Swindell authored
Set Parity=true in [com] section of sexpots.ini Set ParityOdd=true if using Odd parity.
-
Rob Swindell authored
For Nelgin's null modem setup, putty doesn't raise DTR? <nelgin> sexpots 1492 root 3u CHR 4,64 0t0 90 /dev/ttyS0 <nelgin> Well, it's listening, but when I connect with putty I get nothing. <nelgin> DigitalMan, probably always assume a client is connected since I have my pc wired to my linux box.
-
Rob Swindell authored
-
Rob Swindell authored
Allow a configured maximum-severity (minimum value) for TLS-related log messages. Default is 0 (LOG_EMERG, maximum severity). Getting tired of SMTP/TLS (SMTPS) related errors clogging up my inbox. I'm setting this to "Warning", like I did for [web].
-
Rob Swindell authored
Just in case a sysop deletes/changes their addresses after create subs, find the nearest matching configured system FTN address/AKA and use that.
-