| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some copyright headers github/dev/async-mentions dev/async-mentions | Rory& | 2026-05-24 | 1 | -1/+1 |
| * | Break up bulk inserts for read states to avoid postgres parameter exhaustion | Rory& | 2026-05-24 | 3 | -0/+42 |
| * | Trace fillInMissingIDs | Rory& | 2026-05-24 | 1 | -1/+3 |
| * | Fix some copyright headers github/dev/cherry dev/cherry | Rory& | 2026-05-24 | 1 | -0/+18 |
| * | Clean up erlpack types | Rory& | 2026-05-24 | 2 | -13/+0 |
| * | Add internal status order enum | Rory& | 2026-05-19 | 1 | -1/+8 |
| * | Rework status enum schema | Rory& | 2026-05-19 | 3 | -3/+18 |
| * | Add deprecation warning for database config | Rory& | 2026-04-25 | 1 | -0/+9 |
| * | Hexdump CDN hashes | Rory& | 2026-04-21 | 4 | -0/+145 |
| * | Clean up imports in schemas/api/bots | Rory& | 2026-04-20 | 5 | -60/+4 |
| * | eslint: yoda | Rory& | 2026-04-19 | 2 | -3/+3 |
| * | eslint: default-case | Rory& | 2026-04-19 | 1 | -0/+2 |
| * | eslint: arrow-body-style=as-needed | Rory& | 2026-04-19 | 5 | -19/+13 |
| * | eslint: no-promise-executor-return | Rory& | 2026-04-19 | 7 | -13/+13 |
| * | eslint: more rules, no-duplicate-imports | Rory& | 2026-04-19 | 4 | -9/+5 |
| * | eslint: array callback return, no restricted imports | Rory& | 2026-04-19 | 20 | -48/+48 |
| * | Make connections more verbose and include some setup instructions | Rory& | 2026-04-19 | 2 | -1/+19 |
| * | Attachment -> PublicAttachment in schemas | Rory& | 2026-04-18 | 1 | -1/+1 |
| * | Fix error logging, dont use simple-array | Rory& | 2026-04-18 | 12 | -19/+75 |
| * | Split out attachment handling from message handler | Rory& | 2026-04-18 | 1 | -0/+17 |
| * | Fix up some straggler columns | Rory& | 2026-04-18 | 1 | -1/+1 |
| * | Fix missed relations | Rory& | 2026-04-18 | 1 | -0/+39 |
| * | Fix attachments | Rory& | 2026-04-18 | 3 | -20/+32 |
| * | No attachment URLs | Rory& | 2026-04-18 | 2 | -14/+47 |
| * | jsonb | Rory& | 2026-04-18 | 18 | -52/+137 |
| * | re-reconcile migrations | Rory& | 2026-04-18 | 1 | -0/+14 |
| * | int8 primary keys | Rory& | 2026-04-18 | 16 | -3/+677 |
| * | Make presence clear async, clean up temp session code | Rory& | 2026-04-13 | 2 | -16/+6 |
| * | Presence disconnect works! | Rory& | 2026-04-13 | 1 | -1/+1 |
| * | Time out presence | Rory& | 2026-04-13 | 1 | -0/+1 |
| * | prep for presence | Rory& | 2026-04-13 | 1 | -0/+78 |
| * | Emit presence on identify, support deduped gw events | Rory& | 2026-04-13 | 2 | -1/+11 |
| * | Align Message object with API spec | whinis | 2026-04-13 | 1 | -7/+6 |
| * | Fix Typing event so that it returns undefined rather than null | whinis | 2026-04-13 | 2 | -20/+9 |
| * | Maybe fix an issue elisa had with discord.py | whinis | 2026-04-13 | 1 | -0/+6 |
| * | Added the @JsonRemoveEmpty decrorator to most of the fields in the message cl... | whinis | 2026-04-13 | 1 | -0/+24 |
| * | revert the change on ElapsedTime read-only class | Oh64 | 2026-04-06 | 1 | -4/+0 |
| * | indexes on instance_bans lookup columns | Oh64 | 2026-04-06 | 1 | -1/+4 |
| * | use arrayGroupBy, include group time in query traces | Oh64 | 2026-04-06 | 1 | -0/+4 |
| * | Add indexes to instance bans table | Rory& | 2026-03-27 | 1 | -0/+23 |
| * | EmbedHandlers: more configuration for embeds, switch to storing all returned ... | Rory& | 2026-03-26 | 5 | -5/+52 |
| * | User: use single query to determine taken discriminators | Rory& | 2026-03-26 | 1 | -6/+5 |
| * | Embeds: factor out from postMessage | Rory& | 2026-03-26 | 4 | -0/+34 |
| * | add channel status migration | Rory& | 2026-03-21 | 1 | -0/+13 |
| * | lambert-server: Remove unused jsonBody option | Rory& | 2026-03-21 | 1 | -2/+0 |
| * | lambert-server: dont overwrite express Router class | Rory& | 2026-03-21 | 1 | -9/+0 |
| * | Fix schemas script | Rory& | 2026-03-21 | 1 | -2/+2 |
| * | lambert-server: remove global namespace pollution for server | Rory& | 2026-03-21 | 1 | -9/+0 |
| * | make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gw | Oh64 | 2026-03-21 | 2 | -4/+15 |
| * | Message toJSON -> null vs undefined | Rory& | 2026-03-21 | 1 | -9/+5 |
| * | Message*Event: as->satisfies (WIP) | Rory& | 2026-03-21 | 1 | -1/+1 |
| * | MessageCreate/UpdateEvent: use PublicMessage | Rory& | 2026-03-20 | 1 | -2/+3 |
| * | Migrate Thread*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 3 | -15/+19 |
| * | Migrate Channel*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+2 |
| * | Migrate Member#addToGuild GuildCreateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -2/+4 |
| * | Migrate GuildMember*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -28/+30 |
| * | Migrate GuildDeleteEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate GuildBan*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+2 |
| * | Migrate ChannelRecipient*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -3/+3 |
| * | Migrate GuildMemberUpdate to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -8/+9 |
| * | merge the functions | MathMan05 | 2026-03-20 | 1 | -46/+42 |
| * | make some corrections | MathMan05 | 2026-03-20 | 3 | -0/+7 |
| * | that shouldn't exist | MathMan05 | 2026-03-20 | 1 | -13/+0 |
| * | fix typo | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | more pk fixes | MathMan05 | 2026-03-20 | 2 | -8/+5 |
| * | fixes for pluralkit | MathMan05 | 2026-03-20 | 1 | -0/+1 |
| * | a lot of small fixes | MathMan05 | 2026-03-20 | 5 | -1/+33 |
| * | it ain't async | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | sign 'em | MathMan05 | 2026-03-20 | 1 | -1/+61 |
| * | switch messages to base message type | MathMan05 | 2026-03-20 | 1 | -2/+2 |
| * | Remove all traces of sqlite3 - resolves #1617 | Rory& | 2026-03-20 | 3 | -37/+16 |
| * | Remove PrimaryIdAutoGenerated (only for what used to be mongodb support) | Rory& | 2026-03-20 | 1 | -4/+2 |
| * | Remove PrimaryIdColumn (only for what used to be mongodb support) | Rory& | 2026-03-20 | 6 | -19/+17 |
| * | Fix some comments | Rory& | 2026-03-19 | 1 | -1/+1 |
| * | Fix typing for activity metadata | Rory& | 2026-03-18 | 1 | -2/+4 |
| * | Schemas for stickers | Rory& | 2026-03-17 | 1 | -1/+0 |
| * | Array method to get distinct items by a selector | Rory& | 2026-03-16 | 1 | -0/+12 |
| * | Clean up schemas some more | Rory& | 2026-03-16 | 1 | -2/+0 |
| * | Added two new configuration options for SMTP: "starttls" and | Lisa Marie Maginnis | 2026-03-15 | 2 | -19/+24 |
| * | give remove the same treatment | MathMan05 | 2026-03-15 | 1 | -0/+1 |
| * | Fix adding reactions | MathMan05 | 2026-03-15 | 1 | -1/+5 |
| * | Some minor work | Rory& | 2026-03-14 | 4 | -43/+1 |
| * | Remove array global pollution | Rory& | 2026-03-14 | 3 | -21/+3 |
| * | Shorten imports | Rory& | 2026-03-14 | 9 | -30/+10 |
| * | Remove unused imports for entities | Rory& | 2026-03-14 | 9 | -17/+10 |
| * | Remove unused imports for non-entities | Rory& | 2026-03-14 | 5 | -6/+1 |
| * | Fix some JSdoc errors | Rory& | 2026-03-14 | 3 | -5/+6 |
| * | Clean up some type guards | Rory& | 2026-03-14 | 2 | -5/+2 |
| * | properly mark unused params | Rory& | 2026-03-14 | 7 | -5/+9 |
| * | lambert-server: remove unused code | Rory& | 2026-03-14 | 3 | -59/+2 |
| * | Snowflake: remove unused binaryToID function | Rory& | 2026-03-14 | 1 | -30/+0 |
| * | Remove unused autoupdater code | Rory& | 2026-03-14 | 2 | -91/+0 |
| * | Qodana: fix async warnings | Rory& | 2026-03-14 | 2 | -4/+4 |
| * | gateway offload work | Rory& | 2026-03-13 | 2 | -3/+6 |
| * | Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE events | Rory& | 2026-03-13 | 1 | -1/+2 |
| * | Gateway: allow addressing dispatch events to specific sessions | Rory& | 2026-03-13 | 2 | -3/+4 |
| * | sticker impl | MathMan05 | 2026-03-07 | 1 | -0/+39 |
| * | Dont serialise guild parents | Rory& | 2026-03-07 | 1 | -0/+1 |
| * | Dont serialize discovery weight/exclusion status | Rory& | 2026-03-07 | 1 | -0/+2 |
| * | [rel/1518] Member flags | Rory& | 2026-03-07 | 2 | -0/+17 |
| * | [rel/1518] Interaction failure reason enum, add missing copyright headers | Rory& | 2026-03-07 | 1 | -2/+12 |
| * | temp hack: ...and dont forget to save it | Rory& | 2026-03-06 | 1 | -0/+1 |
| * | temp hack: maybe set the right did | Rory& | 2026-03-06 | 1 | -1/+1 |
| * | temp hack: re-create sessiosn that went missing | Rory& | 2026-03-06 | 1 | -1/+11 |
| * | Log creation of new sessions, fix some comments | Rory& | 2026-03-06 | 1 | -2/+4 |
| * | IPC: unix socket reinit + backlog system | Rory& | 2026-02-27 | 1 | -20/+52 |
| * | IPC: more unix socket logging | Rory& | 2026-02-27 | 1 | -0/+12 |
| * | IPC: eagerly init unix sockets on startup | Rory& | 2026-02-27 | 1 | -2/+9 |
| * | IPC: factor out imports | Rory& | 2026-02-27 | 1 | -6/+4 |
| * | Option to disable logging route registrations | Rory& | 2026-02-27 | 1 | -1/+1 |
| * | added clean_data to places after a member is created but not constructed to a... | whinis | 2026-02-26 | 1 | -0/+2 |
| * | Add /_spacebar/api/version - resolves #1222 | Rory& | 2026-02-25 | 2 | -0/+48 |
| * | disable toJSON for read states? | Rory& | 2026-02-25 | 1 | -15/+15 |
| * | Fix undefined access | Pablo Stebler | 2026-02-25 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'mathium05/refineSearch' | Rory& | 2026-02-25 | 1 | -3/+3 |
| |\ |
|
| | * | why didn't anyone do this | MathMan05 | 2026-02-23 | 1 | -3/+3 |
| * | | last_pinned_timestamp int4 -> timestamp | Rory& | 2026-02-25 | 2 | -2/+17 |
| * | | Include explicit update where NULL in migration | Rory& | 2026-02-25 | 1 | -0/+1 |
| * | | swap migration order | Rory& | 2026-02-23 | 1 | -2/+2 |
| * | | Faster pings | Rory& | 2026-02-23 | 2 | -10/+54 |
| * | | util: update message flags to match upstream (and use short bigint notation) | Rory& | 2026-02-18 | 1 | -8/+17 |
| * | | Renamed to JsonNumber and removed from incorrectly typed date field | whinis | 2026-02-18 | 4 | -11/+10 |
| * | | Add decorator to change Bigint back to string using Number | whinis | 2026-02-18 | 4 | -0/+26 |
| * | | Add Decorators to clean classes before json serialization and remove invalid ... | whinis | 2026-02-17 | 3 | -0/+58 |
| * | | Fix loading discord guild templates | ChrisChrome | 2026-02-16 | 4 | -4/+20 |
| * | | Separate IP check options during registration | ChrisChrome | 2026-02-16 | 1 | -1/+2 |
| |/ |
|
| * | Allow for smarthosts/local SMTP relays that dont use user/pass AUTH | Lisa Marie Maginnis | 2026-02-14 | 1 | -10/+22 |
| * | Fixed import of nodemailer ('nodemailer.default' does not exist) | Lisa Marie Maginnis | 2026-02-14 | 1 | -1/+1 |
| * | Try to enforce channel limts? | Rory& | 2026-02-14 | 2 | -0/+5 |
| * | fix it the other way arround | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| * | fix pins | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| * | fix it the other way arround | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| * | fix pins | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| * | trace origin of the issue | MathMan05 | 2026-02-13 | 1 | -1/+4 |
| * | oops, fix the call | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| * | fix it betterer | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| * | hopefully fix this bug | MathMan05 | 2026-02-13 | 1 | -1/+1 |
| * | speed up fetching messages | MathMan05 | 2026-02-13 | 1 | -2/+24 |
| * | Fix leaking private User data in mentions | Ahmed A | 2026-02-13 | 1 | -0/+1 |
| * | Devshell: add python setuptools | Rory& | 2026-02-10 | 1 | -2/+2 |
| * | Reword sqlite error | Rory& | 2026-02-10 | 1 | -1/+8 |
| * | Add discovery filtering | Rory& | 2026-02-10 | 2 | -0/+21 |
| * | dont send channel create for dms that were already open??? | Rory& | 2026-02-08 | 1 | -1/+5 |
| * | fix channel check | MathMan05 | 2026-02-08 | 1 | -1/+1 |
| * | fix channel flags | MathMan05 | 2026-02-08 | 1 | -2/+1 |
| * | post with tags | MathMan05 | 2026-02-05 | 2 | -0/+31 |
| * | create tags | MathMan05 | 2026-02-05 | 3 | -2/+20 |
| * | array init | MathMan05 | 2026-02-05 | 4 | -0/+90 |
| * | merge master | MathMan05 | 2026-02-04 | 4 | -15/+27 |
| |\ |
|
| | * | Merge remote-tracking branch 'mathium05/threadMore' | Rory& | 2026-02-04 | 1 | -1/+1 |
| | |\ |
|
| | | * | allow deep threads | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | | Fix disabling migrations on nix not wirking | Rory& | 2026-02-04 | 2 | -14/+23 |
| | |/ |
|
| | * | more thread improvements | MathMan05 | 2026-02-03 | 1 | -0/+3 |
| * | | forum fixes | MathMan05 | 2026-02-04 | 1 | -0/+2 |
| |/ |
|
| * | stupid migration | MathMan05 | 2026-02-03 | 1 | -17/+0 |
| * | more purging | MathMan05 | 2026-02-03 | 1 | -2/+0 |
| * | prune migration | MathMan05 | 2026-02-03 | 1 | -4/+0 |
| * | fix threads :3 | MathMan05 | 2026-02-04 | 1 | -7/+21 |
| * | some fixes | MathMan05 | 2026-02-04 | 2 | -1/+30 |
| * | Merge remote-tracking branch 'mathium05/threadFixes' | Rory& | 2026-02-04 | 3 | -3/+3 |
| |\ |
|
| | * | more changes | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | some thread fixes | MathMan05 | 2026-02-03 | 2 | -2/+2 |
| * | | Merge remote-tracking branch 'mathium05/errorFix' | Rory& | 2026-02-03 | 1 | -7/+6 |
| |\ \ |
|
| | * \ | Merge branch 'spacebarchat:master' into errorFix | Mathium05 | 2025-12-23 | 3 | -4/+16 |
| | |\ \ |
|
| | * | | | feild error fixes | MathMan05 | 2025-12-23 | 1 | -8/+8 |
| * | | | | Merge remote-tracking branch 's074/add-rabbitmq-error-handling' | Rory& | 2026-02-03 | 2 | -62/+177 |
| |\ \ \ \ |
|
| | * | | | | don't rethrow error, just keep retrying | dank074 | 2026-02-03 | 1 | -1/+0 |
| | * | | | | don't need this | dank074 | 2026-02-01 | 1 | -3/+1 |
| | * | | | | remove jitter from delay calculation altogether | dank074 | 2026-01-30 | 1 | -9/+3 |
| | * | | | | simplify reconnect delay and shorten time | dank074 | 2026-01-30 | 1 | -7/+6 |
| | * | | | | add rabbitmq reconnection logic with state recovery | dank074 | 2026-01-22 | 2 | -62/+187 |
| * | | | | | Merge remote-tracking branch 'oh64/master' | Rory& | 2026-02-03 | 1 | -19/+136 |
| |\ \ \ \ \ |
|
| | * | | | | | Add emit listener check and ghost file handling | Oh64 | 2026-02-03 | 1 | -6/+28 |
| | * | | | | | try to enhance Unix socket handling | Oh64 | 2026-02-03 | 1 | -13/+108 |
| * | | | | | | Guild discovery: option to hide already joined guilds | Rory& | 2026-02-03 | 1 | -0/+1 |
| * | | | | | | Env var to disable db migrations, nix: drop pre-start service | Rory& | 2026-02-03 | 1 | -2/+4 |
| * | | | | | | Well, dont then ig | Rory& | 2026-02-03 | 1 | -5/+0 |
| * | | | | | | try catch a migration line | Rory& | 2026-02-03 | 1 | -4/+5 |
| * | | | | | | Add member profile customisation fields to db | Rory& | 2026-02-03 | 2 | -3/+48 |
| * | | | | | | Add user profile costomisation fields to db | Rory& | 2026-02-03 | 2 | -1/+42 |
| |/ / / / / |
|
| * | | | | | temp unfinished json stuff in ts | Rory& | 2026-02-01 | 6 | -0/+376 |
| * | | | | | Use describe for test grouping, more functions, less const arrows | Rory& | 2026-02-01 | 5 | -332/+340 |
| * | | | | | Basic offload configuration | Rory& | 2026-01-30 | 3 | -0/+28 |
| | |_|_|/
|/| | | |
|
| * | | | | Thread membership routes | Rory& | 2026-01-29 | 1 | -0/+1 |
| * | | | | READY changes for threads ported from #876 | Rory& | 2026-01-29 | 1 | -3/+3 |
| * | | | | Channel/thread util methods ported from #876 | Rory& | 2026-01-29 | 2 | -5/+136 |
| * | | | | Gateway event types ported from #876 | Rory& | 2026-01-29 | 1 | -1/+60 |
| * | | | | Thread members ported from #876 | Rory& | 2026-01-29 | 4 | -0/+234 |
| * | | | | Regenerate migrations for threads | Rory& | 2026-01-28 | 4 | -67/+6 |
| * | | | | Merge remote-tracking branch 'origin/dev/threads' | Rory& | 2026-01-28 | 7 | -1/+113 |
| |\ \ \ \ |
|
| | * | | | | initial recipients work | MathMan05 | 2026-01-28 | 2 | -0/+2 |
| | * | | | | thread API start | MathMan05 | 2026-01-28 | 5 | -1/+39 |
| | * | | | | sechema changes+migrations | MathMan05 | 2026-01-28 | 4 | -1/+73 |
| * | | | | | Add basic thread helper functions | Rory& | 2026-01-28 | 1 | -0/+12 |
| * | | | | | Update channel type enum to un-erkinalp-ize it, and match discord | Rory& | 2026-01-28 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Rename use_thread permissions to create_thread | Rory& | 2026-01-28 | 1 | -2/+2 |
| * | | | | Make bot invites configurable | Rory& | 2026-01-24 | 1 | -0/+1 |
| * | | | | Port User.tag getter from pomelo as utility | Rory& | 2026-01-23 | 1 | -1/+8 |
| |/ / / |
|
| * | | | WIP: StopForumSpam support | Rory& | 2026-01-22 | 2 | -0/+132 |
| * | | | bot fix | MathMan05 | 2026-01-21 | 1 | -1/+1 |
| * | | | Add stub POSt report endpoint | Rory& | 2026-01-17 | 2 | -1/+46 |
| * | | | fix: `FieldErrors` function returned array instead of an object | CyberL1 | 2026-01-14 | 1 | -7/+8 |
| * | | | Fix schemas... | Rory& | 2025-12-27 | 1 | -24/+32 |
| * | | | Allow passing config secrets as paths | Rory& | 2025-12-27 | 1 | -0/+15 |
| * | | | print cwd in jwt | Rory& | 2025-12-27 | 1 | -1/+1 |
| * | | | Log some paths | Rory& | 2025-12-27 | 2 | -2/+3 |
| * | | | Drop unused metrics configuration | Rory& | 2025-12-25 | 3 | -24/+0 |
| * | | | Drop unused Kafka configuration | Rory& | 2025-12-25 | 3 | -26/+0 |
| * | | | Consistent imports and instructions for email | Rory& | 2025-12-25 | 4 | -10/+15 |
| * | | | Drop sqlite3 by default | Rory& | 2025-12-25 | 1 | -5/+13 |
| | |/
|/| |
|
| * | | Add server name config option for use in client redirects | Rory& | 2025-12-23 | 2 | -4/+10 |
| * | | Merge pull request #1449 from MathMan05/inviteFix | Cyber | 2025-12-22 | 1 | -0/+6 |
| |\ \
| |/
|/| |
|
| | * | fix invite API slightly | MathMan05 | 2025-12-22 | 1 | -0/+6 |
| * | | Commit evil (set process names) | Rory& | 2025-12-20 | 1 | -1/+0 |
| |/ |
|
| * | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 2 | -9/+9 |
| * | Dont use promises for dummy endpoints | Rory& | 2025-12-19 | 3 | -6/+7 |
| * | ESLint: warn for deprecated constructs | Rory& | 2025-12-19 | 1 | -2/+2 |
| * | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 3 | -5/+5 |
| * | Send HTTP 401 on token errors | Rory& | 2025-12-19 | 1 | -14/+13 |
| * | Fix initial database setup | Rory& | 2025-12-19 | 1 | -1/+6 |
| * | Use inserts instead of save for new entities | Rory& | 2025-12-19 | 1 | -1/+6 |
| * | WIP CDN stuff | Rory& | 2025-12-19 | 1 | -0/+26 |
| * | Drop blockProxies from config - fixup for #1444 / b54e86d | Rory& | 2025-12-18 | 1 | -1/+0 |
| * | Drop isProxy alltogether, because wtf is this language (!![] === true apparen... | Rory& | 2025-12-18 | 1 | -9/+0 |
| * | Merge branch 'master' into feat/forwards | Cyber | 2025-12-18 | 1 | -0/+7 |
| |\ |
|
| | * | More gateway trace | Rory& | 2025-12-18 | 1 | -0/+7 |
| * | | chore: run prettier | CyberL1 | 2025-12-18 | 2 | -9/+9 |
| * | | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 2 | -1/+17 |
| |/ |
|
| * | Dont log unix socket emissions that are below 5ms due to log noise | Rory& | 2025-12-17 | 1 | -1/+3 |
| * | Add common scams from discord to blocked usernames by default | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | friend nicknames | MathMan05 | 2025-12-17 | 1 | -0/+9 |
| * | Drop extended_settings, account data soon. Closes #1160 | Rory& | 2025-12-17 | 2 | -5/+13 |
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 2 | -7/+5 |
| |\ |
|
| | * | Run ESLint | TomatoCake | 2024-09-01 | 1 | -8/+1 |
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 1 | -6/+4 |
| * | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 198 | -8503/+8503 |
| * | | No more fallback URLs | Rory& | 2025-12-17 | 3 | -5/+4 |
| * | | Dont directly export all config subtypes | Rory& | 2025-12-17 | 2 | -2/+1 |
| * | | Move region to webrtc schemas | Rory& | 2025-12-17 | 4 | -51/+1 |
| * | | Prettier u10 | Rory& | 2025-12-17 | 1 | -84/+30 |
| * | | Prettier u7 | Rory& | 2025-12-17 | 10 | -732/+193 |
| * | | Prettier u6 | Rory& | 2025-12-17 | 15 | -196/+61 |
| * | | Prettier u5 | Rory& | 2025-12-17 | 2 | -15/+3 |
| * | | Prettier -1 | Rory& | 2025-12-17 | 1 | -1/+0 |
| * | | Prettier 8 | Rory& | 2025-12-17 | 5 | -32/+8 |
| * | | Prettier 6 | Rory& | 2025-12-17 | 5 | -70/+17 |
| * | | Prettier 5 | Rory& | 2025-12-17 | 2 | -5/+5 |
| * | | Prettier 4 | Rory& | 2025-12-17 | 2 | -4/+4 |
| * | | Prettier 3 | Rory& | 2025-12-17 | 3 | -6/+3 |
| * | | Prettier 2 | Rory& | 2025-12-17 | 2 | -2/+2 |