Commit Graph

70 Commits

Author SHA1 Message Date
4378aa3c6a Added code to deal with improperly formatted codes 2024-02-11 23:23:00 -05:00
c8bc17fbce Added additional functions for windows-specific actions 2024-02-11 23:22:39 -05:00
912435bfa3 Added new exception for invalid IP, used it if IP address is neither v4 nor v6 2024-02-07 21:55:05 -05:00
dda89963c8 Added better error checking for IP version 2024-02-07 21:47:50 -05:00
6ba3452087 Added new exception constant 2024-02-06 09:44:08 -05:00
9a2257780f Fixed errors in call to 'check_ip_ver' 2024-02-06 09:43:53 -05:00
735599aebf Fixed errors in call to 'check_ip_ver', and modified error handling 2024-02-06 09:43:42 -05:00
ca952e8814 Modified header file to match change in CPP file 2024-02-06 09:43:08 -05:00
1359f22f71 Added address parameter to constructor, and added additional error handling 2024-02-06 07:50:18 -05:00
7c741de587 Added code to throw additional exceptions 2024-02-06 07:49:54 -05:00
fbea42df25 Change encoded base from hexadecimal to base 32 2024-02-06 07:25:52 -05:00
74b9ae5fe8 No real change 2024-02-06 07:25:33 -05:00
6cfdddc204 Added new exception const 2024-02-06 07:24:57 -05:00
cb525c4097 Added code to help convert between number bases 2024-02-06 07:24:35 -05:00
bad8d4a7cc Added new exception const 2024-02-04 20:32:24 -05:00
5c09b782b9 Added helper file for connect code 2024-02-04 20:32:10 -05:00
6945ebb2c1 Added exception_consts file 2024-01-31 21:02:40 -05:00
e6f328ea1d Added raylib-cpp header files to my project 2024-01-31 21:01:35 -05:00
95dea026d9 Added default constructors; [for client] added code to throw an exception if socket creation was unsuccessful 2024-01-31 21:00:40 -05:00
c87c3ce3a2 Moved header files to source directory; converted easysock to CPP 2024-01-29 22:46:55 -05:00