- May 09, 2013
- May 07, 2013
-
-
art authored
-
art authored
More reliable fallback rendering for systems that are displaying black areas with smoothing enabled. See the INSTALL.txt for updated troubleshooting instructions.
-
rswindell authored
allowing external JS message editors to accurately use the bbs.smb_sub* properties to get information about the current sub-board being posted to.
-
rswindell authored
-
deuce authored
-
mcmlxxix authored
added bbs.rlogin_gate method: bbs.rlogin(addr,user,pass,mode); disable "raw input" mode for rlogin_gate connections. not sure why this is the fix or why it was the problem, but no side effects are noted at this time.
-
mcmlxxix authored
-
- May 06, 2013
-
-
mcmlxxix authored
-
- May 04, 2013
- May 03, 2013
- May 02, 2013
- Apr 29, 2013
-
-
deuce authored
super-strangeness with the previously unfucked matchuser().
-
- Apr 27, 2013
- Apr 26, 2013
-
-
mcmlxxix authored
-
- Apr 17, 2013
-
-
mcmlxxix authored
-
- Apr 01, 2013
-
-
echicken authored
-
- Mar 28, 2013
-
-
mcmlxxix authored
JPath.$$() now returns an array of JPath objects (instead of a single JPath object containing an array)
-
- Mar 26, 2013
-
-
cyan authored
Fix a bug where someone's security level could be set <0.
-
echicken authored
(Can check console.terminal for this value at the top of logon.js, and launch ax25shell.js if so.)
-
echicken authored
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.)
-
echicken authored
-
echicken authored
-
echicken authored
The beginnings of a command shell geared toward AX.25 clients, with ANSI, colour, and extended ASCII available if the client wants them. Right now it's enough for reading (and, just barely, posting) messages and changing account settings. To do: Create a custom line-by-line message editor. Cyan should provide an IRC client as well. Censorship filter either here or in ax25tunnel.js. Add all kinds of other exciting features.
-
echicken authored
(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.)
-
- Mar 22, 2013
-
-
echicken authored
-
echicken authored
-
echicken authored
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.
-
echicken authored
Now supports all KISS commands, and multiport TNCs, buffered send and receive of packets for more gooder throughput. Closer to a complete implementation of AX.25 2.2, with timers, command/response, poll/final handling now in place. Various other improvements.
-