Commit Graph

7 Commits

Author SHA1 Message Date
53282727ec Removed testing code 2024-03-10 21:55:09 -05:00
cdd1db6808 Implemented IPv6 address decoding algorithm 2024-03-10 19:27:17 -05:00
2c7d1d0b43 Started working on client-side decoding of IPv6 code 2024-03-09 21:34:47 -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
c2c095dfa7 Added code to get a non-const char* from a std::string 2024-03-01 11:31:08 -05:00
7e362f0ed9 Moved the private functions out of the anonymous namespace, because I need to use them in other places 2024-02-21 22:27:49 -05:00
41f44797a1 Split connect_code file into header and implementation 2024-02-19 21:39:37 -05:00