summary refs log tree commit diff
path: root/src/gateway/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ALL fosscord mentionsMadeline2023-03-313-5/+5
|
* SPACEBARMadeline2023-03-316-6/+6
|
* SPACEBARMadeline2023-03-316-6/+6
|
* Fix gateway encoding Date objects as {} when using erlpack. Fixes ↵Madeline2023-02-211-3/+23
| | | | NaN/NaN/NaN timestamps in desktop client
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-011-9/+9
|
* Add ESLint (#941)Madeline2023-01-203-6/+7
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-186-0/+108
| | | | | | | | | * 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
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* PrettierMadeline2022-09-261-1/+3
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-256-0/+139