summary refs log tree commit diff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge the functions github/compv2 compv2MathMan052026-03-074-57/+60
|
* make some correctionsMathMan052026-03-075-19/+35
|
* make better errorMathMan052026-03-071-1/+1
|
* remove weird debuggingMathMan052026-03-071-2/+1
|
* invert ifMathMan052026-03-071-7/+7
|
* that shouldn't existMathMan052026-03-071-13/+0
|
* fixesMathMan052026-03-072-2/+3
|
* remove logMathMan052026-03-071-1/+0
|
* inline constantMathMan052026-03-071-2/+1
|
* fix typoMathMan052026-03-072-2/+2
|
* enum for failureMathMan052026-03-071-2/+2
|
* remove logMathMan052026-03-071-1/+0
|
* correct commentMathMan052026-03-071-1/+1
|
* returnMathMan052026-03-071-1/+1
|
* keep it safeMathMan052026-03-071-1/+26
|
* remove logsMathMan052026-03-071-4/+0
|
* don't do thatMathMan052026-03-071-0/+3
|
* call to jsonMathMan052026-03-074-7/+7
|
* more pk fixesMathMan052026-03-075-12/+11
|
* fix moreMathMan052026-03-071-0/+1
|
* fixes for pluralkitMathMan052026-03-076-23/+119
|
* a lot of small fixesMathMan052026-03-077-1/+38
|
* remove some extrasMathMan052026-03-071-8/+0
|
* fix many bugsMathMan052026-03-072-25/+31
|
* sign hereMathMan052026-03-071-9/+5
|
* it ain't asyncMathMan052026-03-073-10/+8
|
* sign 'emMathMan052026-03-074-11/+90
|
* maybe processing media?MathMan052026-03-071-12/+90
|
* v2 init workMathMan052026-03-072-32/+183
|
* switch messages to base message typeMathMan052026-03-075-9/+9
|
* move the check to the right spotMathMan052026-03-072-41/+53
|
* 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
|
* onVoiceStateUpdate: change to VoiceState.merge() for copying propertiesdank0742026-02-281-2/+7
|
* 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
|
* 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
|
* added clean_data to places after a member is created but not constructed to ↵whinis2026-02-263-0/+4
| | | | allow proper json creation.
* Add /_spacebar/api/version - resolves #1222Rory&2026-02-254-27/+57
|
* disable toJSON for read states?Rory&2026-02-251-15/+15
|
* 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-252-3/+3
|
* Lower missing route to WARN, add empty route middlewaresRory&2026-02-253-3/+3
|
* 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
| | | | | | | | Closes #1551.
* | 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-233-15/+57
| | |
* | | Discovery fixes, nix updatesRory&2026-02-231-1/+6
| | |
* | | webrtc package by defaultRory&2026-02-201-1/+1
| | |
* | | 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
| | | | | | | | | | | | states.
* | | 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
|/ /
* | Some unfinished templates workRory&2026-02-151-1/+1
| |
* | Fix accepting friend requestsRory&2026-02-151-0/+1
| |
* | make i18next shut upCyberL12026-02-151-0/+1
| |
* | 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-144-4/+32
| |
* | 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
| |
* | 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-131-0/+0
| |
* | more pins fixesMathMan052026-02-132-2/+4
| |
* | 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
| |
* | Fix leaking private User data in mentionsAhmed A2026-02-131-0/+1
| |
* | Fix splitting logic for .well-known base urlRory&2026-02-111-1/+1
| |
* | 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
| |
* | Devshell: add python setuptoolsRory&2026-02-101-2/+2
| |
* | Reword sqlite errorRory&2026-02-101-1/+8
| |
* | Add discovery filteringRory&2026-02-103-25/+36
| |
* | 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
| |
* | 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. ↵CyberL12026-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | the mobile fuckery)
* | | | | | 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
|/ / / /