2026-03-09 12:57:43 -05:00
2026-03-07 16:26:33 -06:00
2026-03-09 12:57:43 -05:00
2026-03-09 12:55:21 -05:00
2026-03-07 16:26:33 -06:00
2026-03-09 12:54:07 -05:00
2026-03-09 12:54:36 -05:00

threaded network chat refactor

The code has been refactored and it compiles. Hopefully it won't explode, but that if it does, that just means we have actual meaningful work to do.

TODO

  • Finalize coding style,
  • Get everyone's editors set up for clangd/clang-format and git
  • Make sure everyone's compiler toolchains work
  • Decide who gets what responsibilities
  • Distribute appropriate code to people with those responsibilities
  • Have everyone upload their respective code to their sections of the gitlab

Code

Everything is in src/. A mostly untouched copy of scott's original code is also in old/. A reformatted version of that code is also in modified-example.cc but it can be ignored.

Build

cd src/
make
Description
guh
Readme 168 KiB
Languages
C++ 95%
C 2.9%
Makefile 2.1%