summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add endpoint to get enabled/known gif providers github/dev/rewrite-gif-support dev/rewrite-gif-supportRory&2026-07-072-0/+15
|
* Switch default GIF provider to klipy since tenor is no longer supportedRory&2026-07-073-3/+3
|
* Fix type for trending gifs queryRory&2026-07-071-1/+1
|
* KlipyTrendingResponse -> KlipyGifsResponseRory&2026-07-071-3/+3
|
* Convert tenor to klipy outright since tenor shut down last night...Rory&2026-07-075-138/+202
|
* Add SingletonCache, implement caching for tenorRory&2026-07-074-20/+102
|
* Some cleanup with gifsRory&2026-07-0614-106/+114
|
* Rename some more schemasRory&2026-07-062-4/+4
|
* Migrate trending gifs to providersRory&2026-07-064-28/+48
|
* Clean upRory&2026-07-062-3/+3
|
* Basic gif integration manager, port tenor search to thatRory&2026-07-069-23/+164
|
* Remove a log that bothered meRory&2026-07-051-2/+0
|
* Merge remote-tracking branch 'aldproductions/rename-unused-rights'Rory&2026-07-052-32/+32
|\
| * Add comments explaining what each unused right used to beald_productions2026-07-041-30/+30
| |
| * Remove unused flags to make them easier to split and filter outald_productions2026-07-042-32/+32
| | | | | | | | 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.
* | 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-012-1/+14
| | | | application itself, or its owner
* Add application emojis implementation based on the guilds one, modelsRory&2026-07-016-1/+214
|
* Assert that emoji being updated belongs to the requested guildRory&2026-07-011-0/+4
|
* Fix import in application entityRory&2026-07-011-1/+1
|
* Emoji application migration, set explicit foreign key constraint namesRory&2026-07-012-2/+27
|
* 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
|
* 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-281-1/+1
|
* 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-265-2/+212
|
* 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-252-0/+50
|
* 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-253-0/+78
|
* 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-252-1/+7
|
* fix: add `expiry` field to polls in message handlingCyberL12026-06-251-0/+4
|
* Gateway offload: gracefully fall back to TS code on failureRory&2026-06-236-7/+10
|
* Member list kinda works now? github/dev/lazyrequest dev/lazyrequestRory&2026-06-231-1/+1
|
* 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-211-40/+0
|
* Publish LazyRequest typescript attempt, partial C# implRory&2026-06-212-1/+81
|
* 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-1818-18/+18
|
* Delete messages when deleting webhookRory&2026-06-172-1/+5
|
* 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
|
* 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-133-4/+63
|
* Split config/response voice regions, remove APIVoiceRegion aliasRory&2026-06-137-11/+22
|
* HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating ↵Rory&2026-06-1325-54/+107
| | | | all the queries properly
* 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-1240-87/+135
|
* Move migrations to databaseRory&2026-06-1277-731/+842
|
* Fix recursive import in databaseRory&2026-06-121-6/+4
|
* Move entities to databaseRory&2026-06-12250-537/+694
|
* Move database to toplevelRory&2026-06-1216-36/+62
|
* Remove extraneous exportRory&2026-06-121-1/+0
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-1282-82/+82
|
* Allow subpath imports, move extensions to separate moduleRory&2026-06-1216-22/+43
|
* 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
|
* Bcrypt worker threadsRory&2026-06-113-1/+118
|
* Trace registrationRory&2026-06-113-13/+59
|
* Use better permissions when handling webhook mentionsRory&2026-06-052-2/+13
|
* Log silent attachment failures for webhooksRory&2026-06-051-0/+1
|
* Return url on webhook createRory&2026-06-051-0/+1
|
* User: handle autojoin synchronouslyRory&2026-06-051-12/+4
|
* Clean up import in Monitoring, close webrtc connection on IPC failure, add ↵Rory&2026-06-053-2/+8
| | | | LOG_API_ERRORS env var
* HTTP: reblanace buckets to prefer smaller response timesRory&2026-05-291-1/+1
|
* Merge branch 'dev/monitoring'Rory&2026-05-2813-8/+203
|\
| * IPC: shutdown hooks github/dev/monitoring dev/monitoringRory&2026-05-281-1/+1
| |
| * IPC metricsRory&2026-05-283-4/+9
| |
| * monitoring: add helper to register a metric without duplicatingRory&2026-05-281-3/+11
| |
| * monitoring: ignore OPTIONS requests that dont have a route handlerRory&2026-05-281-6/+8
| |
| * Monitoring: tag HTTP response rate histogram by route rather than request urlRory&2026-05-282-5/+44
| |
| * */Server.ts: Handle metrics requestsRory&2026-05-283-0/+8
| |
| * */Server.ts: Add monitoring init hookRory&2026-05-283-2/+38
| |
| * Process lifecycle scriptsRory&2026-05-2814-97/+279
| |
* | Process lifecycle scriptsRory&2026-05-2814-93/+178
|/ | | | | | | | | | | | | #Conflicts: # src/api/Server.ts # src/bundle/Server.ts # src/cdn/Server.ts # src/gateway/Server.ts # src/gateway/events/Connection.ts # src/util/util/ipc/listener/RabbitMqSingleListener.ts # src/util/util/ipc/listener/UnixSocketListener.ts # src/util/util/ipc/writer/UnixSocketWriter.ts # src/webrtc/Server.ts
* IPC: shutdown hooksRory&2026-05-284-7/+15
| | | | | #Conflicts: # src/util/util/ipc/listener/UnixSocketListener.ts
* Gateway: send reconnect on shutdownRory&2026-05-281-0/+11
|
* Fix some copyright headersRory&2026-05-261-1/+1
|
* Break up bulk inserts for read states to avoid postgres parameter exhaustionRory&2026-05-264-10/+68
|
* Trace fillInMissingIDsRory&2026-05-262-29/+51
|
* Bulk insert missing ReadStatesRory&2026-05-261-14/+24
|
* No longer handle mention_count == null since its no longer nullableRory&2026-05-261-22/+20
|
* Use forEach rather than .map.forEachRory&2026-05-261-1/+1
|
* Add full traceRory&2026-05-261-5/+25
|
* Use sets for mention roles/usersRory&2026-05-262-21/+47
|
* Simplify some queries for handling mentionsRory&2026-05-261-11/+14
|
* User mentions: use `user_id IN (...)` rather than `user_id = ... OR user_id ↵Rory&2026-05-261-1/+1
| | | | = ...`
* Move message mention handling to separate functionRory&2026-05-261-132/+144
|
* Better error handling in rabbitmqsinglelistener/writerRory&2026-05-262-14/+49
|
* Add NixOS test for starting with rabbitmq-single ipcRory&2026-05-263-15/+25
|
* Demote default rabbitmq behavior, implement init for all ↵Rory&2026-05-261-34/+44
| | | | BaseEventWriter/Listener abstracted implementations
* Move publishEvent to RabbitMQ.tsRory&2026-05-262-29/+28
|
* Move rabbitListen to RabbitMQ.tsRory&2026-05-262-53/+55
|
* Clean up unused imports in IPC codeRory&2026-05-263-4/+2
|
* Add untested rabbitmq single-channel IPCRory&2026-05-267-37/+228
|
* Split unix socket IPC to separate files, add interfacesRory&2026-05-267-530/+627
|
* channelOrdering: fix null refRory&2026-05-251-0/+2
|
* fix migrations scriptRory&2026-05-251-1/+1
|
* Fix some copyright headers github/dev/cherry dev/cherryRory&2026-05-241-0/+18
|
* */start.ts: unify import order for module-alias and dotenvRory&2026-05-246-19/+49
|
* Clean up erlpack typesRory&2026-05-246-48/+3
|
* Side tangent: fix prettier complaintsRory&2026-05-241-1/+3
|
* Update npm packages, patchesRory&2026-05-242-3/+5
|
* Add internal status order enumRory&2026-05-193-5/+12
|
* Rework status enum schemaRory&2026-05-195-6/+27
|
* LazyRequest: dont pseudo-force users to be onlineRory&2026-05-191-7/+1
|
* Compliance: add user_id and user_settings to login responseRory&2026-05-051-1/+1
|
* switch to harmony-erlpackRory&2026-05-032-15/+19
|
* handle constraints on webhook deleteRory&2026-05-031-1/+32
|
* Clarify STORAGE_FORCE_PATH_STYLE env behaviorohmwraith2026-04-291-1/+1
|
* Implement S3 force path-style supportohmwraith2026-04-292-2/+10
|
* Register: cache blocked IPsRory&2026-04-282-12/+45
|
* Document why ImageProxy.ts existsRory&2026-04-261-0/+1
|
* Add deprecation warning for database configRory&2026-04-251-0/+9
|
* Constrain role name lengthsRory&2026-04-242-0/+6
|
* Move email domain lists to assetsRory&2026-04-242-124132/+0
|
* Fix CDN s3 importRory&2026-04-241-1/+1
|
* Hexdump CDN hashesRory&2026-04-214-0/+145
|
* Clean up schemas a bitRory&2026-04-202-0/+19
|
* Clean up schemas/uncategorised a bitRory&2026-04-207-1/+58
|
* Clean up schemas/responses a bitRory&2026-04-2016-34/+35
|
* Clean up schemas/gateway a bitRory&2026-04-207-18/+57
|
* Clean up schemas/api a bitRory&2026-04-2015-13/+136
|
* Clean up imports in schemas/api/botsRory&2026-04-2015-75/+72
|
* Merge AckBulkSchema into MessageAcknowledgeSchema.tsRory&2026-04-203-26/+8
|
* Clean some unused importsRory&2026-04-192-3/+2
|
* Fix guild discoveryRory&2026-04-192-4/+4
|
* eslint: reapply after rebasing on #1631Rory&2026-04-191-1/+1
|
* eslint: yodaRory&2026-04-193-5/+5
|
* eslint: default-caseRory&2026-04-192-0/+8
|
* eslint: arrow-body-style=as-neededRory&2026-04-1919-203/+142
|
* eslint: no-promise-executor-returnRory&2026-04-199-15/+15
|
* eslint: more rules, no-duplicate-importsRory&2026-04-198-17/+9
|
* eslint: array callback return, no restricted importsRory&2026-04-1968-139/+136
|
* CDN: clean up unused importsRory&2026-04-1916-133/+16
|
* fix comment typoCyberL12026-04-191-1/+1
|
* remove oversightCyberL12026-04-191-4/+0
|
* fix: expose metadata if should be visibleCyberL12026-04-191-1/+2
|
* fix: expose only public propertiesCyberL12026-04-193-2/+53
|
* fix: select `visibility` on `connected_accounts`CyberL12026-04-191-0/+11
|
* Make connections more verbose and include some setup instructionsRory&2026-04-1924-247/+122
|
* NPM updates 2Rory&2026-04-181-1/+0
|
* Run prettier, remove accidental importsRory&2026-04-182-11/+9
|
* Attachment -> PublicAttachment in schemasRory&2026-04-184-8/+8
|
* Remove irrelevant TODORory&2026-04-181-1/+0
|
* Fix TOTPRory&2026-04-182-2/+2
|
* Fix error logging, dont use simple-arrayRory&2026-04-1813-20/+76
|
* Split out attachment handling from message handlerRory&2026-04-183-84/+94
|
* Attempt to set channel/message id for attachments in more placesRory&2026-04-182-1/+3
|
* handleMessage: set message id for cloud attachmentsRory&2026-04-181-0/+4
|
* Gateway: get around some typeorm weirdnessRory&2026-04-181-0/+4
|
* Fix up some straggler columnsRory&2026-04-181-1/+1
|
* Fix missed relationsRory&2026-04-181-0/+39
|
* Fix attachments 2Rory&2026-04-183-15/+26
|
* Fix attachmentsRory&2026-04-1814-117/+141
|
* No attachment URLsRory&2026-04-182-14/+47
|
* jsonbRory&2026-04-1818-52/+137
|
* re-reconcile migrationsRory&2026-04-181-0/+14
|
* int8 primary keysRory&2026-04-1816-3/+677
|
* Add media1.tenor.com explicitly as image handlerRory&2026-04-141-0/+1
|
* Explicitly specify status for temp sessions, since that suddenly broke...?Rory&2026-04-131-0/+1
|
* Fix op19 property not found errorRory&2026-04-131-1/+1
|
* Make presence clear async, clean up temp session codeRory&2026-04-134-22/+23
|
* Presence disconnect works!Rory&2026-04-133-5/+10
|
* Time out presenceRory&2026-04-133-4/+5
| | | | | | Sourced from #1541 Co-authored-by: Davide <137603413+LW-Davide@users.noreply.github.com>
* Mark users as offline when gateway connection is closedRory&2026-04-131-1/+30
| | | | | | Part of #1541 Co-authored-by: Davide <137603413+LW-Davide@users.noreply.github.com>
* prep for presenceRory&2026-04-133-24/+83
|
* Emit presence on identify, support deduped gw eventsRory&2026-04-136-2/+75
|
* Align Message object with API specwhinis2026-04-131-7/+6
|
* Fix Typing event so that it returns undefined rather than nullwhinis2026-04-134-22/+11
| | | | Added clean data to message entity so it respects json tags.
* Maybe fix an issue elisa had with discord.pywhinis2026-04-131-0/+6
|
* Added the @JsonRemoveEmpty decrorator to most of the fields in the message ↵whinis2026-04-131-0/+24
| | | | class. Hopefully shouldn't break anything.
* revert the change on ElapsedTime read-only classOh642026-04-062-10/+6
|
* indexes on instance_bans lookup columnsOh642026-04-061-1/+4
|
* use arrayGroupBy, include group time in query tracesOh642026-04-062-47/+28
|
* Refactor Identify : batch guild queries and parallelise relation fetchesOh642026-04-063-56/+92
|
* fix: make github webhooks embeds have `rich` typeCyberL12026-03-311-1/+20
|
* Add indexes to instance bans tableRory&2026-03-271-0/+23
|
* EmbedHandlers: more configuration for embeds, switch to storing all returned ↵Rory&2026-03-266-40/+112
| | | | embeds
* EmbedHandlers: use youtube handler for youtube music, use OrmUtils.mergeDeep ↵Rory&2026-03-261-5/+3
| | | | for request options
* User: use single query to determine taken discriminatorsRory&2026-03-261-6/+5
|
* Embeds: factor out from postMessageRory&2026-03-266-134/+202
|
* Fix voice state query trying to include memberRory&2026-03-213-11/+28
|
* add channel status migrationRory&2026-03-211-0/+13
|
* lambert-server: Remove unused errorHandler optionRory&2026-03-211-1/+1
|
* lambert-server: Remove unused jsonBody optionRory&2026-03-212-3/+1
|
* lambert-server: dont overwrite express Router classRory&2026-03-211-9/+0
|
* Fix schemas scriptRory&2026-03-211-2/+2
|
* lambert-server: remove global namespace pollution for serverRory&2026-03-211-9/+0
|
* make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gwOh642026-03-2112-50/+91
|
* Add WIP PublicMessage schemaRory&2026-03-211-1/+79
|
* More schema stuffRory&2026-03-212-15/+4
|
* Message toJSON -> null vs undefinedRory&2026-03-211-9/+5
|
* Message*Event: as->satisfies (WIP)Rory&2026-03-2110-18/+21
|
* MessageCreate/UpdateEvent: use PublicMessageRory&2026-03-201-2/+3
|
* MessageActivity: add type enumRory&2026-03-201-1/+11
|
* Migrate MessageReaction*Event to satisfies, part of #1577Rory&2026-03-201-7/+9
|
* Migrate TypingStartEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
|
* Migrate Thread*Event to satisfies, part of #1577Rory&2026-03-208-29/+93
|
* Migrate MessageDelete*Event to satisfies, part of #1577Rory&2026-03-203-3/+3
|
* Migrate ReadyEventData to satisfies, part of #1577Rory&2026-03-201-1/+1
|
* Migrate UserDeleteEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
|
* Migrate MessageAckEvent to satisfies, part of #1577Rory&2026-03-201-2/+2
|
* Migrate Stream*Event to satisfies, part of #1577Rory&2026-03-203-6/+6
|