ParseLink, a proxying solution to allow FFXIV players to share their parser data with others in real time.
Go to file
Kurt Sassenrath b2a6f25306 Start proto::parser, remove msgpack::reader
- proto::parser will likely contain helper functions for parsing
  messages from a buffer, for now it will explicitly define message
  parsers for each available message. It also leverages the new unpacker
  API, which has type safety in mind. These messages should not be
  unstructured, so it doesn't make sense to use the token API.
2024-01-12 19:36:56 -08:00
.snippets WIP 2023-10-26 07:23:51 -07:00
bazel Rapidcheck component, initial test cases rewritten 2024-01-03 15:51:22 -08:00
include Start proto::parser, remove msgpack::reader 2024-01-12 19:36:56 -08:00
source Start proto::parser, remove msgpack::reader 2024-01-12 19:36:56 -08:00
tests Refactor packer tests to make recompilation faster 2024-01-12 13:37:39 -08:00
.bazelrc import msgpack, begin work on object API 2023-09-07 15:06:00 -07:00
.clang-format Refactor tests, add formatters, etc. 2024-01-12 12:53:00 -08:00
.gitignore Initial commit 2023-09-04 16:03:58 -07:00
beastref.cpp Apply clang-format 2023-10-20 00:34:44 -07:00
BUILD Initial server interface, minor logging changes. 2023-09-04 22:46:33 -07:00
BUILD.rapidcheck Rapidcheck component, initial test cases rewritten 2024-01-03 15:51:22 -08:00
MODULE.bazel Begin refactor of msgpack packer 2023-12-26 23:45:47 -08:00
MODULE.bazel.lock Begin refactor of msgpack packer 2023-12-26 23:45:47 -08:00
WORKSPACE Refactor tests, add formatters, etc. 2024-01-12 12:53:00 -08:00