John E. Malmberg

Results 115 comments of John E. Malmberg

Need some more information here on what is wanted. Internet chat systems store the remote messages on a central server so that they can catch up. D-Rats does not have...

Originally seen on Microsoft Windows, but also seen occasionally on Anti-X linux. Sometimes the D-Rats software stops getting updates from the Internet, but does not detect that it is disconnected...

Many ISPs and possibly home firewall routers will disconnect TCP sessions that do not transfer data over a period of time. The only way to prevent the disconnection is to...

https://pyinstaller.org/en/stable/

Current plans are to see if I can use the lzhuf from a prebuilt MSI before using the pyinstaller when building an MSI package with the exe file from pyinstaller...

Unfortunately I have hit a blocker on doing this. The current python PyPi modules for GTK+ that are required for D-Rats need to build some binaries with Visual Studio. That...

If someone wants to provide in Wiki articles how to build that docker image and how to install it, I am sure that no one would object. Like Microsoft WSL,...

LZHUF binary has been moved to its own package with installers for Windows and several Debian packages.

Found some more leads to investigate for creating a standalone Msyss2 directory for Microsoft Windows. https://www.msys2.org/wiki/Distributing/ Another option would be to come up with a package that runs a script...

The python package maintainers have deprecated the setup.py as an installer, and instead say to use other installers that do not have all the features, like supporting embedded data like...