30 Commits

Author SHA1 Message Date
TomatoCake
ea3047890b Fix issues with requesting presences 2024-08-11 06:40:42 +02:00
Madeline
2fc3c5dbd4
sentry db instrumentation for gateway events 2023-09-02 20:18:38 +10:00
Madeline
271460b02f
Gateway close if user could not be fetched just send ID 2023-08-08 11:26:32 +10:00
Zert3x
09b163f8de
Update Connection.ts 2023-05-28 21:40:21 -04:00
Madeline
095cbf7b20
Remove ALL fosscord mentions 2023-03-31 15:52:33 +11:00
Madeline
8b2faf0b18
SPACEBAR 2023-03-31 02:15:42 +11:00
Madeline
64e747a4d2
SPACEBAR 2023-03-31 02:05:02 +11:00
Madeline
c59af81563 Fix a bug prevent connections using erlpack (#977) 2023-02-16 19:31:36 +11:00
Madeline
da20866967 Use erlpack instead of @yukikaze-bot/erlpack (#968) 2023-02-01 13:00:04 +11:00
Madeline
084dc0be08 Add ESLint (#941)
* Add eslint, switch to lint-staged for precommit

* Fix all ESLint errors

* Update GH workflow to check prettier and eslint
2023-01-20 18:10:47 +11:00
Madeline
0e7f127ece Script to add license preamble to each file. Also, does that. (#935)
* Add script to automatically add license to each file

* Add license preamble to each file.

* Fix existing preamble detection breaking due to line endings. Git :(

* Prevent license from being added to code with other licenses
2023-01-18 13:05:49 +11:00
Madeline
f544c6890c Fix dumping incoming messages 2023-01-13 13:49:58 +11:00
Madeline
3bbf997295 Dont send sessions replace or presence update for unidentified users 2023-01-13 13:44:19 +11:00
TheArcaneBrony
6122374e4d 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>
2023-01-12 23:46:36 +11:00
Madeline
9efac4ad16 Add error handler for individual gateway sockets 2023-01-10 12:54:03 +11:00
Madeline
df449169bd Prettier 2023-01-05 17:16:55 +11:00
Madeline
0a09abbbfa Add WS_LOGEVENTS and WS_VERBOSE env vars 2022-12-31 12:00:00 +11:00
Madeline
15090143d0 Add comment for 123 magic number 2022-12-17 19:50:30 +11:00
Madeline
5ededaf289 Remove fluent-ffmpeg dep. TODO: Merge puyo's PR 2022-12-17 19:33:51 +11:00
Madeline
e4d85450b8 Remove IP logging from gateway 2022-12-17 19:01:48 +11:00
Madeline
4cb6c2639f Rewrite gateway message decoding 2022-10-31 20:49:32 +11:00
Madeline
1cacd4413a Add private_channels_version to client_state in identity. also set sentry user in gateway 2022-10-31 12:16:15 +11:00
Madeline
5a5a20c203 Sentry stuff? 2022-10-30 11:34:25 +11:00
Madeline
7db5c02189 capture exception in sentry for embed processing 2022-10-04 15:43:01 +11:00
Madeline
7818e8dd3c Missed some schemas 2022-09-28 16:39:05 +10:00
Madeline
c461a94da0 Bad check for if buffer is json string instead of gzip 2022-09-27 21:44:44 +10:00
Madeline
99ee7e9400 Prettier 2022-09-26 22:41:21 +10:00
Madeline
849b257db7 Move schemas to /src/util/schemas 2022-09-26 22:08:14 +10:00
Madeline
4ca5a4d0b7 Add generate:client script 2022-09-26 20:33:57 +10:00
Madeline
f44f5d7ac2 Refactor to mono-repo + upgrade packages 2022-09-25 23:35:18 +10:00