summary refs log tree commit diff
path: root/src/bundle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to use ExpressRory&2026-07-291-1/+1
|
* Rename Server to GatewayServer/WebrtcServerRory&2026-07-291-6/+6
|
* Bundle: attach monitoring to express earlyRory&2026-06-191-0/+1
|
* Bundle: drop unused index.ts, avoid re-exporting all other componentsRory&2026-06-121-22/+0
|
* Move more extensions to extensionsRory&2026-06-121-1/+2
|
* Move database to toplevelRory&2026-06-121-2/+3
|
* Process lifecycle scriptsRory&2026-05-281-11/+9
|
* */start.ts: unify import order for module-alias and dotenvRory&2026-05-241-5/+8
|
* eslint: no-promise-executor-returnRory&2026-04-191-1/+1
|
* eslint: array callback return, no restricted importsRory&2026-04-193-6/+6
|
* Remove all traces of sqlite3 - resolves #1617Rory&2026-03-201-6/+2
|
* Remove unused imports for non-entitiesRory&2026-03-141-4/+0
|
* Add /_spacebar/api/version - resolves #1222Rory&2026-02-251-26/+1
|
* Forgot about bundleRory&2025-12-201-0/+5
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-173-126/+126
|
* Prettier u5Rory&2025-12-171-16/+4
|
* finally make eslint happyRory&2025-12-171-11/+4
|
* Nix: emit revision file, bundle: use revision file, fix git dir resolution ↵Rory&2025-11-211-26/+38
| | | | on logo
* Drop node-os-utilsRory&2025-10-151-22/+1
|
* Silence, dotenv, we dont want your adsRory&2025-09-291-1/+1
|
* Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-291-5/+1
|
* Move to some etension methodsRory&2025-09-291-1/+0
|
* Some cleanupRory&2025-07-271-50/+51
|
* Kitty stuff works nowEmma [it/its]@Rory&2025-07-271-20/+16
|
* WIP logo/terminal stuffEmma [it/its]@Rory&2025-07-273-24/+49
|
* Consistent request loggingEmma [it/its]@Rory&2025-07-061-0/+20
|
* add webrtc support (#1284)dank0742025-06-221-1/+14
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* Fix module resolution when $CWD != .Emma [it/its]@Rory&2024-10-281-1/+3
|
* start listening before starting components in bundleMadeline2023-04-241-1/+3
|
* Remove ALL fosscord mentionsMadeline2023-03-314-17/+18
|
* SPACEBARMadeline2023-03-314-4/+4
|
* SPACEBARMadeline2023-03-314-4/+4
|
* Fix SIGTERM handler not disconnecting gateway clients and leaving timeouts ↵Madeline2023-01-261-0/+3
| | | | active
* Add ESLint (#941)Madeline2023-01-202-11/+12
| | | | | | | * 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-184-0/+72
| | | | | | | | | * 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
* Add sentry close to sigterm handlerMadeline2023-01-101-0/+1
|
* Move sentry init to util. use sentry in each module, not just bundleMadeline2023-01-101-75/+3
|
* PrettierMadeline2023-01-051-2/+8
|
* Set default threads to 1. Multiple threads is broken without RabbitmqMadeline2022-12-201-7/+1
|
* Replace deprecated propertyTheArcaneBrony2022-12-191-1/+1
|
* comments and suchMadeline2022-12-171-8/+5
|
* Remove bad banned words implementationMadeline2022-12-171-2/+1
|
* Premium tier 0 SKU from stagingMadeline2022-12-171-29/+0
|
* Await some rabbitmq methods, don't reset some config values on startMadeline2022-11-061-29/+29
|
* Sentry stuff?Madeline2022-10-301-0/+4
|
* Make /stop route not ugly as hellMadeline2022-10-261-6/+3
|
* PrettierMadeline2022-09-264-24/+36
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-0/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-254-0/+269