tox ngc history sync PoC1 (+ft for history)
This repository has been archived on 2023-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Green Sky e974522a38
fix message reading and writing
2023-01-12 03:24:15 +01:00
README.md mirnor refactor 2022-10-03 03:54:16 +02:00
ft_recv.dot dot ft recv mostly done 2022-10-21 17:25:05 +02:00
ft_send.dot simplify ft_send.dot 2022-10-23 01:23:38 +02:00
ngc_ext_common.cpp add logging cats 2023-01-04 20:25:41 +01:00
ngc_ext_common.h wip more refactoring 2022-10-03 01:15:49 +02:00
ngc_ext_common.hpp works 2023-01-12 02:36:29 +01:00
ngc_ft1.cpp works 2023-01-12 02:36:29 +01:00
ngc_ft1.h works 2023-01-12 02:36:29 +01:00
ngc_hs1.cpp fix message reading and writing 2023-01-12 03:24:15 +01:00
ngc_hs1.h notify toxic as if we are toxcore 2023-01-12 03:04:20 +01:00
ngc_hs1.hpp notify toxic as if we are toxcore 2023-01-12 03:04:20 +01:00

README.md

.h -> c header (public interface)

.hpp -> c++ header (private interface)

.cpp -> c++ source (private implementation)