Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

21 May, 2024: Computers section is temporarily disabled for maintenance. It will take several days before it's back.


dovenet / Synchronet Discussion / addfiles.js

SubjectAuthor
* addfiles.jsapam
+* addfiles.jsDigital Man
|`* addfiles.jsDigital Man
| `* addfiles.jsApam
|  `- addfiles.jsDigital Man
`- addfiles.jsMickey

1
addfiles.js

<661494D5.123.dove-syncdisc@happylnd.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2414&group=DOVE-Net.Synchronet_Discussion#2414

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: apam@VERT/HAPPYLND (apam)
To: All
Subject: addfiles.js
Message-ID: <661494D5.123.dove-syncdisc@happylnd.synchro.net>
Date: Tue, 9 Apr 2024 11:07:33 +1000
X-Comment-To: All
Path: rocksolidbbs.com!not-for-mail
Organization: Happyland
Newsgroups: DOVE-Net.Synchronet_Discussion
X-FTN-PID: Synchronet 3.20a-Linux master/fa91e9074 Apr 05 202 GCC 12.2.0
X-FTN-MSGID: 51549.sync@1:103/705 2a7aac4c
X-FTN-CHRS: CP437 2
WhenImported: 20240408195023-0700 c1e0
WhenExported: 20240411085063-0700 c1e0
ExportedFrom: VERT sync 51549
WhenImported: 20240409110733+1000 1258
WhenExported: 20240409125021+1000 1258
ExportedFrom: HAPPYLND dove-syncdisc 123
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: apam - Tue, 9 Apr 2024 01:07 UTC

Not sure if this has already been fixed or not, but my copy of addfiles.js has a syntax error on line 234 (two closing brackets).

Andrew

---
■ Synchronet ■ HappyLand - happylnd.synchro.net

addfiles.js

<6614B2C8.51551.sync@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2416&group=DOVE-Net.Synchronet_Discussion#2416

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: digital.man@VERT (Digital Man)
To: apam
Subject: addfiles.js
Message-ID: <6614B2C8.51551.sync@vert.synchro.net>
Date: Mon, 8 Apr 2024 20:15:20 -0700
X-Comment-To: apam
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <661494D5.123.dove-syncdisc@happylnd.synchro.net>
References: <661494D5.123.dove-syncdisc@happylnd.synchro.net>
X-FTN-PID: Synchronet 3.20a-Linux master/8108e0cd9 Apr 08 202 GCC 12.2.0
X-FTN-MSGID: 51551.sync@1:103/705 2a7ab227
X-FTN-REPLY: 51549.sync@1:103/705 2a7aac4c
X-FTN-CHRS: CP437 2
WhenImported: 20240408201520-0700 c1e0
WhenExported: 20240411085063-0700 c1e0
ExportedFrom: VERT sync 51551
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Digital Man - Tue, 9 Apr 2024 03:15 UTC

Re: addfiles.js
By: apam to All on Tue Apr 09 2024 11:07 am

> Not sure if this has already been fixed or not, but my copy of addfiles.js
> has a syntax error on line 234 (two closing brackets).

This is line 234 from the addfiles.js in Git master branch currently:

if(!realpath)) {

I'm guessing your line 234 is different?
--
digital man (rob)

Steven Wright quote #29:
To steal ideas from one person is plagiarism; to steal from many is research.
Norco, CA WX: 62.6°F, 37.0% humidity, 3 mph WNW wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

addfiles.js

<6614B528.51554.sync@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2419&group=DOVE-Net.Synchronet_Discussion#2419

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: digital.man@VERT (Digital Man)
To: apam
Subject: addfiles.js
Message-ID: <6614B528.51554.sync@vert.synchro.net>
Date: Mon, 8 Apr 2024 20:25:28 -0700
X-Comment-To: apam
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <6614B2C8.51551.sync@vert.synchro.net>
References: <6614B2C8.51551.sync@vert.synchro.net>
X-FTN-PID: Synchronet 3.20a-Linux master/8108e0cd9 Apr 08 202 GCC 12.2.0
X-FTN-MSGID: 51554.sync@1:103/705 2a7ab48a
X-FTN-REPLY: 51551.sync@1:103/705 2a7ab227
X-FTN-CHRS: CP437 2
WhenImported: 20240408202528-0700 c1e0
WhenExported: 20240411085063-0700 c1e0
ExportedFrom: VERT sync 51554
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Digital Man - Tue, 9 Apr 2024 03:25 UTC

Re: addfiles.js
By: Digital Man to apam on Mon Apr 08 2024 08:15 pm

> Re: addfiles.js
> By: apam to All on Tue Apr 09 2024 11:07 am
>
> > Not sure if this has already been fixed or not, but my copy of
> > addfiles.js has a syntax error on line 234 (two closing brackets).
>
> This is line 234 from the addfiles.js in Git master branch currently:
>
> if(!realpath)) {

Never mind, I see it now! :-) I call those "parenthesis", not "brackets", so I was a bit blind to what you were reporting seeing.

Thank you!
--
digital man (rob)

Steven Wright quote #12:
OK, so what's the speed of dark?
Norco, CA WX: 62.4°F, 36.0% humidity, 3 mph N wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

addfiles.js

