- Dec 23, 2022
-
-
Rob Swindell authored
<host>/error .../spam .../hack
-
Rob Swindell authored
Just in case there's some clock wrap around issue causing issue #468. Seems unlikely with a 64-bit clock, but there are a lot of conditions in the xp_timer64() implementation that could evaluate differently on different versions of Windows or on different computers.
-
- Dec 21, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Set "last will" to publish the "disconnected" status.
-
Rob Swindell authored
This is to avoid the error reporting/logging that results.
-
Rob Swindell authored
If you're going to use a read key value as say, an index into fixed-length array, then you better be sure it's within an expected range.
-
- Dec 17, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
Weirdness from .gitattributes eol=crlf changes to .asc files.
-
Rob Swindell authored
-
Rob Swindell authored
This conversion was done automatically via git clone because of the latest .gitattributes settings for these file types.
-
Rob Swindell authored
This is not enabled by default.
-
Rob Swindell authored
(minimum severity of log messages that will be published via MQTT)
-
Rob Swindell authored
-
Rob Swindell authored
Quote line wrapping for DDMsgReader and SlyEdit See merge request !235
-
-
Rob Swindell authored
This conversion was done automatically via git clone because of the latest .gitattributes settings for these file types.
-
Rob Swindell authored
Fixes issue #463
-
- Dec 14, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
DDMsgreader: Fix for "assignment to undeclared variable" error See merge request !234
-
-
Rob Swindell authored
GT Trivia v1.02: If the JSON server can't be reached, scores can be written to a message sub-board (or more than one if needed) See merge request !233
-
GT Trivia v1.02: If the JSON server can't be reached, scores can be written to a message sub-board (or more than one if needed)
-
Rob Swindell authored
-
- Dec 13, 2022
-
-
Rob Swindell authored
publish QOS still defaults to 0 (for now at least), while subscribe QOS defaults to 2.
-
Rob Swindell authored
And disable the mqtt log callback by default (it's very noisy)
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Maybe help diagnose the disconnection/failure-to-reconnect issues I'm seeing.
-
Rob Swindell authored
-
Rob Swindell authored
Don't double-publish log messages when not in daemon-mode Publishing to <host>/recycle will recycle all servers. Log a successful broker connection upon startup.
-
- Dec 12, 2022
-
-
Rob Swindell authored
Default MQTT version is 5 Default username, password are block. Up to 255 chars each.
-
Rob Swindell authored
-
Rob Swindell authored
Currently, sbbs.exe only Includes non-Unix build fix in sbbscon.c for issue introduced in previous commit
-
Rob Swindell authored
Requires libmosquitto (e.g. install mosquitto-dev pkg) and set in ctrl/main.ini: [mqtt] Enabled=true broker_addr=127.0.0.1 broker_port=1883 qos=0 keepalive=10 Next up: Windows support
-
- Dec 10, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
We have no sbbs man page (that I know of). The SBBSROOT env var isn't used anywhere. NotifyAccess is required for the (new to v3.20) systemd integration support We can just use the AmbientCapbilities to set the bind capability now Set the open file limit to something huge (10000 files should be enough) Update the instructions/comments.
-
- Dec 08, 2022
-
-
Rob Swindell authored
-