- 17 Jan, 2021 1 commit
-
-
Michael Long authored
-
- 15 Jan, 2021 2 commits
-
-
Rob Swindell authored
Update install-xtrn.js, make it apparent that debug mode does not install the... See merge request !76
-
Michael Long authored
Update install-xtrn.js, make it apparent that debug mode does not install the door. Also do not recycle in debug mode (nothing was installed).
-
- 14 Jan, 2021 3 commits
-
-
Rob Swindell authored
This script had some funky work-arounds for the previous behavior, so adjust them to recognize null input from the user. This fixes issue #201 reported by Ragnarok.
-
Rob Swindell authored
-
Rob Swindell authored
-
- 13 Jan, 2021 3 commits
-
-
Michael Long authored
-
Michael Long authored
-
Rob Swindell authored
-
- 12 Jan, 2021 3 commits
-
-
Rob Swindell authored
-
Rob Swindell authored
SBBSecho v3.12 exports the originating system's BBSID via a new "BBSID" kludge and this allows avatar lookups (e.g. of FTN-posted messages) using this solution. Also, support MD5-obscured name (i.e. real name) avatar lookups.
-
Rob Swindell authored
This enables Avatar displays on real-name-only networks without leaking real names into the SYNCDATA sub. If the -realnames option is used, the unobscured full real names are exported (as before). If the (new) -aliasonly option is used, even the MD5 digest of users' real names is left out.
-
- 11 Jan, 2021 13 commits
-
-
Rob Swindell authored
Update overkill.ini - add ver 1.10 and 1.11 See merge request !73
-
Deucе authored
M: and P: lines cannot include an address to bind to with ircd.js.
-
Michael Long authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Needed for CIOLIB builds.
-
Rob Swindell authored
-
Rob Swindell authored
3rd party install files for operation: overkill ii See merge request main/sbbs!72
-
Rob Swindell authored
dpoker needs a little work first (can't find SDL.h).
-
Rob Swindell authored
-
Michael Long authored
-
Rob Swindell authored
This was initially just done for lfexpand(), but then I realized there were a lot of these string processing functions that just checked for VOID (undefined) argumnet value, but not null.
-
- 10 Jan, 2021 2 commits
-
-
Michael Long authored
-
Michael Long authored
-
- 09 Jan, 2021 2 commits
-
-
Rob Swindell authored
When a user logins to the FTP server concurrently, this creates a race condition with an/the other FTP session that may be creating/ downloading a QWK packet. On Vertrauen, this results in the occasional error removing the file since it was removed unexpectedly: !ERROR 2 (No such file or directory) in main.cpp line 2747 (event_thread) removing "/sbbs/data/pack1111.now" access=0
-
Rob Swindell authored
xtrn install lore See merge request main/sbbs!70
-
- 08 Jan, 2021 2 commits
-
-
Michael Long authored
-
Rob Swindell authored
Reported by Night Stalker (INTERNAL) Most likely some unexpected content in sbbsecho.ini.
-
- 07 Jan, 2021 2 commits
-
-
Rob Swindell authored
-
Brian Klauss authored
-
- 05 Jan, 2021 3 commits
-
-
Rob Swindell authored
At the request of WitNik (BGGRSCYN)
-
Rob Swindell authored
For deon's use with Docker: When creating new nodes (after node 1), derive the new node directory from node 1's configured directory if possible (e.g. it has a '1' in it). So if Node 1's directory is /blah/bbsdir1, then node 2's directory will default to /blah/bbsdir2. When creating node 1 (the first node), it still defaults to "../node1".
-
Rob Swindell authored
(e.g. when run as a timed event) - this bug was introduced in the "Fix sub[] property setter" crash bug fix 2 commits ago. This fixes the "TypeError: sub.code is undefined" error.
-
- 04 Jan, 2021 4 commits
-
-
Rob Swindell authored
... even when there's no private data. Should fix "TypeError: sub.code is undefined"
-
Rob Swindell authored
The private data pointer is no longer a subscan_t*. This likely explains the reported crashes when using DDMsgReader and the most recent changes (fixes) to the msg_area object.
-
Rob Swindell authored
The on-exit handlers which restore the console and system flags back to their previous states don't execute when load()'d from this script. Not sure why (Deuce?) - using bbs.exec() as a work-around now. :-(
-
Rob Swindell authored
For systems where not everyone wants to use the msglist module. For DesotoFireflite (VALHALLA)
-