summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* added missing author to repliesLisa Marie Maginnis2026-03-151-1/+4
* Added user and roles to PublicMember response to fix reactionsLisa Marie Maginnis2026-03-151-1/+9
* give remove the same treatmentMathMan052026-03-152-2/+5
* Fix adding reactionsMathMan052026-03-152-10/+14
* Some minor workRory&2026-03-148-76/+10
* Remove array global pollutionRory&2026-03-145-151/+127
* remove duplicate / in url regexRory&2026-03-141-1/+1
* Shorten importsRory&2026-03-1460-299/+300
* Remove unused imports for entitiesRory&2026-03-149-17/+10
* Remove unused imports for non-entitiesRory&2026-03-1440-411/+824
* Fix some JSdoc errorsRory&2026-03-143-5/+6
* Remove unnessecary continue statementsRory&2026-03-142-3/+1
* Clean up some type guardsRory&2026-03-144-9/+6
* minor cleanupRory&2026-03-142-3/+1
* properly mark unused paramsRory&2026-03-1427-39/+78
* lambert-server: remove unused codeRory&2026-03-143-59/+2
* Snowflake: remove unused binaryToID functionRory&2026-03-141-30/+0
* Remove unused autoupdater codeRory&2026-03-143-94/+0
* Use plain assignment for permissions in message handlerRory&2026-03-141-2/+2
* Qodana: fix async warningsRory&2026-03-1426-42/+41
* Update nix locks for nuget depsRory&2026-03-1416-348/+388
* Update nuget depsRory&2026-03-1414-19/+20
* fix nix flake checkRory&2026-03-142-7/+9
* fix nixos testsRory&2026-03-141-0/+1
* Roll back discord-protosRory&2026-03-132-6/+6
* Update nix, pion-sfu, npm packagesRory&2026-03-133-313/+328
* Merge pull request #1591 from CyberL1/fix/messaage-jumping-stuffCyber2026-03-131-1/+1
|\
| * fix: `around` parameter returning invalid sortCyberL12026-03-131-1/+1
|/
* gateway offload workRory&2026-03-1311-16/+50
* identify: use proto toVoiceStateRory&2026-03-131-1/+1
* nix: fix wrappersRory&2026-03-131-2/+2
* nix: fix deps for admin apiRory&2026-03-131-0/+2
* CS: make replication messages typed, some offload workRory&2026-03-1316-35/+291
* gateway: util function to do gateway offload stuffRory&2026-03-131-1/+35
* admin api: send SB_SESSION_REMOVE when deleting userRory&2026-03-131-0/+6
* cs: Add session_id and reconnect_delay to replicationmessageRory&2026-03-131-0/+6
* API: fire SB_SESSION_REMOVE upon logging out a sessionRory&2026-03-132-2/+14
* Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE eventsRory&2026-03-133-11/+32
* Gateway: allow addressing dispatch events to specific sessionsRory&2026-03-133-3/+5
* nix: cache buildsRory&2026-03-131-48/+76
* Gateway: include entity counts in trace namesRory&2026-03-121-5/+5
* .idea: exclude cs bin dirs from analysisRory&2026-03-121-0/+56
* Factor out getMostRelevantSessionRory&2026-03-124-55/+24
* fix op43Rory&2026-03-121-3/+3
* Gateway: implement op43Rory&2026-03-123-1/+51
* nix: add gateway sharding optionsRory&2026-03-125-6/+95
* build(deps): update npm dependencies hash [dependabot skip]dependabot[bot]2026-03-111-3/+3
* build(deps): bump file-type in the npm_and_yarn group across 1 directorydependabot[bot]2026-03-112-5/+5
* nix: quieten dotnet outputRory&2026-03-111-1/+1
* requestguildmembers: immediately send data instead of bufferingRory&2026-03-111-26/+26
* requestguildmembers: dont forget user relation, lolRory&2026-03-111-0/+1
* requestguildmembers: assign presence list directly without for loopRory&2026-03-111-15/+18
* requestguildmembers: select only relevant dataRory&2026-03-111-1/+7
* requestguildmembers: track member count properlyRory&2026-03-111-3/+4
* requestguildmembers: log chunksRory&2026-03-111-2/+7
* requestguildmembers: bulk query sessionsRory&2026-03-111-5/+9
* WIP cdn-cs stuff github/dev/emma/gateway-batch-presence-lookup dev/emma/gateway-batch-presence-lookupRory&2026-03-1110-44/+123
* fix: fall back to undefined in message createRory&2026-03-071-0/+1
* build(deps): update npm dependencies hash [dependabot skip]dependabot[bot]2026-03-071-6/+6
* Bump the npm_and_yarn group across 1 directory with 2 updatesdependabot[bot]2026-03-072-79/+32
* sticker implMathMan052026-03-072-1/+55
* when guild region is misconfigured, fallback to default regiondank0742026-03-072-4/+18
* gateway should not crash for clients that send Op 37 with missing channel ran...dank0742026-03-071-1/+1
* Fix guild settings not using .save, nor beign awaitedRory&2026-03-071-1/+1
* Fix indents in interactions copyright noticeRory&2026-03-071-3/+3
* Dont serialise guild parentsRory&2026-03-071-0/+1
* Dont serialize discovery weight/exclusion statusRory&2026-03-071-0/+2
* [rel/1518] Allowed mentions + message reference: allow nullsRory&2026-03-071-5/+5
* [rel/1518] Member flagsRory&2026-03-073-1/+20
* [rel/1518] make PartialEmoji accept id-onlyRory&2026-03-071-5/+12
* [rel/1518] Interaction failure reason enum, add missing copyright headersRory&2026-03-0713-4/+217
* [cherry/1518] Webhooks: respect thread_id parameterRory&2026-03-061-7/+18
* temp hack: ...and dont forget to save itRory&2026-03-061-0/+1
* temp hack: maybe set the right didRory&2026-03-061-1/+1
* temp hack: re-create sessiosn that went missingRory&2026-03-061-1/+11
* oooopsRory&2026-03-061-1/+1
* actually backpropagate session id in identify to ws objectRory&2026-03-061-0/+1
* Log creation of new sessions, fix some commentsRory&2026-03-062-2/+16
* Inline pointless const for session_idRory&2026-03-061-3/+1
* nix/cdn workRory&2026-02-2817-175/+408
* onVoiceStateUpdate: change to VoiceState.merge() for copying propertiesdank0742026-02-281-2/+7
* flake, move testvm to nixosconfigurations lkeyRory&2026-02-281-1/+1
* Add UAPI changesRory&2026-02-282-4/+6
* Rip out CDN migrationsRory&2026-02-2812-237/+68
* Add sticker migrationRory&2026-02-281-1/+21
* IPC: unix socket reinit + backlog systemRory&2026-02-271-20/+52
* Sync webstorm workspaceRory&2026-02-272-42/+55
* CS: reduce warning count for modelsRory&2026-02-271-0/+3
* IPC: more unix socket loggingRory&2026-02-271-0/+12
* IPC: eagerly init unix sockets on startupRory&2026-02-271-2/+9
* IPC: factor out importsRory&2026-02-271-6/+4
* Option to disable logging route registrationsRory&2026-02-273-5/+5
* move mediaServer.start() into try catchdank0742026-02-272-2/+2
* Explicitly make webrtc service depend on sfu serviceRory&2026-02-271-0/+1
* nix: add AF_NETLINKRory&2026-02-272-0/+2
* Hopefully get nix routing rightRory&2026-02-268-376/+235
* Drop medooze, add pionRory&2026-02-262-88/+7
* Update Pion-WebRTCRory&2026-02-261-3/+3
* UApi: partial work on filling in wrappers for non-json endpointsRory&2026-02-262-0/+98
* UApi/models: permissions?Rory&2026-02-263-0/+103
* added clean_data to places after a member is created but not constructed to a...whinis2026-02-263-0/+4
* Add /_spacebar/api/version - resolves #1222Rory&2026-02-254-27/+57
* disable toJSON for read states?Rory&2026-02-251-15/+15
* UApi work, nix test vm cleanupRory&2026-02-258-19/+124
* Try to inherit permissions from everyoen role on creation (may be wrong)Rory&2026-02-251-1/+3
* Create role for bots - fixes #1556Rory&2026-02-251-1/+11
* Fix message embeds not being nullableRory&2026-02-254-149/+337
* Lower missing route to WARN, add empty route middlewaresRory&2026-02-254-5/+5
* Merge remote-tracking branch 'mathium05/memberEditScrewUp'Rory&2026-02-252-7/+26
|\
| * updatesMathMan052025-12-172-7/+26
* | Fix undefined accessPablo Stebler2026-02-251-1/+1
* | Add support for attachment:// urlsPablo Stebler2026-02-251-0/+47
* | Merge remote-tracking branch 'mathium05/refineSearch'Rory&2026-02-252-40/+96
|\ \
| * | why didn't anyone do thisMathMan052026-02-231-3/+3
| * | fix up searchingMathMan052026-02-231-37/+93
| * | fix post dataMathMan052026-02-171-1/+16
* | | Log usage of old access token versions in identifyRory&2026-02-251-0/+11
* | | last_pinned_timestamp int4 -> timestampRory&2026-02-252-2/+17
* | | Include explicit update where NULL in migrationRory&2026-02-251-0/+1
* | | Fix read state type field - fixes #1559Rory&2026-02-251-1/+1
* | | swap migration orderRory&2026-02-231-2/+2
* | | cdn: fixRory&2026-02-232-2/+2
* | | cdn: fix path for deleting emojisRory&2026-02-231-3/+3
* | | cdn: fix missed renameRory&2026-02-231-1/+1
* | | cdn: migrate emojis to not use subdir fallbackRory&2026-02-234-42/+55
* | | cdn: drop hash-addressed version of emojis routeRory&2026-02-231-3/+1
* | | Faster pingsRory&2026-02-235-39/+825
* | | Discovery fixes, nix updatesRory&2026-02-2314-252/+286
* | | Guild discovery admin uiRory&2026-02-214-4/+147
* | | fix uapi depsRory&2026-02-215-54/+69
* | | Admin API discovery stuffRory&2026-02-214-11/+333
* | | C# deps updatesRory&2026-02-2135-1781/+411
* | | Fix deps for admin apiRory&2026-02-201-100/+5
* | | webrtc package by defaultRory&2026-02-207-12/+136
* | | nix: clean up default.nixRory&2026-02-201-7/+5
* | | nix: use separate derivation for npm depsRory&2026-02-203-7/+73
* | | cdn fsck fix testRory&2026-02-201-7/+19
* | | UAPI workRory&2026-02-208-6/+267
* | | Admin API workRory&2026-02-207-16/+258
* | | C# depsRory&2026-02-2011-189/+346
* | | Update message component type to match upstreamRory&2026-02-201-1/+15
* | | The ChainingOperator didn't work as expected. This fixes that.whinis2026-02-181-10/+23
* | | util: update message flags to match upstream (and use short bigint notation)Rory&2026-02-181-8/+17
* | | fix post dataMathMan052026-02-181-1/+16
* | | Add some optional chaining to prevent issue with embedswhinis2026-02-181-6/+5
* | | Renamed to JsonNumber and removed from incorrectly typed date fieldwhinis2026-02-184-11/+10
* | | Add decorator to change Bigint back to string using Numberwhinis2026-02-184-0/+26
* | | Gateway: log user ID/iRory&2026-02-1712-24/+36
* | | Add Decorators to clean classes before json serialization and remove invalid ...whinis2026-02-174-1/+59
* | | API: request embeds in US english preferredRory&2026-02-171-1/+2
* | | API: fix youtube embedRory&2026-02-171-2/+3
* | | Fix user self delete not removing settings protosChrisChrome2026-02-161-1/+8
* | | Gateway: dont block on clearing voice statesRory&2026-02-162-8/+4
* | | gateeway debug logsRory&2026-02-161-0/+3
* | | Fix loading discord guild templatesChrisChrome2026-02-166-9/+46
* | | Separate IP check options during registrationChrisChrome2026-02-162-2/+5
|/ /
* | fixRory&2026-02-161-2/+2
* | nix/cs: listen on 0.0.0.0Rory&2026-02-162-2/+2
* | Nix admin api plumbingRory&2026-02-169-6/+192
* | Some unfinished templates workRory&2026-02-1510-4/+129
* | Fix accepting friend requestsRory&2026-02-151-0/+1
* | Merge pull request #1527 from CyberL1/fix/make-i18n-shutupCyber2026-02-151-0/+1
|\ \
| * | make i18next shut upCyberL12026-02-151-0/+1
|/ /
* | Use vanity urlsRory&2026-02-152-2/+2
* | oops, forgot to update invite url when copy pastingRory&2026-02-151-1/+1
* | Add contributing.mdRory&2026-02-151-0/+10
* | docker: set working dir to /dataRory&2026-02-151-0/+2
* | Clean up admin api a bitRory&2026-02-156-196/+175
* | fix: env in docker containersCyberL12026-02-141-8/+6
* | Allow for smarthosts/local SMTP relays that dont use user/pass AUTHLisa Marie Maginnis2026-02-141-10/+22
* | Fixed import of nodemailer ('nodemailer.default' does not exist)Lisa Marie Maginnis2026-02-141-1/+1
* | add keys to make bot libs happyMathMan052026-02-141-0/+2
* | Try to enforce channel limts?Rory&2026-02-146-8/+42
* | Unset env for docker containers, add cacertificates?Rory&2026-02-141-7/+17
* | Merge pull request #1523 from CyberL1/fix/user-mutual-guildsCyber2026-02-141-1/+1
|\ \
| * | fix: wrong query for self member in mutual guildsCyberL12026-02-141-1/+1
|/ /
* | Hack together a fix for cdn endpointsRory&2026-02-1311-33/+1170
* | Nix testvm: enable ssl with test signed keysRory&2026-02-131-0/+14
* | Hack: split out icons in cdn-tsRory&2026-02-135-3/+156
* | fix guild joinMathMan052026-02-131-4/+9
* | Nix: add PORT=3001 for containers by defaultRory&2026-02-132-0/+6
* | more pins fixesMathMan052026-02-132-2/+4
* | cs: create uapi projectRory&2026-02-1310-3/+196
* | dieMathMan052026-02-131-2/+0
* | update other pinsMathMan052026-02-131-1/+15
* | fix it the other way arroundMathMan052026-02-131-1/+1
* | fix pinsMathMan052026-02-131-1/+1
* | speed up fetching messagesMathMan052026-02-131-0/+2
* | WHY???MathMan052026-02-131-2/+0
* | fix it the other way arroundMathMan052026-02-132-2/+16
* | fix pinsMathMan052026-02-131-1/+1
* | speed up fetching messagesMathMan052026-02-131-0/+2
* | trace origin of the issueMathMan052026-02-131-1/+4
* | oops, fix the callMathMan052026-02-131-1/+1
* | fix it bettererMathMan052026-02-131-1/+1
* | thanks gitMathMan052026-02-131-2/+0
* | hopefully fix this bugMathMan052026-02-131-1/+1
* | speed up fetching messagesMathMan052026-02-131-0/+2
* | left some logs in there, oopsMathMan052026-02-131-2/+0
* | speed up fetching messagesMathMan052026-02-132-30/+28
* | Update dependencies (nix/node)Rory&2026-02-133-140/+141
* | Fix leaking private User data in mentionsAhmed A2026-02-131-0/+1
* | Add support for start:webrtc script to allow voice gateway to be run separately github/tmp tmpManetheren2026-02-111-0/+1
* | Fix splitting logic for .well-known base urlRory&2026-02-111-1/+1
* | C# extensions: migrate to slnxRory&2026-02-112-387/+39
* | update idea runconfigsRory&2026-02-114-4/+16
* | More C# progressRory&2026-02-1120-35/+400
* | feat: Add limit query parameter when fetching reactionsYodozoh2026-02-111-0/+2
* | save channelMathMan052026-02-111-0/+1
* | Add option to set S3 endpoint for S3-compatible storesManetheren2026-02-112-2/+9
* | Merge pull request #1499 from CyberL1/fix/docker-workflowCyber2026-02-111-2/+0
|\ \
| * | fix: no need to cdCyberL12026-02-111-2/+0
|/ /
* | Merge pull request #1498 from CyberL1/chore/merge-docker-build-workflowsCyber2026-02-118-258/+53
|\ \
| * | use checkoutCyberL12026-02-111-2/+1
| * | chore: remove separated workflow filesCyberL12026-02-117-258/+0
| * | chore: merge docker build workflows into oneCyberL12026-02-111-0/+54
|/ /
* | Devshell: add python setuptoolsRory&2026-02-102-2/+3
* | Reword sqlite errorRory&2026-02-101-1/+8
* | Add discovery filteringRory&2026-02-105-865/+2151
* | Merge pull request #1493 from CyberL1/feat/docker-image-build-workflowsCyber2026-02-109-125/+258
|\ \
| * | chore: remove dockerfile and dockerfile workflowCyberL12026-02-102-125/+0
| * | feat: docker image build workflowsCyberL12026-02-107-0/+258
|/ /
* | dont send channel create for dms that were already open???Rory&2026-02-081-1/+5
* | properly update last message idMathMan052026-02-081-0/+1
* | fix channel checkMathMan052026-02-081-1/+1
* | fix bug with removing tagsMathMan052026-02-081-0/+1
* | correct tag change checkMathMan052026-02-081-1/+2
* | allow tag modificationMathMan052026-02-081-0/+42
* | have to include tags in the eventsMathMan052026-02-081-1/+1
* | fix channel flagsMathMan052026-02-081-2/+1
* | gateway: introspect endpointRory&2026-02-082-3/+117
* | Save channel on message createRory&2026-02-081-0/+1
* | API: always drop /api suffix in well known (hack)Rory&2026-02-071-1/+1
* | C# gw offload work, schema-izing stuffRory&2026-02-0625-86/+820
* | shoot, screwed up the merge conflict github/tmp-master tmp-masterMathMan052026-02-051-5/+0
* | fix merge conflicMathMan052026-02-0517-174/+460
|\ \
| * | fix slight errorMathMan052026-02-061-2/+2
| * | maybe fix bot threads?MathMan052026-02-061-8/+10
| * | More nix stuffRory&2026-02-0416-170/+449
* | | grab author relationMathMan052026-02-051-0/+1
* | | no need to init, the sent message will incrementMathMan052026-02-051-2/+2
* | | oopsMathMan052026-02-051-1/+1
* | | implement tag_settingMathMan052026-02-051-4/+3
* | | better searchMathMan052026-02-051-2/+6
* | | edit tagsMathMan052026-02-052-0/+23
* | | post with tagsMathMan052026-02-053-1/+63
* | | fix responce typesMathMan052026-02-051-2/+6
* | | deleting tagsMathMan052026-02-052-0/+48
* | | another type screw upMathMan052026-02-051-1/+1
* | | so many type screw upsMathMan052026-02-057-9/+36