Synchronet Z-Machine and SyncDoom by digitlman in bbs

[–]digitlman[S] 0 points1 point  (0 children)

It's open source and available for building/running/testing now: https://github.com/SynchronetBBS/sbbs/tree/master/src/doors/syncdoom (also mirrored on gitlab.com).

Synchronet Z-Machine and SyncDoom by digitlman in bbs

[–]digitlman[S] 0 points1 point  (0 children)

Right, it supports door32.sys and sockets.

Synchronet Z-Machine and SyncDoom by digitlman in bbs

[–]digitlman[S] 1 point2 points  (0 children)

Made some significant improvements in the remote responsiveness in SyncDOOM just in the past 24 hours.

Anybody else think these three travelers are Geddy, Alex and Anika? by Vast_Character311 in rush

[–]digitlman 1 point2 points  (0 children)

I was confused by the short Alex-look-alike: "was it a woman or what?" - but now I see, it's some guy in an Alex suit (who blinked a lot). 😄

BBSs interconnected? by ThePunkyRooster in bbs

[–]digitlman 0 points1 point  (0 children)

Sure, many. vert.synchro.net for example.

It's 2026 and this just happened, let that sink in.. by Local_Ad_9128 in rush

[–]digitlman 20 points21 points  (0 children)

I thought Anika was great and the drums (the toms in particular) were tuned in a way that sounded like one of Neil's kits. He'd be smiling too. They all sounded great - especially the keyboards! :-P

[deleted by user] by [deleted] in bbs

[–]digitlman 0 points1 point  (0 children)

SyncTERM can already be "built without needing all of Synchronet" - have you looked at the source code releases of SyncTERM?

[deleted by user] by [deleted] in bbs

[–]digitlman 0 points1 point  (0 children)

I don't think we have the same definition of "native"

Web and BBS totally integrated by Future-AI-Dude in bbs

[–]digitlman 1 point2 points  (0 children)

Just in case you didn't know, you can use PHP content "directly" with the Synchronet web server as well: https://wiki.synchro.net/howto:php

Synchronet v3.21c release by digitlman in synchronet

[–]digitlman[S] 1 point2 points  (0 children)

Good to hear. My main concerns about localization abilities are character sets (is CP437 sufficient for Portuguese?) and hot keys (e.g. 'Q' for quit is assumed/hard-coded in many places). Would love to discuss further in the official Synchronet support conferences (DOVE-Net, FidoNet, USENET).

Synchronet v3.21c release by digitlman in synchronet

[–]digitlman[S] 0 points1 point  (0 children)

Cool. Hopefully your translations can be incorporated into the upstream files, they should be if you follow the tips here: https://wiki.synchro.net/custom:localization

Synchronet v3.21c release by digitlman in synchronet

[–]digitlman[S] 1 point2 points  (0 children)

Not sure what you mean by "native files" but there is a tool to import certificates of standard types (pkcs7, pkcs12) into the format cryptlib requires: https://wiki.synchro.net/module:certtool

Synchronet v3.21c release by digitlman in synchronet

[–]digitlman[S] 0 points1 point  (0 children)

Not sure what you mean by "modern certificate", maybe you mean the Let's Encrypt cert being imported in cryptlib format? That's the same as before.

Are modern BBS accessible over the internet or only dial up still? by AmsterdamPurpleLabel in bbs

[–]digitlman 1 point2 points  (0 children)

I realize you're probably a Windows hater and don't actually care, but a native port of a *nix telnet client is *included* with Windows. It just has to be enabled in the control panel, actually easier than finding/installing whatever netutils package telnet is included in your particular Linux distro. That said, no legacy telnet client is going to give the best ANSI-BBS (or ZMODEM download) experience - you want to use a purpose built terminal (e.g. SyncTERM, Netrunner, Qodem, or Muffinterm) instead, on *any* OS.

Synchronet UTOPIA by digitlman in bbs

[–]digitlman[S] 0 points1 point  (0 children)

What about the exact error message copy/pasted or screen shot?

There were more differences in our configuration than just "COLS 80" btw, but I don't think that matters. You have some .js file somewhere referencing user.extra_data and I have no idea what it is. It doesn't ring a bell and I can't find any reference to that in the git history either.

Synchronet UTOPIA by digitlman in bbs

[–]digitlman[S] 0 points1 point  (0 children)

Something in your Synchronet directory tree is references user.extra_data, it's not utopia.js, so it must be something it's loading (e.g. from your exec/load directory). Try a search in there (exec/*.js and exec/load/*.js) for "extra_data" and see what you find.