- 13 Mar, 2022 1 commit
-
-
Rob Swindell authored
<Dan_C> DigitalMan: minor install issue noted today - during a fresh (Linux) install on a test box, the build failed because it was unable to execute the "sudo setcap ..." command. This was on Slackware 15.0, where the setcap executable is located in /sbin , and that directory is not in the $PATH of a normal user, or even when a normal user uses the 'sudo' command.
-
- 28 Feb, 2022 1 commit
-
-
Rob Swindell authored
We only support platforms where slash is a legal path separator.
-
- 04 Apr, 2021 1 commit
-
-
Rob Swindell authored
This won't impact Synchronet as it has a separate signal handling thread, but we still need to behave properly for processes that don't. I'm also saying that ENOMEM does not indicate a disconnection, though it may be better to pretend it was disconnected...
-
- 14 Dec, 2020 1 commit
-
-
Rob Swindell authored
This reduces the number of unnecessary recompiles of ver.cpp -> ver.o.
-
- 12 Dec, 2020 4 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
To be sure these buggers are always created for every build that includes the 'all' target. Perhaps these should be creatd in build or an output dir and maybe for all projects (not just sbbs3) - but will ponder tomorrow.
-
Rob Swindell authored
Allows reporting of branch/commit that was used to build the code. If for some reason building without 'git', you'll need these 2 files to already exist somehow - still need to work that out (e.g. for daily built-source archives). Need to update the Windows build to generate these files now.
-
- 20 Nov, 2020 2 commits
-
-
Deucе authored
This requires anything that includes sbbs.h to have cryptlib and mozjs already built/isntalled... to track this, I've added the new extdeps.mk file. This is pretty terrible though... not sure how important that dependency really is.
-
Deucе authored
This is because it includes js_version.h if JAVASCRIPT is defined, and JAVASCRIPT is defined for everything using CFLAGS. It may be worth re-working the JAVASCRIPT define, but that's a bunch of extra work. This is the first (and easiest) step in getting parallel builds working.
-
- 16 Aug, 2020 1 commit
-
-
Rob Swindell authored
-
- 14 May, 2020 2 commits
- 13 Apr, 2020 1 commit
-
-
rswindell authored
and a gtkutils build target to build them all (e.g. "make gtkutils") to make life easier for Nelgin
-
- 23 Mar, 2020 1 commit
-
-
rswindell authored
the generated 'sbbs' executable to enable low-port-binding capability. e.g. run 'make RELEASE=1 setcap symlinks' to make a release (non-debug) build, set the bind-capability on sbbs, and create symlinks from your exec directory to the build output (*.exe.release) directory.
-
- 20 Aug, 2019 1 commit
-
-
deuce authored
-
- 20 Oct, 2018 2 commits
- 08 Oct, 2018 1 commit
-
-
rswindell authored
-
- 17 Mar, 2018 1 commit
-
-
deuce authored
Windows
-
- 28 Feb, 2018 1 commit
-
-
rswindell authored
recursive make of scfg, uedit, and umonitor.
-
- 24 Feb, 2018 1 commit
-
-
rswindell authored
the default/all target. So a single "make" command in src/sbbs3 should build these nested targets as well. Caveat: "make clean" does not clean these sub-make targets.
-
- 12 Feb, 2018 1 commit
-
-
deuce authored
-
- 13 Dec, 2017 2 commits
- 28 Oct, 2015 3 commits
-
-
deuce authored
-
deuce authored
-
deuce authored
directory. This is the beginnings of the ability to write a door in JS for all BBSes, not just Synchronet (door kit pending). This requires moving js_CreateCommonObjects() into main.cpp, which requires constifying the name parameter to js_CreateClientObject() due to C++ being more paranoid about using a string literal as a char * parameter (warning fix).
-
- 27 Feb, 2015 1 commit
-
-
sbbs authored
-
- 13 Oct, 2011 1 commit
-
-
deuce authored
-
- 09 Apr, 2011 1 commit
-
-
deuce authored
-
- 02 Apr, 2010 1 commit
-
-
deuce authored
-
- 31 Mar, 2007 1 commit
-
-
rswindell authored
-
- 23 Sep, 2005 1 commit
-
-
deuce authored
-
- 14 Sep, 2005 4 commits
- 13 Sep, 2005 1 commit
-
-
deuce authored
-
- 10 Sep, 2005 1 commit
-
-
deuce authored
Used by Smeg@
-