- Dec 29, 2022
-
-
Rob Swindell authored
-
- Dec 28, 2022
-
-
Rob Swindell authored
Finally, a thread-safe version of mosquitto.dll <sigh>
-
- Dec 27, 2022
-
-
Rob Swindell authored
mqtt_thread_start() actually will fail on Windows currently because we're using a non-thread-safe version of mosquitto.dll This moves the mqtt thread start further up before some *nix-specific stuff, so hopefully that's not an issue.
-
- Dec 24, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
By moving mosquitto_will_set() call into mqtt_connect(). I'm still having the issue that the LWT is being published after mosquitto_disconnect(), even though I set the "force" parameter to false in the call to mqtt_loop_stop()
-
Deucе authored
It seems Linux has deprecated siginterrupt(), and they've been aggressive about removing deprecated C functions lately.
-
Rob Swindell authored
Add some more "status" topic values while initializing and terminating.
-
Rob Swindell authored
This can be used to clear a 'retained' topic (of any type).
-
Deucе authored
already in binary mode. Should fix Sourceforge issue 91
-
Deucе authored
Fixes SyncTERM SF bug 93
-
Deucе authored
The changes for Ghost support broke URL parsing.
-
Deucе authored
-
Deucе authored
This doesn't actually contain things you can modify, but rather answers the most FAQ "Where are the files stored?"
-
Deucе authored
Before this change, dynamic parent windows wouldn't be redrawn as active after showbuf() returns.
-
Deucе authored
-
- Dec 23, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
-
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.
-
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.
-
Deucе authored
This is the issue behind CVE-2022-24130 in xterm. Reported against SyncTERM by Autumn Lamonte (Thanks!) Discussion here: https://gitlab.com/klamonte/jexer/-/issues/105 Closes SyncTERM bug 79.
-
- Dec 21, 2022
-
-
Deucе authored
-
Deucе authored
Previously, a file transfer would unconditionally enable RIP.
-
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.
-