- Dec 20, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
Defaults to K_EDIT.
-
Rob Swindell authored
Technically, forward_msg() can work on any message base but really should only be used in the 'mail' base.
-
Rob Swindell authored
-
Rob Swindell authored
-
- Dec 19, 2020
-
-
Deucе authored
have contributed *something*." -- Cyan
-
Deucе authored
backup the original. Specify -b to make that happen.
-
Rob Swindell authored
I wanted to get this accomplished with a change to conio.props but couldn't figure out how to make that work (the .rc file has to be compiled first, so it can't be just linked).
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Apparently ebuilds don't work properly with backticks.
-
John Nicpon authored
-
Rob Swindell authored
Fixes issue reported by Ragnarok (DOCKSUD) where by data/binkstats.ini could contain: failed_sent_files = [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object
-
Rob Swindell authored
Update dosemu.ini documentation of string substitutions See merge request !65
-
- Dec 18, 2020
-
-
Kayz authored
-
Rob Swindell authored
We can always reference the old revisions if needed for something, but for now, it just serves to confuse and distract others.
-
- Dec 17, 2020
-
-
Rob Swindell authored
Improvements to linux dosemu support See merge request !56
-
The hardcoded external.bat file has been moved to a templated /exec/external.bat which can be modified by the sysop. ENV vars are in there to be able to customize as needed. emusetup.bat is no longer needed, but still supported. The actual dosemu command line is now stored in /exec/dosemulaunch.ini and can be customized for fossil or i/o command lines. the keystroke is now only sent for i/o, and only sent as \n instead of \r which would trigger undesired behavior in certain programs. The above 2 files can also be placed in door dirs to override. ansi.com has been removed as it was not needed. default external.bat includes cmd lines for share, x00, etc. (user will still need to provide these in xtrn/dosutils).
-
Rob Swindell authored
Use failed auto-verification server/service address info if/when the 'imsg_capable' flag is set.
-
Rob Swindell authored
Uses the git_branch and git_hash files created in sbbs3 (first).
-
Rob Swindell authored
-
Rob Swindell authored
On Local and DOVE-Net subs.
-
Rob Swindell authored
Message Markup seems to be working well, so just enable by default on newly created subs (existing sub-boards aren't impacted). A sysop can always disable this option on a per sub-board basis if its a problem.
-
Deucе authored
Previously, it "succeeded" if no checksum was returned.
-
- Dec 15, 2020
-
-
Rob Swindell authored
Mlong/ilink See merge request !64
-
-
- Dec 14, 2020
-
-
Rob Swindell authored
This reduces the number of unnecessary recompiles of ver.cpp -> ver.o.
-
- Dec 13, 2020
-
-
Rob Swindell authored
Gave up on trying to isolate socket-enabled (networked) and non-socket apps. Just link everything that uses xpdev (which is everything, I think) with the WinSock import library. Fixes the current master branch build issue on Windows. I'll get around to removing the old NO_SOCKET_SUPPORT macro eventually.
-
Rob Swindell authored
Might as well, could be useful to display in something like umonitor in the future.
-
Rob Swindell authored
when selecting a node (data comes from node#/client.ini). For Nelgin.
-
Rob Swindell authored
-
Rob Swindell authored
One weird thing is that client_t: - has just a const char* for the protocol, so that's strdup/free'd here (consider making this a char array to simplify this API) - does not have a socket descriptor, so that value is returned - does not have local addr/port info
-
Rob Swindell authored
Was using <data_dir>/temp to check for free space. data/temp is not a normally created directory, so usually this check would fail and just report 0 bytes free space. Instead, lets check the data directory itself.
-
Rob Swindell authored
Paves the way for utilities like umonitor to show client details for node connections (e.g. IP address, hostname, connection duration, etc.)
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Recompiling ver.cpp only now, so need link ver.obj/o with the various targets now. I'll need to update the objects.mk for the *nix builds, next.
-
- Dec 12, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
Fixes the scrolled/selected position when the sysop has more than screen-full of xtrn program sections. As reported by mlong.
-