From echicken@VERT to CVS commit on Fri Mar 22 12:24:10 2013
exec ax25tunnel.js 1.4 1.5
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv2621
Modified Files:
ax25tunnel.js
Log Message:
Rewritten.
Gates between AX.25 unproto clients and the terminal server (rlogin).
Still a work in progress; new user account creation improvements forthcoming.
A command shell geared toward these clients will appear in the near future. It works passably well with classic_shell.js for the time being.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ tel
From echicken@VERT to CVS commit on Fri Mar 22 13:13:49 2013
exec ax25tunnel.js 1.5 1.6
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv7610
Modified Files:
ax25tunnel.js
Log Message:
Use callsign.js to gather new user details if possible.
---
þ Synchronet þ Vertrauen þ Home of Synchronet
From echicken@VERT to CVS commit on Mon Mar 25 21:29:24 2013
exec ax25tunnel.js 1.6 1.7
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv22851
Modified Files:
ax25tunnel.js
Log Message:
Match user accounts by callsign+SSID in the users's chat handle field.
(Will make it possible to map each of a user's 16 available SSIDs to a particular service later on, using eg. VA7RRX-0 for RLogin, VA7RRX-1 for QWK networking, etc.)
From echicken@VERT to CVS commit on Tue Mar 26 10:23:55 2013
exec ax25tunnel.js 1.7 1.8
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv14309
Modified Files:
ax25tunnel.js
Log Message:
Added a basic censorship filter.
If text/badwords.can exists, will mask those words before sending them to an AX.25 client from an rlogin tunnel.
(This could be moved into the AX25.Client object in kissAX25lib.js instead, at some later date.)
From echicken@VERT to CVS commit on Tue Mar 26 10:30:17 2013
exec ax25tunnel.js 1.8 1.9
Update of /cvsroot/sbbs/exec
In directory cvs:/tmp/cvs-serv14363
Modified Files:
ax25tunnel.js
Log Message:
Declare terminal type as AX25 when connecting via rlogin.
(Can check console.terminal for this value at the top of logon.js, and launch ax25shell.js if so.)