- Mar 18, 2024
- Mar 17, 2024
-
-
Deucе authored
The issue was that the various semaphores and mutexes weren't being initialized at all when sdl_initconio() wasn't called... so starting the event thread and telling it to stop would access uncreated semaphores and mutexes. Split out the init, and be sure to call it before exiting.
-
Deucе authored
1) Use static SDL since it's required by both conio and XPDev 2) Since the SDL thread will always run, any attempt to shut down the SDL thread calls exit(0). Not exactly what we want to return, but at least this makes it not hang waiting for the impossible.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
JSDoor only compiles one file that isn't shared with the sbbs3 target, so there's no need to build them all twice.
-
Deucе authored
Should fix js test suite on darwin.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
It builds and appears to run... not actually tested.
-
Rob Swindell authored
ircdcfg would not provide a valid irc.ini file See merge request !426
-
-
Deucе authored
Use the standard `extern char **environ' instead. Fixes an issue with macOS. Also, check that env is not NULL in js_init.
-
Deucе authored
No real purpose to keeping the default min version at 10.9.
-
Rob Swindell authored
... much more still to do, I'm sure.
-
Rob Swindell authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
We need _CIOLIB_main on macOS... at least until the curses stuff works.
-
Deucе authored
-
Rob Swindell authored
Eliminate some never-defined/used flags (copied from smb.html?)
-
Rob Swindell authored
Sorry Nightfox, this might break your scripts
-
Rob Swindell authored
-
Rob Swindell authored
e.g. stubs for JS command shells, examples of how to do file I/O, socket I/O and such in Baja (which you really shouldn't). Added type.js to replace type.src/bin
-
Rob Swindell authored
The JS file_area.user_dir is an object (not documented in jsobjs.html!) and bbs.list_file_info() method expects the directory number (not object) as the first argument. Reported by Jas Hud.
-
Rob Swindell authored
... when exporting from SMB to .msg ("stored message") file
-
Rob Swindell authored
This is a "newer" QWK control message supported by Synchronet (for like 20 years now), so it's been missing from the DOOR.ID file all this time and no one noticed. <shrug>
-
Rob Swindell authored
This resolves the conflict with MSG_HOLD definition in socket.h on MacOS: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/socket.h And hey... [NET]MSG_HOLD isn't actually used anywhere? What's up with that.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
-
Deucе authored
-
Deucе authored
-
- Mar 16, 2024
-
-
Rob Swindell authored
We don't clone the Access Requirements from the template sub-board when clonig (intentionally), similarly we shouldn't copy the Access Requirements of the template sub-board when creating/adding/importing new sub-boards either. This should fix issue #736 even though the title and description of the issue is misleading.
-
- Mar 14, 2024
-
-
Deucе authored
Don't want to have to scroll here.
-