summary refs log tree commit diff
path: root/src/gateway/Server.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move database to toplevelRory&2026-06-111-3/+4
|
* Process lifecycle scriptsRory&2026-05-281-13/+21
|
* eslint: arrow-body-style=as-neededRory&2026-04-191-4/+4
|
* eslint: array callback return, no restricted importsRory&2026-04-191-2/+2
|
* Shorten importsRory&2026-03-141-1/+1
|
* properly mark unused paramsRory&2026-03-141-3/+3
|
* Gateway: dont block on clearing voice statesRory&2026-02-161-3/+0
|
* gateeway debug logsRory&2026-02-161-0/+3
|
* gateway: introspect endpointRory&2026-02-081-3/+109
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-47/+47
|
* Prettier u4Rory&2025-12-171-16/+3
|
* Try adjusting CORS rules to make cookies work?Rory&2025-12-131-1/+1
|
* Fix IP tracking for bansRory&2025-12-121-0/+5
|
* Drop dependency on missing-native-js-functionsRory&2025-10-041-1/+0
|
* Silence, dotenv, we dont want your adsRory&2025-09-291-1/+1
|
* Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-291-2/+0
|
* add webrtc support (#1284)dank0742025-06-221-0/+3
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* Remove ALL fosscord mentionsMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Fix SIGTERM handler not disconnecting gateway clients and leaving timeouts ↵Madeline2023-01-261-2/+6
| | | | active
* Add ESLint (#941)Madeline2023-01-201-1/+0
| | | | | | | * 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-181-0/+18
| | | | | | | | | * 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
* Move sentry init to util. use sentry in each module, not just bundleMadeline2023-01-101-1/+9
|
* Remove bad banned words implementationMadeline2022-12-171-2/+1
|
* Allow running api, cdn, gateway separatelyMadeline2022-10-311-1/+2
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+63