-
exec/load/nodedefs.js
From
rswindell@VERT to
CVS commit on Tuesday, January 08, 2019 01:57:00
exec/load nodedefs.js 1.7 1.8
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv26911
Modified Files:
nodedefs.js
Log Message:
Added missing node connection constant definitions (from nodedefs.h).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, January 08, 2019 02:35:00
exec/load nodedefs.js 1.8 1.9
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv30776
Modified Files:
nodedefs.js
Log Message:
2 new "arrays" for reporting the node connection type/protocol: NodeConnection[] // lowercase
NodeConnectionProper[] // propercase
If the node.connection value is in these "arrays", use that value to print node's connection type/protocol. If it's not, it's a modem connection and
the node.connection value is the DCE rate (in bps).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Tuesday, January 08, 2019 05:30:00
exec/load nodedefs.js 1.9 1.10
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv20113
Modified Files:
nodedefs.js
Log Message:
Changed NodeAction[] items with string args (%s) to just hardcoded values ("sysop" and "The Guru") - fixing the simple node listing apps, like the echicken web UI.
If your node lister wants to do something more fancy (e.g. display the name
of the sysop or the guru engine), you'll have to handle that yourself.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
rswindell@VERT to
CVS commit on Thursday, May 09, 2019 07:53:00
exec/load nodedefs.js 1.10 1.11
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv15154
Modified Files:
nodedefs.js
Log Message:
Fix: the NODE_LOGOUT status was not accounted for.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
deuce@VERT to
CVS commit on Friday, August 23, 2019 23:46:09
exec/load nodedefs.js 1.11 1.12
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv3185
Modified Files:
nodedefs.js
Log Message:
Keys are always actually strings. While this isn't as pretty, it doesn't
rely on type coersion. *defs.js should be jslint clean.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net