- Apr 01, 2021
- Mar 31, 2021
-
-
Deucе authored
Fixes *nix builds of Win32 programs.
-
Deucе authored
Looks like I was partially restoring old code before I stopped.
-
Deucе authored
Rather than depending on _WIN32 which is silly, make it clear what exactly is being done and why. Note that the spy socket stuff and some external stuff on *nix have had the select() implementation removed. To support using select() on !Win32 will require de-refactoring that's not really worth doing. Instead, just use #error and reference the commit where the old code can be found.
-
Deucе authored
Rather than defaulting to zero lines high and the width of the title, default to the entire screen area.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
- Mar 30, 2021
-
-
Deucе authored
Still needs updates in services_thread(), CGI stuff in websrvr.c, and sbbs_t::external()
-
Deucе authored
Found by digging through headers... Apple doesn't document this.
-
Synchronet authored
Just some more macOS silliness.
-
Deucе authored
-
Deucе authored
- Mar 29, 2021
-
-
Deucе authored
Sometimes the comment wasn't redrawn. Also, remove configurable mouse actions stuff, not implemented in 13 years, I suspect I'll never do it.
-
- Mar 28, 2021
-
-
Rob Swindell authored
Just in case it was read as a string (e.g. had a ; comment following the value)
-
Rob Swindell authored
caused it to be represented as JS string rather than number causing an issue with login.js: Node 1 terminal not detected, reducing inactivity hang-up timeout to 0 seconds
-
- Mar 27, 2021
- Mar 26, 2021
-
-
Deucе authored
When a players map is set, it automatically triggers a player record write. When a new player is being created, the map is set before the player is added via @addchar. This attempted to write record number undefined in the player file, which threw an exception. Since exceptions are being caught, logged, and ignored, this did not cause a problem, but did log an error when it wasn't necessary.
-
Deucе authored
This should never actually be done though since the map would be completely empty.
-
Deucе authored
Prevents a who's online list from aborting early when it encounters and invalid player record.
-
Deucе authored
Used by gcc in warnings.
-
- Mar 25, 2021
-
-
Deucе authored
If a '\r' is the last thing in the previous receive buffer.
-
- Mar 23, 2021
- Mar 21, 2021
-
-
Deucе authored
Not all implementations set POLLHUP when a TCP socket is half-closed.
-
Deucе authored
Was returning disconnected when it wasn't at times.
-
Deucе authored
This likely unbreaks the things.
-
Deucе authored
-
Deucе authored
A socket isn't bad just because there was no incoming connections. :D
-
Deucе authored
-