Commit Graph

5 Commits

Author SHA1 Message Date
727aeafdb9 Updated Server and Client constructor calls 2024-03-11 01:28:35 -05:00
52f8034f4e Rudimentary support for IPv6 in server socket creation
I haven't completely implemented it yet, but I did come up with a basic algorithm
to convert the IPv6 address into a 'code' form. I still have to write the code to
actually create the socket, though.
2024-03-09 19:32:45 -05:00
9a12edcdb1 Started working on better error handling, by throwing exceptions and displaying error messages in the GUI 2024-03-09 11:05:04 -05:00
07ac3f9166 Filled out implementation of check_client function 2024-03-08 23:34:49 -05:00
7812611fe6 Created an implementation and header file to check the user input, if it is entered through the GUI 2024-03-08 14:43:45 -05:00