summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* shoot, screwed up the merge conflict github/tmp-master tmp-masterMathMan052026-02-051-5/+0
* fix merge conflicMathMan052026-02-051-4/+11
|\
| * fix slight errorMathMan052026-02-061-2/+2
| * maybe fix bot threads?MathMan052026-02-061-8/+10
* | 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-047-19/+35
|\|
| * 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-043-15/+28
| |/
| * 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
* 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-235-8/+31
| |\ \
| * | | 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-031-2/+4
* | | | | | Update schemas for profile customisationRory&2026-02-033-2/+40
* | | | | | 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
* | | | | | Add member profile customisation fields to dbRory&2026-02-032-3/+48
* | | | | | Add user profile costomisation fields to dbRory&2026-02-032-1/+42
|/ / / / /
* | | | | 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
* | | | | temp unfinished json stuff in tsRory&2026-02-016-0/+376
* | | | | Use describe for test grouping, more functions, less const arrowsRory&2026-02-015-332/+340
* | | | | 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
* | | | | fix: don't return default role for user profilesCyberL12026-01-301-0/+2
| |_|_|/ |/| | |
* | | | 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-2816-11/+313
|\ \ \ \
| * | | | 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-2812-7/+194
| * | | | sechema changes+migrationsMathMan052026-01-285-1/+81
* | | | | 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-281-2/+2
* | | | 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-231-0/+39
* | | | Port User.tag getter from pomelo as utilityRory&2026-01-233-3/+10
|/ / /
* | | Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-2222-18/+61
* | | CDN: use central cache middleware. Closes #1455Rory&2026-01-227-20/+40
* | | Move health endpoints to /, deprecate /api/-. Fixes #1089Rory&2026-01-223-3/+12
* | | Apply-migrations: retryRory&2026-01-221-5/+19
* | | WIP: StopForumSpam supportRory&2026-01-222-0/+132
* | | bot fixMathMan052026-01-211-1/+1
* | | fix validationsMathMan052026-01-201-3/+5
* | | Fix NixOS tests, allow building via tsgoRory&2026-01-201-1/+3
* | | Nix test VM, migrations helper scriptRory&2026-01-191-0/+15
* | | Add stub POSt report endpointRory&2026-01-177-67/+287
* | | Make this not use the whole session objectohayo2026-01-151-1/+2
* | | Add temp reporting menu responsesRory&2026-01-152-1/+10
* | | Enum for report menu typesRory&2026-01-142-13/+66
* | | Actually map all endpoints for getting report menusRory&2026-01-141-14/+27
* | | fest: throw an error if bot name is emptyCyberL12026-01-142-1/+11
* | | 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
* | | Support API v10Rory&2026-01-131-0/+2
* | | Include request info in errorsRory&2026-01-132-4/+5
* | | Whoami endpoint in apiRory&2026-01-111-0/+57
* | | fix: relationshipsSelf are now actually selfCyberL12026-01-101-1/+1
* | | Fix profile APIMathMan052025-12-291-6/+7
* | | Persist uploader user id for new stickersRory&2025-12-281-0/+1
* | | Fix schemas...Rory&2025-12-271-24/+32
* | | Allow passing config secrets as pathsRory&2025-12-271-0/+15
* | | print cwd in jwtRory&2025-12-271-1/+1
* | | Log some pathsRory&2025-12-272-2/+3
* | | fix endpoint crapRory&2025-12-272-3/+3
* | | Ignore empty ASN type/ID in registerRory&2025-12-261-2/+6
* | | Fix endpoint public splittingRory&2025-12-252-2/+2
* | | Drop unused metrics configurationRory&2025-12-253-24/+0
* | | Drop unused Kafka configurationRory&2025-12-253-26/+0
* | | Consistent imports and instructions for emailRory&2025-12-254-10/+15
* | | No s3 support by defaultRory&2025-12-252-8/+24
* | | Drop sqlite3 by defaultRory&2025-12-251-5/+13
| |/ |/|
* | Add server name config option for use in client redirectsRory&2025-12-232-4/+10
* | Set low cache-control headers for static pagesRory&2025-12-231-3/+14
* | Merge pull request #1449 from MathMan05/inviteFixCyber2025-12-222-1/+7
|\ \ | |/ |/|
| * fix invite API slightlyMathMan052025-12-222-1/+7
* | ShieldsRory&2025-12-212-0/+101
* | Widget: sort users by idRory&2025-12-211-16/+16
* | Fix importRory&2025-12-211-1/+1
* | Filter widget channels by type, implement rudimentary cache, mark cache as im...Rory&2025-12-211-77/+98
* | Bump widget idle time to 5 minutesRory&2025-12-201-1/+1
* | Forgot about bundleRory&2025-12-201-0/+5
* | Commit evil (set process names)Rory&2025-12-205-1/+21
|/
* Merge remote-tracking branch 'mathium05/dmFix'Rory&2025-12-202-2/+4
|\
| * DM bot FixMathMan052025-12-192-2/+4
* | Fix online member countRory&2025-12-201-1/+2
|/
* Fix widgetRory&2025-12-201-4/+6
* Widget improvementsRory&2025-12-191-1/+5
* Implement widgetRory&2025-12-192-5/+15
* Deprecation: Use object-based relations for typeormRory&2025-12-1955-137/+151
* more async ioRory&2025-12-192-3/+3
* use async io for CDN file storageRory&2025-12-191-2/+3
* Dont use promises for dummy endpointsRory&2025-12-1938-47/+47
* ESLint: warn for deprecated constructsRory&2025-12-192-3/+7
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-1936-44/+67
* refactor: adjust numbers for length limitsCyberL12025-12-191-1/+1
* refactor: adjust numbers for length limitsCyberL12025-12-191-2/+2
* refactor: adjust commit lenghts for `push` eventCyberL12025-12-191-1/+1
* fix: description length for `issue_comment` eventCyberL12025-12-191-1/+1
* fix: description length for `issue` eventCyberL12025-12-191-1/+1
* Send HTTP 401 on token errorsRory&2025-12-192-14/+16
* Fix initial database setupRory&2025-12-191-1/+6
* Use inserts instead of save for new entitiesRory&2025-12-191-1/+6
* WIP CDN stuffRory&2025-12-192-0/+143
* Drop blockProxies from config - fixup for #1444 / b54e86dRory&2025-12-181-1/+0
* Drop isProxy alltogether, because wtf is this language (!![] === true apparen...Rory&2025-12-182-14/+0
* Merge branch 'master' into feat/forwardsCyber2025-12-182-61/+104
|\
| * More gateway traceRory&2025-12-182-61/+104
* | add TODOCyberL12025-12-181-0/+2
* | chore: run prettierCyberL12025-12-184-25/+25
* | feat: add message forwards (normal messages only)CyberL12025-12-185-4/+76
|/
* Fix identify traceRory&2025-12-181-3/+4
* Clean up some pointless gateway log noiseRory&2025-12-181-2/+1
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-1812-24/+21
* Try traces againRory&2025-12-181-10/+0
* Fill these back in?Rory&2025-12-171-0/+3
* Reorganise traces?Rory&2025-12-171-9/+44
* trace checkTokenRory&2025-12-171-4/+10
* Avoid roundtrip when updating sessionRory&2025-12-171-8/+14
* Reorganise identify queriesRory&2025-12-171-11/+11
* Remove more dead codeRory&2025-12-171-10/+0
* Remove dead code from identifyRory&2025-12-171-22/+2
* Dont log unix socket emissions that are below 5ms due to log noiseRory&2025-12-171-1/+3
* Add common scams from discord to blocked usernames by defaultRory&2025-12-171-1/+1
* friend nicknamesMathMan052025-12-174-2/+71
* Drop extended_settings, account data soon. Closes #1160Rory&2025-12-173-6/+13
* Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults'Rory&2025-12-178-18/+21
|\
| * Run ESLintTomatoCake2024-09-011-8/+1
| * Stop returning defaults when using getPublicUser()TomatoCake2024-09-015-13/+16
* | Merge remote-tracking branch 'mathium05/greetFix'Rory&2025-12-171-2/+2
|\ \
| * \ Merge branch 'master' into greetFixCyber2025-11-185-1/+22
| |\ \
| * | | fix greet APIMathMan052025-11-171-3/+3
* | | | lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-17647-27593/+27593
* | | | Remove automod code in favor of dev/emma-wip stuffRory&2025-12-171-55/+0
* | | | No more fallback URLsRory&2025-12-176-11/+7
* | | | Remove GATEWAY/CDN env variables in favor of single source of truthRory&2025-12-172-2/+2
* | | | Dont directly export all config subtypesRory&2025-12-173-3/+2
* | | | Move region to webrtc schemasRory&2025-12-176-23/+5
* | | | Prettier u14Rory&2025-12-172-2/+2
* | | | Prettier u10Rory&2025-12-175-149/+52
* | | | Prettier u9Rory&2025-12-179-330/+124
* | | | Prettier u8Rory&2025-12-1713-287/+71
* | | | Prettier u7Rory&2025-12-1710-732/+193
* | | | Prettier u6Rory&2025-12-1715-196/+61
* | | | Prettier u5Rory&2025-12-1713-278/+69
* | | | Prettier u4Rory&2025-12-1718-486/+130
* | | | Prettier u3Rory&2025-12-1718-388/+134
* | | | Prettier -1Rory&2025-12-171-1/+0
* | | | Prettier 8Rory&2025-12-178-51/+13
* | | | Prettier 7Rory&2025-12-171-6/+1
* | | | Prettier 6Rory&2025-12-177-79/+20
* | | | Prettier 5Rory&2025-12-1710-37/+13
* | | | Prettier 4Rory&2025-12-177-17/+11
* | | | Prettier 3Rory&2025-12-177-14/+7
* | | | Prettier 2Rory&2025-12-1711-11/+11
* | | | Prettier 2Rory&2025-12-1744-190/+85
* | | | Prettier 1Rory&2025-12-1722-322/+102
* | | | Prettier connectionsRory&2025-12-1711-359/+96
* | | | Prettier migration scriptsRory&2025-12-1725-330/+265
* | | | Prettier a few filesRory&2025-12-171-1/+0
* | | | finally make eslint happyRory&2025-12-1711-117/+64
* | | | Fix typoRory&2025-12-171-1/+1
* | | | Fix session id shenanigsRory&2025-12-172-2/+2
* | | | forgot to clean upRory&2025-12-171-2/+0
* | | | Centralise ip info logicRory&2025-12-174-28/+36
* | | | Remove ugly hackRory&2025-12-171-2/+2
* | | | Cast ephemeral flag to number because lmaoRory&2025-12-171-1/+1
* | | | Rename PRIVATE_ROUTE -> EPHEMERAL, fix typoRory&2025-12-173-7/+5
* | | | unixsock: use length-prefixed message framing + bufferRory&2025-12-171-10/+32
* | | | Remove device on logoutRory&2025-12-172-8/+10
* | | | Fix sessions logoutRory&2025-12-171-0/+1
* | | | Update session infoRory&2025-12-178-75/+145
* | | | Use query for sessions endpointRory&2025-12-161-1/+1
* | | | Fix sessionRory&2025-12-161-3/+3
* | | | Lower interval for cleaning up sessionsRory&2025-12-161-1/+1
* | | | Device managementRory&2025-12-163-1/+149
* | | | Experimental unix socket modeRory&2025-12-162-3/+151
* | | | Forgot to make rabbitmq staticRory&2025-12-161-4/+4
* | | | Listen for connection errors?Rory&2025-12-161-15/+25
* | | | Dirty rabbitmq hackRory&2025-12-162-2/+7
* | | | Gateway token frefreshRory&2025-12-163-3/+10
* | | | Fix gatewayRory&2025-12-161-1/+1
* | | | Fix bad importsRory&2025-12-166-6/+6
* | | | Expire old sessions, update last seen on gateway heartbeatRory&2025-12-162-5/+21
* | | | Gateway: update session last seen on heartbeatRory&2025-12-161-1/+16