<6614BBB2.51556.sync@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2421&group=DOVE-Net.Synchronet_Discussion#2421

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: apam@VERT (Apam)
To: Digital Man
Subject: addfiles.js
Message-ID: <6614BBB2.51556.sync@vert.synchro.net>
Date: Mon, 8 Apr 2024 20:53:22 -0700
X-Comment-To: Digital Man
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <6614B528.51554.sync@vert.synchro.net>
References: <6614B528.51554.sync@vert.synchro.net>
X-FTN-PID: Synchronet 3.20a-Win32 master/8108e0cd9 Apr 08 202 MSC 1916
X-FTN-MSGID: 51556.sync@1:103/705 2a7abb16
X-FTN-REPLY: 51554.sync@1:103/705 2a7ab48a
X-FTN-CHRS: CP437 2
WhenImported: 20240408205322-0700 c1e0
WhenExported: 20240411085063-0700 c1e0
ExportedFrom: VERT sync 51556
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Apam - Tue, 9 Apr 2024 03:53 UTC

Re: addfiles.js
By: Digital Man to apam on Mon Apr 08 2024 08:25 pm

DM> Never mind, I see it now! :-) I call those "parenthesis", not "brackets",
DM> so I was a bit blind to what you were reporting seeing.

:) do you call the square brackets "brackets" or the curly brackets "brackets" or something else entirely?

:)

Andrew

---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

addfiles.js

<6614BCBA.51558.sync@vert.synchro.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2423&group=DOVE-Net.Synchronet_Discussion#2423

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: digital.man@VERT (Digital Man)
To: Apam
Subject: addfiles.js
Message-ID: <6614BCBA.51558.sync@vert.synchro.net>
Date: Mon, 8 Apr 2024 20:57:46 -0700
X-Comment-To: Apam
Path: rocksolidbbs.com!not-for-mail
Organization: Vertrauen
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <6614BBB2.51556.sync@vert.synchro.net>
References: <6614BBB2.51556.sync@vert.synchro.net>
X-FTN-PID: Synchronet 3.20a-Linux master/8108e0cd9 Apr 08 202 GCC 12.2.0
X-FTN-MSGID: 51558.sync@1:103/705 2a7abc20
X-FTN-REPLY: 51556.sync@1:103/705 2a7abb16
X-FTN-CHRS: CP437 2
WhenImported: 20240408205746-0700 c1e0
WhenExported: 20240411085063-0700 c1e0
ExportedFrom: VERT sync 51558
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Digital Man - Tue, 9 Apr 2024 03:57 UTC

Re: addfiles.js
By: Apam to Digital Man on Mon Apr 08 2024 08:53 pm

> Re: addfiles.js
> By: Digital Man to apam on Mon Apr 08 2024 08:25 pm
>
> DM> Never mind, I see it now! :-) I call those "parenthesis", not
> DM> "brackets", so I was a bit blind to what you were reporting seeing.
>
> :) do you call the square brackets "brackets" or the curly brackets
> "brackets" or something else entirely?

Parens: ()
Braces: {}
Brackets: []
--
digital man (rob)

Sling Blade quote #17:
Charles Bushman: A shovel just makes too goddamned much racket.
Norco, CA WX: 62.1°F, 38.0% humidity, 5 mph W wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net

addfiles.js

<6615D6EE.162.dove-syncdisc@centralontarioremote.net>

  copy mid

https://www.rocksolidbbs.com/dovenet/article-flat.php?id=2438&group=DOVE-Net.Synchronet_Discussion#2438

  copy link   Newsgroups: DOVE-Net.Synchronet_Discussion
From: mickey@VERT/CORSYNC (Mickey)
To: apam
Subject: addfiles.js
Message-ID: <6615D6EE.162.dove-syncdisc@centralontarioremote.net>
Date: Tue, 9 Apr 2024 20:01:50 -0400
X-Comment-To: apam
Path: rocksolidbbs.com!not-for-mail
Organization: Central Ontario Remote Synchro
Newsgroups: DOVE-Net.Synchronet_Discussion
In-Reply-To: <661494D5.123.dove-syncdisc@happylnd.synchro.net>
References: <661494D5.123.dove-syncdisc@happylnd.synchro.net>
X-FTN-PID: Synchronet 3.20a-Win32 master/d0fb999c2 Apr 06 202 MSC 1916
X-FTN-MSGID: 51577.sync@1:103/705 2a7c023f
X-FTN-REPLY: 51549.sync@1:103/705 2a7aac4c
X-FTN-CHRS: CP437 2
WhenImported: 20240409200854-0700 c1e0
WhenExported: 20240411085063-0700 c1e0
ExportedFrom: VERT sync 51577
WhenImported: 20240409200150-0400 c12c
WhenExported: 20240409230847-0400 c12c
ExportedFrom: CORSYNC dove-syncdisc 162
Content-Type: text/plain; charset=IBM437
Content-Transfer-Encoding: 8bit
 by: Mickey - Wed, 10 Apr 2024 00:01 UTC

Re: addfiles.js
By: apam to All on Tue Apr 09 2024 11:07:33

> Not sure if this has already been fixed or not, but my copy of addfiles.js
> has a syntax error on line 234 (two closing brackets).
>
> Andrew
>

It happened to and fucked up my files.ini file. I got a fresh files.ini file and put it in CTRL. After I refreshed it, it didn't have the syntax error. Fixed I think. Here anyway. :-)

..
Mick Manning
Central Ontario Remote | centralontarioremote.net:23

-- The Blues had a Baby - They called it Rock & Roll

---
■ Synchronet ■ Central Ontario Test Only - centralontarioremote.com


dovenet / Synchronet Discussion / addfiles.js

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor