Commit Graph

27 Commits

Author SHA1 Message Date
Deon George a7e8cc7568 Implement HAPROXY proto support 2023-10-13 08:57:22 +11:00
Deon George b7c1c97cf7 Catch DNS Query that fail unpack() 2023-09-20 22:26:35 +10:00
Deon George 7b39dafd12 Change verbosity of TCP read/sent to debug 2023-09-08 21:04:24 +10:00
Deon George 5a62d69913 When reading from remote with a timeout, return NULL if nothing received 2023-08-10 11:11:47 +10:00
Deon George dcae06aad9 Change DEBUG to a static const 2023-07-19 10:27:47 +10:00
Deon George c1ec4eff36 Optimised our sending and receiving of items 2023-07-18 23:00:13 +10:00
Deon George f9f9fb5345 Improve debugging and code optimisations for Socket operations 2023-07-04 11:33:28 +10:00
Deon George ad36da0bb1 Code cleanup, no functional changes 2023-07-04 11:33:28 +10:00
Deon George b1b86ca04a Implemented file sending during BINKP and EMSI sessions 2023-06-22 22:13:47 +10:00
Deon George b41d65a8fd Fix SocketClient checking for more data, now that we buffer received data 2023-06-16 23:18:35 +10:00
Deon George b1c62ae227 Update SocketClient to support UDP. Change DNS queries to use SocketClient 2023-06-11 22:18:52 +10:00
Deon George b1d522d8cc Added DNS server 2023-04-22 21:30:30 +10:00
Deon George e78b5975b0 Reduce zmodem debugging 2022-12-03 01:25:44 +11:00
Deon George 0fe65d6187 Change gethostbyname() with dns_get_record() 2022-03-25 21:50:58 +11:00
Deon George b65289af9f Enable binding ports for IPv6 2022-02-03 13:23:58 +11:00
Deon George 83e06908b0 Multiple exception bug fixes identified during testing 2021-10-07 23:32:37 +11:00
Deon George 82e3283d6d Move address polling to a Job, better catch Socket connection refused errors 2021-09-20 20:39:03 +10:00
Deon George 7e176d7bc1 Fix for unknown FTN when connection is not established, try and catch unknown socket exception during session initialisation 2021-09-11 11:47:26 +10:00
Deon George 978843b5e3 Simplified logging and fix BINKP issue when receiving less than the blksize 2021-08-17 23:49:39 +10:00
Deon George 111461e515 Logging updates, some function optimisation 2021-08-16 00:41:43 +10:00
Deon George ee30ef92c3 New algorithm for calculating packet name, EMSI/BINKP inbound processing tested, Netmail rejection and intransit processing 2021-07-24 00:53:35 +10:00
Deon George 6027ce52ab Fix child processes exiting 2021-07-20 00:23:41 +10:00
Deon George 1fa566b26c Transfering netmail via EMSI 2021-07-17 17:15:40 +10:00
Deon George acfde97e79 Fix binkp remote closing connection, add/delete session details, menu item this system, minor CSS fixes, move system form editing to individual files 2021-07-04 21:48:05 +10:00
Deon George f9310566a0 Created server:start, turned down BINKP debugging, some Socket tweaks 2021-06-16 22:26:08 +10:00
Deon George b94e39c7af Add Zmodem/BINKP/EMSI 2021-06-13 01:32:22 +10:00
Deon George 834ece2645 Added SocketServer and SocketClient 2021-06-13 01:31:32 +10:00