summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Decouple gateway connection state from inner ws object github/dev/gwsep dev/gwsepRory&3 days21-121/+140
|
* Allow avatar_description field in profile updateRory&3 days3-0/+11
|
* update to latest branch changes and adjust the fileLeafus4 days1-2/+11
|
* feat: address issuesLeafus4 days2-18/+24
|
* feat: restore commentsLeafus4 days1-3/+4
|
* feat: add presences on ready_supplementalLeafus4 days1-15/+63
|
* Dont pre enumerate theoriesRory&9 days1-1/+1
|
* update flake lockRory&9 days1-3/+3
|
* Update some more packagesRory&9 days2-17/+18
|
* Update typescript-schema-generatorRory&9 days4-45/+37
|
* Update minor js depsRory&9 days1-338/+380
|
* Move to TS7Rory&9 days5-57/+294
|
* remove a lot of recursive index importsRory&9 days9-9/+9
|
* remove all import from ./indexRory&9 days1-1/+1
|
* Fix some imports in entitiesRory&9 days2-2/+3
|
* Fix some imports in entitiesRory&9 days2-8/+9
|
* Remove hashtag importsRory&9 days4-3682/+3758
|
* Clean up some schemasRory&10 days32-1051/+1515
|
* ToGuildSource -> ToDiscoverableGuildRory&10 days3-22/+35
|
* Move categories route to discovery subfolderRory&10 days1-12/+19
|
* Discovery schemasRory&10 days2-3/+165
|
* Fix category migrationRory&10 days1-1/+5
|
* Member change schemaRory&10 days3-1013/+1530
|
* Fix categories typeRory&10 days4-7/+38
|
* Assert that requesting user is a member of (group/) DM before allowing them ↵Rory&14 days1-0/+4
| | | | to add members
* Assert membership, ignore everyone role and limit results of role member-ids ↵Rory&14 days1-0/+6
| | | | endpoint
* Message bulk delete: filter input IDs by channel rather than emitting the ↵Rory&14 days1-2/+4
| | | | full input set
* OpenAPI /api prefix for api routesRory&2026-08-023-728/+648
|
* Some API docs...Rory&2026-08-024-6/+29
|
* Add attachment list APIRory&2026-08-028-20/+390
|
* Basic retry logic for UnixSocketWriter connections before unlinking socketsRory&2026-07-311-24/+51
|
* Hide missing schema declaration warnings for some static file endpointsRory&2026-07-312-14/+36
|
* schemas for gif/versionRory&2026-07-316-6/+190
|
* schemas for wellknownsRory&2026-07-315-9/+565
|
* include toplevel routes in openapi schemasRory&2026-07-312-15/+31
|
* Dedicated toplevel routes dir on APIRory&2026-07-3115-85/+489
|
* Dont do entire app/api dance in api server.tsRory&2026-07-311-7/+2
|
* TraverseDirectory: allow specifying a destination routerRory&2026-07-311-2/+3
|
* lambert-server: allow passing base router to registerRouteRory&2026-07-311-2/+2
|
* Clean up some typesRory&2026-07-316-18/+423
|
* openapi: log entity responsesRory&2026-07-311-1/+12
|
* Update pion-webrtcRory&2026-07-291-6/+6
|
* disable auth on shields github/gwtemp gwtempRory&2026-07-291-0/+1
|
* Use express for gatewayRory&2026-07-291-26/+40
|
* Prepare to use ExpressRory&2026-07-293-130/+153
|
* Rename Server to GatewayServer/WebrtcServerRory&2026-07-295-12/+13
|
* fix bot add in guildOh642026-07-291-5/+5
|
* nix: force slice for gateway when shardingRory&2026-07-271-1/+1
|
* nix: forgot a wordRory&2026-07-271-1/+1
|
* Add worker name + nixRory&2026-07-272-1/+2
|
* Add util script to send IPC messages, "fix" ID stuffRory&2026-07-262-1/+67
|
* Update assetsRory&2026-07-212-36/+110
|
* Remove authentication import from ratelimitRory&2026-07-2136-89/+113
|
* Add a nice type import in getRouteDescriptions, update security map in openapiRory&2026-07-212-10/+15
|
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-21198-198/+212
|
* Move authentication enforcement to route middleware, move route middleware fileRory&2026-07-214-33/+24
|
* NixOS: systemd slicesRory&2026-07-217-28/+52
|
* Join bot on appRory&2026-07-201-5/+5
|
* Fix bot token resetRory&2026-07-202-2/+4
|
* Klipy fixRory&2026-07-171-1/+1
|
* Force redirect tenorRory&2026-07-171-0/+1
|
* Clean up outdated todoRory&2026-07-172-2/+2
|
* Attachment limitsRory&2026-07-172-1/+2
|
* Multi message attachment testRory&2026-07-171-1/+46
|
* Make if statement chain look slightly nicerRory&2026-07-171-2/+3
|
* Longer test timeoutRory&2026-07-171-1/+1
|
* Postgres connection timeoutRory&2026-07-161-2/+13
|
* Token scope for password resetsRory&2026-07-164-9/+54
|
* Clean up supposedly orphaned unix socketsRory&2026-07-161-3/+7
|
* Clean up various other schemasRory&2026-07-1511-1601/+2408
|
* Remove APIWebhookArrayRory&2026-07-1514-96/+168
|
* Remove APIBackupCodesArrayRory&2026-07-157-178/+139
|
* Remove APIMemberArrayRory&2026-07-155-17/+5
|
* Remove APIPublicMember, APIMessageRory&2026-07-1512-253/+38
|
* Debug testsRory&2026-07-153-46/+48
|
* Dont enable CDN signing user agent requirement in testsRory&2026-07-151-3/+2
|
* Make tests depend on cdn and gateway for good measureRory&2026-07-151-1/+7
|
* Drop a bunch of random overridesRory&2026-07-152-22/+2
|
* Fallback to empty arrayRory&2026-07-151-2/+2
|
* Fix testsRory&2026-07-152-6/+12
|
* Fix schema for patch webhook messageRory&2026-07-152-15/+32
|
* Fix webhook editRory&2026-07-154-155/+12
|
* Fix webhook message edit testRory&2026-07-152-1/+8
|
* Add webhook message delete testRory&2026-07-152-8/+23
|
* Add webhook message get/update/deleteRory&2026-07-152-1/+240
|
* Unify webhook token parameter nameRory&2026-07-154-33/+308
|
* Fix stacktraces by converting all constant errors to gettersRory&2026-07-151-149/+438
|
* Basic gateway testsRory&2026-07-155-10/+167
|
* GHA: pass --accept-flake-config to nixRory&2026-07-112-4/+4
|
* Harmonize GHA workflows a little, add nix-bincache.rory.gay to trusted list ↵Rory&2026-07-115-9/+29
| | | | to make github go brr
* Skip Klipy tests in nixosTestsRory&2026-07-114-1/+7
|
* Use error handler in CDN, clearer CDN errors, fix cdn in nixosTestsRory&2026-07-115-5/+90
|
* Working unit failure detectionRory&2026-07-111-8/+5
|
* Systemd notify hooks, move nixos integration tests to a systemd serviceRory&2026-07-1112-40/+267
|
* API: expose assets/logo.pngRory&2026-07-111-0/+5
|
* Add manager class for JWT keypair to have a startup hook to avoid a race ↵Rory&2026-07-101-3/+4
| | | | condition
* Add JWT keypair init hooks to various servicesRory&2026-07-103-3/+18
|
* Introduce JwtKeypairManager, JwtKeypair classesRory&2026-07-103-63/+94
|
* Clean up tests integrationRory&2026-07-101-4/+11
|
* Constrain test usernames to 32 charsRory&2026-07-104-6/+7
|
* Run integration tests in nix testsRory&2026-07-101-17/+36
|
* Update nix flake locksRory&2026-07-102-6/+6
|
* docs(database) Fix inaccurate description of lock in commentald_productions2026-07-091-1/+1
|
* fix(migration): Ensure that only ONE server can attempt to apply migrations ↵ald_productions2026-07-081-4/+10
| | | | | | at a time Resolves a race condition in which non-bundled environments can attempt to run migrations simultaniously. When this occurs, the migrations can break.
* Nix: package spacebar SDK and testsRory&2026-07-086-13/+534
|
* Nix: run node tests in unwrapped checkPhaseRory&2026-07-081-1/+5
|
* nix test vm: expose 8443->443Rory&2026-07-081-0/+5
|
* Clean up nix test vm to more closely match prodRory&2026-07-081-5/+5
|
* Nix: handle klipy api key pathRory&2026-07-082-2/+10
|
* Add endpoint to get enabled/known gif providersRory&2026-07-082-0/+15
|
* Switch default GIF provider to klipy since tenor is no longer supportedRory&2026-07-083-3/+3
|
* Fix type for trending gifs queryRory&2026-07-081-1/+1
|
* KlipyTrendingResponse -> KlipyGifsResponseRory&2026-07-081-3/+3
|
* Convert tenor to klipy outright since tenor shut down last night...Rory&2026-07-086-140/+207
|
* Add SingletonCache, implement caching for tenorRory&2026-07-084-20/+102
|
* Some cleanup with gifsRory&2026-07-0819-276/+320
|
* Rename some more schemasRory&2026-07-084-7/+7
|
* Migrate trending gifs to providersRory&2026-07-088-98/+141
|
* Clean upRory&2026-07-082-3/+3
|
* Basic gif integration manager, port tenor search to thatRory&2026-07-0811-32/+181
|
* Remove a log that bothered meRory&2026-07-081-2/+0
|
* Narrow some types from object to JsonObject in C# modelsRory&2026-07-054-12/+16
|
* Basic gif search testRory&2026-07-052-0/+82
|
* Merge remote-tracking branch 'aldproductions/rename-unused-rights'Rory&2026-07-055-74/+77
|\
| * Add comments explaining what each unused right used to beald_productions2026-07-042-61/+61
| |
| * Remove unused flags to make them easier to split and filter outald_productions2026-07-045-74/+77
| | | | | | | | Methodology: A flag was considered unused if it was exclusively mentioned in deffinitions and the "DiscordLike" flag list. If a flag was seen being used anywhere else in the code, it was left as-is.
* | Update C# outputs.nix to include API models github/dev/reconciledbbigint dev/reconciledbbigintRory&2026-07-031-0/+6
| |
* | Update C# db modelsRory&2026-07-0315-177/+182
| |
* | Fix migration for app commands versionRory&2026-07-033-3/+14
| |
* | Let typeorm have its fun the rest of the wayRory&2026-07-032-2/+147
| |
* | Fix constraint namesRory&2026-07-0337-111/+391
| |
* | Fix column names for join tablesRory&2026-07-032-4/+85
| |
* | Fix some missed column typesRory&2026-07-033-5/+25
| |
* | Fix instance ban index namesRory&2026-07-032-4/+21
| |
* | Set index names and fix type for instance bansRory&2026-07-031-4/+4
|/
* Throw proper error when emoji isnt foundRory&2026-07-011-2/+7
|
* Restrict reading of application emojisRory&2026-07-011-1/+7
|
* Handle non-existant applications more gracefullyRory&2026-07-011-0/+3
|
* Enforce that a given applications emoji set can only be modified by the ↵Rory&2026-07-014-1/+22
| | | | application itself, or its owner
* Update C# db modelsRory&2026-07-015-4/+25
|
* Add tests for guild/app emojisRory&2026-07-013-2/+268
|
* Add application emojis implementation based on the guilds one, modelsRory&2026-07-018-1/+573
|
* Assert that emoji being updated belongs to the requested guildRory&2026-07-011-0/+4
|
* Fix import in application entityRory&2026-07-013-125/+191
|
* Emoji application migration, set explicit foreign key constraint namesRory&2026-07-012-2/+27
|
* Update package.json to point to the right database.jsRory&2026-07-011-1/+1
|
* Adjust emoji source to support app emojisRory&2026-07-011-31/+47
|
* Update emoji/application entities to support application emojisRory&2026-07-012-5/+25
|
* fix user settings patch routeOh642026-07-011-1/+1
|
* Update C# dep lockfilesRory&2026-06-301-0/+25
|
* Various C# continuationsRory&2026-06-309-19/+237
|
* Various tests stuffRory&2026-06-304-9/+95
|
* Dont (re-/)add embeds if message has embed suppressedRory&2026-06-291-1/+4
|
* More oauth2 role thingiesRory&2026-06-281-0/+3
|
* Fix oauth2 not setting role colorsRory&2026-06-281-0/+2
|
* Guard embedless messages when checking for poll results, add reply testsRory&2026-06-284-1/+40
|
* refactor: add poll utilityCyberL12026-06-265-276/+145
|
* feat: mention poll authorCyberL12026-06-261-0/+7
|
* chore: remove test console.logCyberL12026-06-261-1/+0
|
* refactor: change `#` imports into `@spacebar/` importsCyberL12026-06-264-10/+10
|
* feat: get non-expired polls on startCyberL12026-06-261-3/+108
|
* fix: ddon't turn poll end messages to reply typeCyberL12026-06-261-1/+2
|
* feat: add poll ended messagesCyberL12026-06-267-2/+214
|
* fix: check if message is a pollCyberL12026-06-261-5/+7
|
* fix: ignore null/undefined in where queriesCyberL12026-06-261-0/+4
|
* check opts not messageCyberL12026-06-251-1/+1
|
* fix: check for poll answer limitCyberL12026-06-251-0/+9
|
* fix: don't send loop over not voted answersCyberL12026-06-251-1/+1
|
* feat: send vote poll eventsCyberL12026-06-252-1/+57
|
* feat: send a `MESSAGE_UPDATE` event on manual poll expireCyberL12026-06-251-2/+8
|
* feat: add route to expire a pollCyberL12026-06-253-0/+135
|
* feat: add route to get voters for an answerCyberL12026-06-251-0/+43
|
* fix: forbid poll editing/creating in non-text channelsCyberL12026-06-253-0/+11
|
* feat: set `me_voted` for poll messagesCyberL12026-06-251-0/+8
|
* feat: add voting routeCyberL12026-06-255-0/+156
|
* fix: poll answer id should never be 0CyberL12026-06-251-1/+1
|
* refactor: group message poll checks under one ifCyberL12026-06-251-6/+10
|
* fix: assign id to poll answersCyberL12026-06-254-3/+9
|
* fix: add `expiry` field to polls in message handlingCyberL12026-06-251-0/+4
|
* Include online session count in member list logsRory&2026-06-241-1/+4
|
* op14: dont account for roles when including offline membersRory&2026-06-241-3/+2
|
* op14: deduplicate group adding codeRory&2026-06-241-34/+20
|
* op14: add todo to reduce data sentRory&2026-06-241-0/+1
|
* Op14: abstract base query for members by groupRory&2026-06-241-24/+18
|
* Op14: handle serialisation logic for member to include presenceRory&2026-06-241-2/+16
|
* Op14: fix offline query by mandating that *all* sessions must be offlineRory&2026-06-231-7/+7
|
* Op14: return offline presence for users with no sessionsRory&2026-06-231-2/+2
|
* Gateway offload: gracefully fall back to TS code on failureRory&2026-06-236-7/+10
|
* Op14: always query sessions...Rory&2026-06-231-0/+2
|
* Op14: Handle ranges, in theoryRory&2026-06-231-28/+30
|
* Op14: remove intermediary classRory&2026-06-231-46/+14
|
* Fix compile errorsRory&2026-06-232-0/+2
|
* Serialize null propertiesRory&2026-06-231-1/+1
|
* Include presence in op14 responseRory&2026-06-235-5/+72
|
* Member list kinda works now? github/dev/lazyrequest dev/lazyrequestRory&2026-06-2310-70/+234
|
* Close: use session as predicate rather than session_id due to early initRory&2026-06-221-1/+2
|
* LazyRequest: support offloadRory&2026-06-211-2/+6
|
* Use stopwatch for LazyRequest, clean up imports, remove unused codeRory&2026-06-211-42/+3
|
* Get basic member list working in offloadRory&2026-06-214-72/+142
|
* Publish LazyRequest typescript attempt, partial C# implRory&2026-06-217-14/+196
|
* More testsRory&2026-06-1911-22/+231
|
* Update basic depsRory&2026-06-1942-336/+172
|
* More testsRory&2026-06-192-22/+43
|
* Minor CDN-CS workRory&2026-06-196-6/+6
|
* Evade metric constructors handling registration by defaultRory&2026-06-196-1/+8
|
* Attach HTTP metrics via dedup helperRory&2026-06-191-13/+17
|
* Bundle: attach monitoring to express earlyRory&2026-06-191-0/+1
|
* Fix cloud attachments (dont circular import in cdn)Rory&2026-06-1820-49/+57
|
* Some message testsRory&2026-06-182-0/+219
|
* More webhook testsRory&2026-06-171-16/+78
|
* Delete messages when deleting webhookRory&2026-06-172-1/+5
|
* Regenerate assetsRory&2026-06-172-32/+0
|
* Routes: reduce scope of api imports to api/utilRory&2026-06-1714-16/+16
|
* Clean up some imports to make API work againRory&2026-06-175-6/+27
|
* extensions/String: use custom exception typeRory&2026-06-172-12/+31
|
* Try to signify imported entities for requireRory&2026-06-171-5/+12
|
* Signify type importsRory&2026-06-171-2/+2
|
* Sort directory recursionRory&2026-06-171-2/+2
|
* Add basic import validator scriptsRory&2026-06-171-0/+200
|
* Authentication: allow - in webhook tokenRory&2026-06-165-5/+5
|
* Fix random string codeRory&2026-06-161-1/+1
|
* Fix importRory&2026-06-161-2/+6
|
* Signify some imports more explicitlyRory&2026-06-16192-195/+195
|
* Move random string to Random class in extensionsRory&2026-06-1613-94/+43
|
* Dont fetch roles if role id set is emptyRory&2026-06-161-1/+1
|
* Dont fetch roles for non-guild mesagesRory&2026-06-161-1/+1
|
* Account for channel id when deleting messagesRory&2026-06-161-2/+2
|
* Replace APIRole with schemaRory&2026-06-135-18/+277
|
* Split config/response voice regions, remove APIVoiceRegion aliasRory&2026-06-1310-121/+140
|
* Bump discord-protosRory&2026-06-132-5/+5
|
* HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating ↵Rory&2026-06-1327-861/+171
| | | | all the queries properly
* Bump npm package minorsRory&2026-06-124-221/+235
|
* Fix import path for initial migrationRory&2026-06-121-1/+1
|
* Bundle: drop unused index.ts, avoid re-exporting all other componentsRory&2026-06-121-22/+0
|
* api/widget: dont import the entirety of the CDN serverRory&2026-06-121-1/+1
|
* CDN: unify imports layoutRory&2026-06-1222-82/+50
|
* Move more extensions to extensionsRory&2026-06-1242-90/+137
|
* Move migrations to databaseRory&2026-06-1277-731/+842
|
* Fix recursive import in databaseRory&2026-06-123-218/+216
|
* Move entities to databaseRory&2026-06-12250-537/+694
|
* Move database to toplevelRory&2026-06-1218-36/+65
|
* Remove extraneous exportRory&2026-06-121-1/+0
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-1285-95/+95
|
* Allow subpath imports, move extensions to separate moduleRory&2026-06-1218-22/+53
|
* Allow subpath imports from module aliasesRory&2026-06-121-7/+7
|
* Dont send guild_add for autojoin guilds on register, disable bcrypt workers ↵Rory&2026-06-115-119/+132
| | | | as doing it in thread is slightly faster
* Deduplicate channel positions queryRory&2026-06-111-8/+7
|
* Assertions first, use exists rather than count/findRory&2026-06-111-14/+9
|
* Dont fetch entire channel for welcome message, dont fail if channel doesnt existRory&2026-06-111-7/+4
|
* Handle welcome message as insert + updateRory&2026-06-111-4/+3
|