904a6ab962
FossilOrigin-Name: c62e9f89327b8b31d2554e6bb8eb41495db75859a16752760a93c2814819158b |
||
---|---|---|
.. | ||
config | ||
crypt | ||
database | ||
frontends | ||
http | ||
instance | ||
protocol | ||
types | ||
common.h | ||
control.cpp | ||
control.h | ||
jsonhelper.cpp | ||
jsonhelper.h | ||
logger.cpp | ||
logger.h | ||
main.cpp | ||
random.cpp | ||
random.h | ||
README.md | ||
route_args.h | ||
stringhelper.h | ||
stringvariant.h | ||
thread_pool.cpp | ||
thread_pool.h | ||
version.h |
File structure
Most large projects tend to lack these, so I'm just putting it here
protocol/
- Anything that has a specification, sort of.- Masto-api
- Litepub
- webfinger
- ...
config/
- Anything configuration related on startupcrypt/
- Anything security/hash/randomization/cryptograpy relateddatabase/
- All the database stuff- sqlite
- postgresql
frontends/
- Things like the FCGI reader and static HTML frontends, usually pretty ignoredhttp/
- HTTP stuffinstance/
- Anything related to the instancetypes/
- Special, simple types to represent things- User
- Song
- Status
- Follow