diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-12 13:46:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 23:46:36 +1100 |
commit | 1e1ba96a3c81377d709af4c79d505ce2ed7df939 (patch) | |
tree | 5fc01218c4ecb089e20a6578c8b5f24711bca6b1 /.gitignore | |
parent | Temp fix for DMs (diff) | |
download | server-1e1ba96a3c81377d709af4c79d505ce2ed7df939.tar.xz |
Dev/post refactor fixes (#927)
* Re-introduce outgoing message logging Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Websocket dumping * Sentry user count on API * Generate session ID upon opening websocket, fix gateway dumps * Async file io in src/gateway/events/Message.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Async file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Make pre-commit hook executable Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed sync file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed missing await call in src/util/util/AutoUpdate.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Add comment to src/gateway/events/Connection.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Clean up gateway dumping code Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4d1a7a01..9b3520bc 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ build *.log.ansi *.tmp tmp/ +dump/ \ No newline at end of file |