- Mar 12, 2018
-
-
deuce authored
So, we really should initialize sock to INVALID_SOCKET before calling it. This should fix the "random descriptors are closed" issue.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
to zero again. Unfortunately, there appears to be a related bug where the TX timeout is sometimes used for RX... that's OK, we'll just set them both to zero. Also, deal with secondary channels (ie: forwarded ports). For now, we just close these channels any time we get data on them. In the future, we can do scp/sftp pretty easily now... though neither is likely to ever work with the sysop account due to the system password requirement. This change ABSOLUTELY REQUIRES an updated cryptlib. Windows guys don't update until DigitalMan commits cl.lib or whatever it's called.
-
deuce authored
loop even when the timeout is zero.
-
rswindell authored
-
rswindell authored
-
- Mar 11, 2018
-
-
rswindell authored
via JS Socket->xpms_accept(). Also, use do_js_close() to eliminate some repeated code in js_socket.c.
-
rswindell authored
been reduced due to an upcoming event, say so here.
-
rswindell authored
msgs and SPAM database lookup.
-
rswindell authored
-
rswindell authored
to add CUT/COPY/PASTE support, but also some beautification and sensible updates.
-
rswindell authored
option.
-
nightfox authored
-
rswindell authored
-
nightfox authored
Made use of cnflib.js to load file.cnf to get the viewable file types information. This requires the latest cnflib.js (and cnfdefs.js) in the load directory. Also, in the file listing, changed the info command from Enter to I. This saves a little space on the help bar at the bottom, and I think it's more consistent with using letters for the other commands. (I also wanted to be able to use the enter key for something else, which I might do as my own custom mod on my BBS, as I make it look & work more like my Baja file lister mod.)
-
rswindell authored
-
rswindell authored
-
nightfox authored
The main function now updates bbs.node_action to NODE_LFIL to indicate that the user is listing files. bbs.node_action is restored to the previous value upon exit of the main function. Also I forgot to mention in my last commit that I added an optional command-line argument to specify a file directory internal code so that this script can (optionally) start at the file list for a file directory rather than the file group chooser. This allows a command shell to run this script for the 'List files in directory' command (with bbs.curdir_code as the first argument).
-
- Mar 10, 2018
-
-
rswindell authored
module). Also fixed a couple of field names (to match the Sync-JS model) in the msgs.cnf representation (e.g. op_ars -> operator_ars).
-
nightfox authored
Added a V command to the file directory list to allow viewing a file. This is done by reading ctrl/file.cnf (based on the read_file_config function in src/sbbs3/scfglib2.c), matching the filename extension in the list, and if found, it runs the file view command using bbs.exec(). If possible, it would be useful to add the ability for sysops to move and delete files from this file lister (as in the stock file lister), but I'm not sure how feasable that would be right now.
-
rswindell authored
(e.g. for experimental purposes) via binkit.ini: cram_challenge_length = <length in bytes>
-
deuce authored
Also some whitespace cleanup.
-
deuce authored
about these.
-
deuce authored
Prevents x11 mouse thread from running when ciolib falls back past it (ie: to curses mode)
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-- Albert Einstein
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-