- 18 Sep, 2020 1 commit
-
-
Rob Swindell authored
When a sysop wants to chat, he wants to chat right now, damnit!
-
- 16 Aug, 2020 1 commit
-
-
Rob Swindell authored
-
- 01 Aug, 2020 1 commit
-
-
rswindell authored
automatically revert to Raw/TCP mode. This resolves the issue of users that connect using modem/serial emulators over TCP that do not actually support Telnet and then either try to transfer files, which usually will not work due to escaped (or unescaped) IAC (0xFF) characters, or the user may be sent Telnet Go Ahead (GA) sequences which may display as periodic garbage in their terminal program. This seemed like a better solution than having (yet another) dedicated terminal server port for "raw" connections over TCP, though a "raw" port still might not be a bad idea for a future enhancement. RLogin is already super close to "raw", so it's probably not really necessary to have another port configured/listening.
-
- 03 Oct, 2019 1 commit
-
-
rswindell authored
-
- 26 Sep, 2019 1 commit
-
-
rswindell authored
-
- 09 Oct, 2018 1 commit
-
-
rswindell authored
currently logging-out.
-
- 15 Nov, 2017 1 commit
-
-
rswindell authored
truncating numeric value to 8-bits (0-255). Added support for hexadecimal notation (prefix with 0x) while I was at it.
-
- 30 Nov, 2015 1 commit
-
-
rswindell authored
after a user (has been) disconnected and before the node transitions to waiting for connection (WFC) status. Usually the duration of this status is very short, but it can be longer (e.g. for running log-out module and event) and for (new) msg-scan pointer fix-ups. Updated logout() to remove some cruft and add some more log/debug output. Automatic new-scan pointer fix-ups when performing new-message scans (if the current pointer is greater than the last message number, set it to the last message number) and when saving message pointers. Passing user_t* to get/putmsgptrs() instead of message number now (to better detect Guest account).
-
- 22 Aug, 2015 1 commit
-
-
deuce authored
-
- 02 May, 2015 1 commit
-
-
deuce authored
-
- 05 Oct, 2013 1 commit
-
-
deuce authored
-
- 15 Sep, 2013 2 commits
- 29 Oct, 2011 1 commit
-
-
deuce authored
This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
-
- 25 Oct, 2009 1 commit
-
-
rswindell authored
-
- 01 May, 2007 1 commit
-
-
rswindell authored
RLogin and SSH.
-
- 13 Oct, 2004 1 commit
-
-
rswindell authored
Removed copyright from version display. Moved occurance of "-pause" for debugging.
-
- 15 Oct, 2003 1 commit
-
-
rswindell authored
-
- 26 Sep, 2003 1 commit
-
-
rswindell authored
-
- 05 Sep, 2003 1 commit
-
-
rswindell authored
offline) if it's in the "waiting for call" state. This is not compatible with the sbbs v2 method, where each node must down itself.
-
- 23 Jan, 2003 1 commit
-
-
rswindell authored
-
- 18 Jan, 2003 1 commit
-
-
rswindell authored
-
- 10 Nov, 2002 1 commit
-
-
rswindell authored
-
- 17 Sep, 2002 1 commit
-
-
rswindell authored
-
- 02 May, 2002 1 commit
-
-
rswindell authored
-
- 18 Apr, 2002 1 commit
-
-
rswindell authored
-
- 12 Apr, 2002 2 commits
- 07 Mar, 2002 1 commit
-
-
rswindell authored
-
- 06 Mar, 2002 1 commit
-
-
rswindell authored
-
- 21 May, 2001 1 commit
-
-
rswindell authored
-
- 14 Nov, 2000 1 commit
-
-
rswindell authored
Added "via telnet" when connection == 0xffff. Added display of [C] when node has Local Chat (NODE_LCHAT) bit set.
-
- 09 Nov, 2000 4 commits