6.0.23.82
This commit is contained in:
parent
b77dbd8ce1
commit
55dc284c37
1
Bpq32.c
1
Bpq32.c
|
@ -1177,6 +1177,7 @@ along with LinBPQ/BPQ32. If not, see http://www.gnu.org/licenses
|
|||
// Fix crash in Linbpq when stdout is redirected to /dev/tty? and stdin ia redirected (78)
|
||||
// Fix Web Terminal (80)
|
||||
// Trap ENCRYPTION message from VARA (81)
|
||||
// Fix processing of the Winlink API /account/exists response (82)
|
||||
|
||||
#define CKernel
|
||||
|
||||
|
|
|
@ -959,7 +959,7 @@ VOID SendHTTPReporttoWL2KThread(void * unused)
|
|||
SendHTTPRequest(sock, "/account/exists", Message, Len, Response);
|
||||
closesocket(sock);
|
||||
|
||||
if (strstr(Response, "false"))
|
||||
if (strstr(Response, "\"CallsignExists\":false"))
|
||||
{
|
||||
WritetoConsole("WL2K Reporting disabled - Gateway ");
|
||||
WritetoConsole(WL2KReport->BaseCall);
|
||||
|
|
|
@ -3044,7 +3044,7 @@ int rt_cmd(ChatCIRCUIT *circuit, char * Buffer)
|
|||
nputs(circuit, "/T Name - Join Topic or Create new Topic. Topic Names are not case sensitive\r/P - Show Ports and Links.\r");
|
||||
nprintf(circuit, "/A - Toggle Alert on user join - %s.\r",
|
||||
(user->rtflags & u_bells) ? "Enabled" : "Disabled");
|
||||
nprintf(circuit, "/C - Toggle Colour Mode on or off (only works on Console or BPQTerminal - %s.\r",
|
||||
nprintf(circuit, "/C - Toggle Colour Mode on or off (only works on Console or BPQTerm/TermTCP/QtTermTCP - %s.\r",
|
||||
(user->rtflags & u_colour) ? "Enabled" : "Disabled");
|
||||
nputs(circuit, "/Codepage CPnnnn - Set Codepage to use if UTF-8 is disabled.\r");
|
||||
nprintf(circuit, "/E - Toggle Echo - %s .\r",
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
|
||||
#endif
|
||||
|
||||
#define KVers 6,0,23,81
|
||||
#define KVerstring "6.0.23.81\0"
|
||||
#define KVers 6,0,23,82
|
||||
#define KVerstring "6.0.23.82\0"
|
||||
|
||||
#ifdef CKernel
|
||||
|
||||
#define Vers KVers
|
||||
#define Verstring KVerstring
|
||||
#define Datestring "July 2023"
|
||||
#define Datestring "August 2023"
|
||||
#define VerComments "G8BPQ Packet Switch (C Version)" KVerstring
|
||||
#define VerCopyright "Copyright © 2001-2023 John Wiseman G8BPQ\0"
|
||||
#define VerDesc "BPQ32 Switch\0"
|
||||
|
|
Binary file not shown.
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" version="8.0.50608.0" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
Binary file not shown.
|
@ -1,8 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
||||
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
Binary file not shown.
BIN
debug/bpq32.pdb
BIN
debug/bpq32.pdb
Binary file not shown.
BIN
debug/hid.obj
BIN
debug/hid.obj
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
Manifest resource last updated at 15:17:36.17 on 21/07/2023
|
BIN
debug/vc80.idb
BIN
debug/vc80.idb
Binary file not shown.
BIN
debug/vc80.pdb
BIN
debug/vc80.pdb
Binary file not shown.
Loading…
Reference in New Issue