summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | create tagsMathMan052026-02-057-2/+112
* | | array initMathMan052026-02-054-0/+90
* | | incorrect message countMathMan052026-02-041-2/+2
* | | no more name checks for threads!MathMan052026-02-042-2/+2
* | | more forum fixesMathMan052026-02-045-17/+228
* | | some search fixes while I'm hereMathMan052026-02-041-24/+24
* | | fix search while I'm at itMathMan052026-02-041-3/+1
* | | fix another forum bugMathMan052026-02-041-1/+1
* | | merge masterMathMan052026-02-0425-83/+588
|\| |
| * | Merge remote-tracking branch 'mathium05/threadMore'Rory&2026-02-041-1/+1
| |\ \
| | * | allow deep threadsMathMan052026-02-031-1/+1
| * | | Fix disabling migrations on nix not wirkingRory&2026-02-045-18/+30
| * | | Make builds for C# atomic, fix depsRory&2026-02-0416-61/+551
| |/ /
| * | spread that message!MathMan052026-02-031-1/+1
| * | more thread improvementsMathMan052026-02-033-2/+5
* | | forum fixesMathMan052026-02-041-0/+2
* | | fix forum channelMathMan052026-02-041-0/+1
* | | thread improvementsMathMan052026-02-043-3/+31
|/ /
* | stupid migrationMathMan052026-02-031-17/+0
* | more purgingMathMan052026-02-031-2/+0
* | prune migrationMathMan052026-02-031-4/+0
* | fix threads :3MathMan052026-02-042-8/+21
* | some fixesMathMan052026-02-048-21/+35
* | unscrew upMathMan052026-02-042-4/+4
* | Add deps.json for cs db modelsRory&2026-02-041-0/+247
* | Merge remote-tracking branch 'mathium05/threadFixes'Rory&2026-02-040-0/+0
|\ \
| * | fix stupid express thingMathMan052026-02-031-1/+1
* | | Fix req.params for thread creationRory&2026-02-041-1/+1
* | | Merge remote-tracking branch 'mathium05/threadFixes'Rory&2026-02-0414-56/+382
|\| |
| * | more changesMathMan052026-02-0310-33/+294
| * | send message to join threadMathMan052026-02-031-0/+42
| * | add permision checkMathMan052026-02-031-0/+1
| * | correct thread typeMathMan052026-02-031-1/+1
| * | fix interfaceMathMan052026-02-031-4/+0
| * | correct message sending permsMathMan052026-02-031-1/+5
| * | don't delete a public threadMathMan052026-02-031-11/+11
| * | some thread fixesMathMan052026-02-034-6/+28
* | | Merge remote-tracking branch 'mathium05/errorFix'Rory&2026-02-031-7/+6
|\ \ \
| * \ \ Merge branch 'spacebarchat:master' into errorFixMathium052025-12-236-10/+33
| |\ \ \
| * | | | feild error fixesMathMan052025-12-231-8/+8
* | | | | Merge remote-tracking branch 's074/add-rabbitmq-error-handling'Rory&2026-02-034-92/+271
|\ \ \ \ \
| * | | | | don't rethrow error, just keep retryingdank0742026-02-031-1/+0
| * | | | | don't need thisdank0742026-02-011-3/+1
| * | | | | remove jitter from delay calculation altogetherdank0742026-01-301-9/+3
| * | | | | simplify reconnect delay and shorten timedank0742026-01-301-7/+6
| * | | | | convert event listener iterations to Promise.all + mapdank0742026-01-301-16/+24
| * | | | | add rabbitmq reconnection logic with state recoverydank0742026-01-224-91/+272
* | | | | | Merge remote-tracking branch 'oh64/master'Rory&2026-02-031-19/+136
|\ \ \ \ \ \
| * | | | | | Add emit listener check and ghost file handlingOh642026-02-031-6/+28
| * | | | | | try to enhance Unix socket handlingOh642026-02-031-13/+108
* | | | | | | Guild discovery: option to hide already joined guildsRory&2026-02-032-3/+12
* | | | | | | Env var to disable db migrations, nix: drop pre-start serviceRory&2026-02-032-30/+6
* | | | | | | Update schemas for profile customisationRory&2026-02-035-4/+216
* | | | | | | Actually save webhook apps - fixes #1474Rory&2026-02-031-1/+2
* | | | | | | Well, dont then igRory&2026-02-031-5/+0
* | | | | | | try catch a migration lineRory&2026-02-031-4/+5
* | | | | | | cdn: avatar decorationsRory&2026-02-032-2/+42
* | | | | | | Update schemasRory&2026-02-032-250/+292
* | | | | | | Basic gateway offload server and op12Rory&2026-02-0310-0/+432
* | | | | | | Update cs admin api to use abstracted authRory&2026-02-0311-143/+51
* | | | | | | Abstract out C# authRory&2026-02-036-0/+261
* | | | | | | Update C# db modelsRory&2026-02-0349-138/+161
* | | | | | | Clean up some scriptsRory&2026-02-034-30/+40
* | | | | | | Add member profile customisation fields to dbRory&2026-02-032-3/+48
* | | | | | | Add user profile costomisation fields to dbRory&2026-02-032-1/+42
* | | | | | | update npm scripts to add a migration apply oneRory&2026-02-031-1/+2
|/ / / / / /
* | | | | | Merge pull request #1478 from CyberL1/fix/recent-mentions-mobile-fuckeryCyber2026-02-021-1/+1
|\ \ \ \ \ \
| * | | | | | fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. th...CyberL12026-02-021-1/+1
|/ / / / / /
* | | | | | Assert req.params type as solely string (express update)Rory&2026-02-0192-266/+275
* | | | | | Bump dependencies (node)Rory&2026-02-012-1642/+252
* | | | | | temp unfinished json stuff in tsRory&2026-02-017-1/+377
* | | | | | Use describe for test grouping, more functions, less const arrowsRory&2026-02-015-332/+340
* | | | | | Merge pull request #1476 from CyberL1/fix/reply-mention-userCyber2026-01-311-3/+2
|\ \ \ \ \ \
| * | | | | | fix: find the user instead of creating it when replying to a messageCyberL12026-01-311-3/+2
|/ / / / / /
* | | | | | Enforce numeric-only discriminators in PATCH /users/@meRory&2026-01-301-0/+10
* | | | | | LazyRequest: minor cleanupRory&2026-01-301-3/+3
* | | | | | Identify: hold onto access tokenRory&2026-01-302-1/+4
* | | | | | Basic offload configurationRory&2026-01-303-0/+28
* | | | | | Merge pull request #1475 from CyberL1/fix/no-default-role-in-profilesCyber2026-01-301-0/+2
|\ \ \ \ \ \
| * | | | | | fix: don't return default role for user profilesCyberL12026-01-301-0/+2
|/ / / / / /
* | | | | | Schema updatesRory&2026-01-302-22/+268
* | | | | | cdn-cs updatesRory&2026-01-3012-3/+706
* | | | | | cs cdn interop stuffRory&2026-01-299-286/+163
| |_|_|/ / |/| | | |
* | | | | schemasRory&2026-01-292-22/+268
* | | | | Thread membership routesRory&2026-01-295-0/+228
* | | | | READY changes for threads ported from #876Rory&2026-01-295-6/+11
* | | | | Channel/thread util methods ported from #876Rory&2026-01-292-5/+136
* | | | | Gateway event types ported from #876Rory&2026-01-291-1/+60
* | | | | Thread members ported from #876Rory&2026-01-294-0/+234
* | | | | Update message type enumRory&2026-01-291-6/+45
* | | | | Regenerate migrations for threadsRory&2026-01-284-67/+6
* | | | | Merge remote-tracking branch 'origin/dev/threads'Rory&2026-01-2818-17/+517
|\ \ \ \ \
| * | | | | thread stuff ig github/tmp-rebase-threads tmp-rebase-threadsMathMan052026-01-281-0/+12
| * | | | | initial recipients workMathMan052026-01-286-6/+29
| * | | | | thread API startMathMan052026-01-2814-7/+294
| * | | | | sechema changes+migrationsMathMan052026-01-287-7/+185
* | | | | | Add basic thread helper functionsRory&2026-01-281-0/+12
* | | | | | Update channel type enum to un-erkinalp-ize it, and match discordRory&2026-01-282-12/+9
|/ / / / /
* | | | | Rename use_thread permissions to create_threadRory&2026-01-282-5/+5
* | | | | Raise timeout of migrations pre-start script to allow initial ddl to finishRory&2026-01-261-2/+2
* | | | | Drop cdn-cs moduleRory&2026-01-262-337/+3
* | | | | Update dotent dep locksRory&2026-01-268-491/+456
* | | | | C# dependency updates, CDN-CS workRory&2026-01-2646-1073/+861
* | | | | Make bot invites configurableRory&2026-01-243-4/+5
* | | | | Forbid dashes in emoji namesRory&2026-01-231-0/+3
* | | | | cdn: actually execute controllersRory&2026-01-231-0/+1
* | | | | Identify: add self as recipient for DMs with nonexistnt usersRory&2026-01-231-19/+27
* | | | | Dummy warp endpointRory&2026-01-232-0/+59
* | | | | Port User.tag getter from pomelo as utilityRory&2026-01-235-3/+18
|/ / / /
* | | | Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-2225-218/+72
* | | | Bump undici in the npm_and_yarn group across 1 directorydependabot[bot]2026-01-221-14/+3
* | | | CDN: use central cache middleware. Closes #1455Rory&2026-01-227-20/+40
* | | | Move health endpoints to /, deprecate /api/-. Fixes #1089Rory&2026-01-225-3/+15
* | | | Apply-migrations: retryRory&2026-01-221-5/+19
* | | | Nix: dont set after/requires at allRory&2026-01-221-2/+2
* | | | Nix: dont depend on network.targetRory&2026-01-221-1/+1
* | | | WIP: StopForumSpam supportRory&2026-01-222-0/+132
* | | | Merge pull request #1471 from MathMan05/botFixCyber2026-01-211-1/+1
|\ \ \ \
| * | | | bot fixMathMan052026-01-211-1/+1
* | | | | reenable wantedbyRory&2026-01-211-1/+1
* | | | | disable services as a testRory&2026-01-211-1/+1
* | | | | Set 15s timeout for migrationsRory&2026-01-211-0/+3
* | | | | network-online.target -> network.target?Rory&2026-01-211-1/+1
* | | | | Nix: remove dependency on postgres service if host isnt running itRory&2026-01-211-1/+2
* | | | | Quick and dirty util scripts, trim node modulesRory&2026-01-214-106/+362
* | | | | Fix tsconfig for tsgoRory&2026-01-211-1/+1
* | | | | oops, left some .orig files in ajv patchRory&2026-01-211-643/+0
|/ / / /
* | | | fix validationsMathMan052026-01-201-3/+5
* | | | tsconfig: set srcDir, tsBuildInfoFileRory&2026-01-202-2/+3
* | | | Fix NixOS tests, allow building via tsgoRory&2026-01-2010-13/+235
* | | | Nix test VM, migrations helper scriptRory&2026-01-199-0/+276
* | | | Update nix depsRory&2026-01-176-404/+103
* | | | Add explicit dep on EFCore to resolve compiler errorRory&2026-01-172-528/+2
* | | | Update nix nuget depsRory&2026-01-174-0/+1113
* | | | Setting myself up for failureRory&2026-01-1731-759/+813
* | | | Add stub POSt report endpointRory&2026-01-179-85/+895
* | | | Restructure extrasRory&2026-01-17107-244/+382
* | | | Merge commit from forkCyber2026-01-161-1/+2
|\ \ \ \
| * | | | Make this not use the whole session objectohayo2026-01-151-1/+2
|/ / / /
* | | | Add temp reporting menu responsesRory&2026-01-1513-81/+11129
* | | | Enum for report menu typesRory&2026-01-143-14/+345
* | | | Actually map all endpoints for getting report menusRory&2026-01-141-14/+27
* | | | Merge pull request #1465 from CyberL1/fix/name-must-not-be-emptyCyber2026-01-146-9/+35
|\ \ \ \
| * | | | fest: throw an error if bot name is emptyCyberL12026-01-144-1/+17
| * | | | fest: throw an error if application name is emptyCyberL12026-01-141-1/+10
| * | | | fix: `FieldErrors` function returned array instead of an objectCyberL12026-01-141-7/+8
|/ / / /
* | | | Gateway close logging for 4002Rory&2026-01-132-3/+16