| Commit message (Expand) | Author | Age | Files | Lines |
| * | Attempt to switch test vm to musl? github/tmp-musl-fun tmp-musl-fun | Rory& | 2026-03-28 | 14 | -95/+239 |
| * | 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 | 7 | -40/+117 |
| * | EmbedHandlers: use youtube handler for youtube music, use OrmUtils.mergeDeep ... | Rory& | 2026-03-26 | 1 | -5/+3 |
| * | User: use single query to determine taken discriminators | Rory& | 2026-03-26 | 1 | -6/+5 |
| * | Embeds: factor out from postMessage | Rory& | 2026-03-26 | 6 | -134/+202 |
| * | Fix voice state query trying to include member | Rory& | 2026-03-21 | 3 | -11/+28 |
| * | add channel status migration | Rory& | 2026-03-21 | 1 | -0/+13 |
| * | lambert-server: Remove unused errorHandler option | Rory& | 2026-03-21 | 1 | -1/+1 |
| * | lambert-server: Remove unused jsonBody option | Rory& | 2026-03-21 | 2 | -3/+1 |
| * | lambert-server: dont overwrite express Router class | Rory& | 2026-03-21 | 1 | -9/+0 |
| * | Fix schemas script | Rory& | 2026-03-21 | 5 | -9344/+10193 |
| * | 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 | 12 | -50/+91 |
| * | Add WIP PublicMessage schema | Rory& | 2026-03-21 | 1 | -1/+79 |
| * | More schema stuff | Rory& | 2026-03-21 | 2 | -15/+4 |
| * | Message toJSON -> null vs undefined | Rory& | 2026-03-21 | 1 | -9/+5 |
| * | Message*Event: as->satisfies (WIP) | Rory& | 2026-03-21 | 10 | -18/+21 |
| * | MessageCreate/UpdateEvent: use PublicMessage | Rory& | 2026-03-20 | 1 | -2/+3 |
| * | MessageActivity: add type enum | Rory& | 2026-03-20 | 1 | -1/+11 |
| * | Migrate MessageReaction*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -7/+9 |
| * | Migrate TypingStartEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate Thread*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 8 | -29/+93 |
| * | Migrate MessageDelete*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 3 | -3/+3 |
| * | Migrate ReadyEventData to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate UserDeleteEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate MessageAckEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+2 |
| * | Migrate Stream*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 3 | -6/+6 |
| * | Migrate PresenceUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 4 | -21/+17 |
| * | Migrate UserUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -2/+2 |
| * | Migrate VoiceS*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 5 | -9/+22 |
| * | Migrate Invite*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -2/+2 |
| * | Migrate Channel*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 5 | -11/+11 |
| * | Migrate WebhooksUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -8/+8 |
| * | Migrate Relationship*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -8/+8 |
| * | Migrate Member#addToGuild GuildCreateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -2/+4 |
| * | Migrate GuildStickersUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate GuildRole*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate GuildEmoji*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -3/+3 |
| * | 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 | 2 | -2/+2 |
| * | Migrate GuildBan*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 3 | -5/+5 |
| * | Migrate ChannelRecipient*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 4 | -9/+11 |
| * | Migrate ChannelPinsUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate Interaction*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -3/+3 |
| * | Migrate InteractionCreateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+6 |
| * | Migrate SettingsProto* to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate ChannelDeleteEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate GuildUpdate to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -19/+37 |
| * | Migrate GuildMemberUpdate to satisfies, part of #1577 | Rory& | 2026-03-20 | 4 | -10/+11 |
| * | some type fixes in UApi | Rory& | 2026-03-20 | 2 | -19/+21 |
| * | just one more check | MathMan05 | 2026-03-20 | 1 | -0/+2 |
| * | remove the stupid function | MathMan05 | 2026-03-20 | 1 | -6/+1 |
| * | Fix typo | Rory& | 2026-03-20 | 1 | -4/+4 |
| * | final pk fixes | MathMan05 | 2026-03-20 | 4 | -142/+214 |
| * | merge the functions | MathMan05 | 2026-03-20 | 4 | -57/+60 |
| * | make some corrections | MathMan05 | 2026-03-20 | 5 | -19/+35 |
| * | make better error | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | remove weird debugging | MathMan05 | 2026-03-20 | 1 | -2/+1 |
| * | invert if | MathMan05 | 2026-03-20 | 1 | -7/+7 |
| * | that shouldn't exist | MathMan05 | 2026-03-20 | 1 | -13/+0 |
| * | fixes | MathMan05 | 2026-03-20 | 2 | -2/+3 |
| * | remove log | MathMan05 | 2026-03-20 | 1 | -1/+0 |
| * | inline constant | MathMan05 | 2026-03-20 | 1 | -2/+1 |
| * | fix typo | MathMan05 | 2026-03-20 | 2 | -2/+2 |
| * | enum for failure | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | remove log | MathMan05 | 2026-03-20 | 1 | -1/+0 |
| * | correct comment | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | return | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | keep it safe | MathMan05 | 2026-03-20 | 1 | -1/+14 |
| * | remove logs | MathMan05 | 2026-03-20 | 1 | -3/+0 |
| * | don't do that | MathMan05 | 2026-03-20 | 1 | -0/+3 |
| * | call to json | MathMan05 | 2026-03-20 | 4 | -7/+7 |
| * | more pk fixes | MathMan05 | 2026-03-20 | 5 | -12/+11 |
| * | fix more | MathMan05 | 2026-03-20 | 1 | -0/+1 |
| * | fixes for pluralkit | MathMan05 | 2026-03-20 | 6 | -24/+122 |
| * | a lot of small fixes | MathMan05 | 2026-03-20 | 8 | -3/+39 |
| * | remove some extras | MathMan05 | 2026-03-20 | 1 | -8/+0 |
| * | fix many bugs | MathMan05 | 2026-03-20 | 2 | -25/+31 |
| * | sign here | MathMan05 | 2026-03-20 | 1 | -9/+5 |
| * | it ain't async | MathMan05 | 2026-03-20 | 3 | -10/+8 |
| * | sign 'em | MathMan05 | 2026-03-20 | 4 | -11/+90 |
| * | maybe processing media? | MathMan05 | 2026-03-20 | 1 | -13/+89 |
| * | v2 init work | MathMan05 | 2026-03-20 | 2 | -30/+183 |
| * | switch messages to base message type | MathMan05 | 2026-03-20 | 5 | -8/+9 |
| * | move the check to the right spot | MathMan05 | 2026-03-20 | 2 | -41/+53 |
| * | Remove all traces of sqlite3 - resolves #1617 | Rory& | 2026-03-20 | 6 | -71/+47 |
| * | Exclude mongodb from typeorm deps - resolves #1616 | Rory& | 2026-03-20 | 1 | -1/+2 |
| * | 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 video schema to allow a bunch of undefineds | Rory& | 2026-03-19 | 2 | -7/+10 |
| * | Fix some comments | Rory& | 2026-03-19 | 2 | -1/+2 |
| * | GatewayOffload: rename to Offload | Rory& | 2026-03-19 | 22 | -119/+147 |
| * | CDN: use file contents for hashes, the fuck | Rory& | 2026-03-19 | 14 | -14/+14 |
| * | Fix typing for activity metadata | Rory& | 2026-03-18 | 1 | -2/+4 |
| * | Fix schemas for guild bans | Rory& | 2026-03-17 | 5 | -25/+26 |
| * | Schemas for emojis | Rory& | 2026-03-17 | 4 | -2/+114 |
| * | Schemas for stickers | Rory& | 2026-03-17 | 7 | -275/+381 |
| * | Color coded logging for missing request/response schemas in openapi | Rory& | 2026-03-17 | 2 | -5/+35 |
| * | Fix errorneous log | Rory& | 2026-03-17 | 1 | -2/+1 |
| * | openapi.js: explicitly disable LOG_ROUTES | Rory& | 2026-03-17 | 1 | -0/+2 |
| * | Fix some broken imports | Rory& | 2026-03-17 | 2 | -2/+2 |
| * | 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 | 6 | -682/+66 |
| * | Update pion-webrtc moduel | Rory& | 2026-03-16 | 1 | -3/+3 |
| * | Update npm packages | Rory& | 2026-03-16 | 2 | -44/+54 |
| * | CDN/Attachments: allow access by server request sig | Rory& | 2026-03-15 | 1 | -5/+12 |
| * | CORS: change max age from 5s to 60s | Rory& | 2026-03-15 | 1 | -1/+1 |
| * | Added two new configuration options for SMTP: "starttls" and | Lisa Marie Maginnis | 2026-03-15 | 2 | -19/+24 |
| * | added missing author to replies | Lisa Marie Maginnis | 2026-03-15 | 1 | -1/+4 |
| * | Added user and roles to PublicMember response to fix reactions | Lisa Marie Maginnis | 2026-03-15 | 1 | -1/+9 |
| * | give remove the same treatment | MathMan05 | 2026-03-15 | 2 | -2/+5 |
| * | Fix adding reactions | MathMan05 | 2026-03-15 | 2 | -10/+14 |
| * | Some minor work | Rory& | 2026-03-14 | 8 | -76/+10 |
| * | Remove array global pollution | Rory& | 2026-03-14 | 5 | -151/+127 |
| * | remove duplicate / in url regex | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | Shorten imports | Rory& | 2026-03-14 | 60 | -299/+300 |
| * | Remove unused imports for entities | Rory& | 2026-03-14 | 9 | -17/+10 |
| * | Remove unused imports for non-entities | Rory& | 2026-03-14 | 40 | -411/+824 |
| * | Fix some JSdoc errors | Rory& | 2026-03-14 | 3 | -5/+6 |
| * | Remove unnessecary continue statements | Rory& | 2026-03-14 | 2 | -3/+1 |
| * | Clean up some type guards | Rory& | 2026-03-14 | 4 | -9/+6 |
| * | minor cleanup | Rory& | 2026-03-14 | 2 | -3/+1 |
| * | properly mark unused params | Rory& | 2026-03-14 | 27 | -39/+78 |
| * | 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 | 3 | -94/+0 |
| * | Use plain assignment for permissions in message handler | Rory& | 2026-03-14 | 1 | -2/+2 |
| * | Qodana: fix async warnings | Rory& | 2026-03-14 | 26 | -42/+41 |
| * | Update nix locks for nuget deps | Rory& | 2026-03-14 | 16 | -348/+388 |
| * | Update nuget deps | Rory& | 2026-03-14 | 14 | -19/+20 |
| * | fix nix flake check | Rory& | 2026-03-14 | 2 | -7/+9 |
| * | fix nixos tests | Rory& | 2026-03-14 | 1 | -0/+1 |
| * | Roll back discord-protos | Rory& | 2026-03-13 | 2 | -6/+6 |
| * | Update nix, pion-sfu, npm packages | Rory& | 2026-03-13 | 3 | -313/+328 |
| * | Merge pull request #1591 from CyberL1/fix/messaage-jumping-stuff | Cyber | 2026-03-13 | 1 | -1/+1 |
| |\ |
|
| | * | fix: `around` parameter returning invalid sort | CyberL1 | 2026-03-13 | 1 | -1/+1 |
| |/ |
|
| * | gateway offload work | Rory& | 2026-03-13 | 11 | -16/+50 |
| * | identify: use proto toVoiceState | Rory& | 2026-03-13 | 1 | -1/+1 |
| * | nix: fix wrappers | Rory& | 2026-03-13 | 1 | -2/+2 |
| * | nix: fix deps for admin api | Rory& | 2026-03-13 | 1 | -0/+2 |
| * | CS: make replication messages typed, some offload work | Rory& | 2026-03-13 | 16 | -35/+291 |
| * | gateway: util function to do gateway offload stuff | Rory& | 2026-03-13 | 1 | -1/+35 |
| * | admin api: send SB_SESSION_REMOVE when deleting user | Rory& | 2026-03-13 | 1 | -0/+6 |
| * | cs: Add session_id and reconnect_delay to replicationmessage | Rory& | 2026-03-13 | 1 | -0/+6 |
| * | API: fire SB_SESSION_REMOVE upon logging out a session | Rory& | 2026-03-13 | 2 | -2/+14 |
| * | Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE events | Rory& | 2026-03-13 | 3 | -11/+32 |
| * | Gateway: allow addressing dispatch events to specific sessions | Rory& | 2026-03-13 | 3 | -3/+5 |
| * | nix: cache builds | Rory& | 2026-03-13 | 1 | -48/+76 |
| * | Gateway: include entity counts in trace names | Rory& | 2026-03-12 | 1 | -5/+5 |
| * | .idea: exclude cs bin dirs from analysis | Rory& | 2026-03-12 | 1 | -0/+56 |
| * | Factor out getMostRelevantSession | Rory& | 2026-03-12 | 4 | -55/+24 |
| * | fix op43 | Rory& | 2026-03-12 | 1 | -3/+3 |
| * | Gateway: implement op43 | Rory& | 2026-03-12 | 3 | -1/+51 |
| * | nix: add gateway sharding options | Rory& | 2026-03-12 | 5 | -6/+95 |
| * | build(deps): update npm dependencies hash [dependabot skip] | dependabot[bot] | 2026-03-11 | 1 | -3/+3 |
| * | build(deps): bump file-type in the npm_and_yarn group across 1 directory | dependabot[bot] | 2026-03-11 | 2 | -5/+5 |
| * | nix: quieten dotnet output | Rory& | 2026-03-11 | 1 | -1/+1 |
| * | requestguildmembers: immediately send data instead of buffering | Rory& | 2026-03-11 | 1 | -26/+26 |
| * | requestguildmembers: dont forget user relation, lol | Rory& | 2026-03-11 | 1 | -0/+1 |
| * | requestguildmembers: assign presence list directly without for loop | Rory& | 2026-03-11 | 1 | -15/+18 |
| * | requestguildmembers: select only relevant data | Rory& | 2026-03-11 | 1 | -1/+7 |
| * | requestguildmembers: track member count properly | Rory& | 2026-03-11 | 1 | -3/+4 |
| * | requestguildmembers: log chunks | Rory& | 2026-03-11 | 1 | -2/+7 |
| * | requestguildmembers: bulk query sessions | Rory& | 2026-03-11 | 1 | -5/+9 |
| * | WIP cdn-cs stuff github/dev/emma/gateway-batch-presence-lookup dev/emma/gateway-batch-presence-lookup | Rory& | 2026-03-11 | 10 | -44/+123 |
| * | fix: fall back to undefined in message create | Rory& | 2026-03-07 | 1 | -0/+1 |
| * | build(deps): update npm dependencies hash [dependabot skip] | dependabot[bot] | 2026-03-07 | 1 | -6/+6 |
| * | Bump the npm_and_yarn group across 1 directory with 2 updates | dependabot[bot] | 2026-03-07 | 2 | -79/+32 |
| * | sticker impl | MathMan05 | 2026-03-07 | 2 | -1/+55 |
| * | when guild region is misconfigured, fallback to default region | dank074 | 2026-03-07 | 2 | -4/+18 |
| * | gateway should not crash for clients that send Op 37 with missing channel ran... | dank074 | 2026-03-07 | 1 | -1/+1 |
| * | Fix guild settings not using .save, nor beign awaited | Rory& | 2026-03-07 | 1 | -1/+1 |
| * | Fix indents in interactions copyright notice | Rory& | 2026-03-07 | 1 | -3/+3 |
| * | 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] Allowed mentions + message reference: allow nulls | Rory& | 2026-03-07 | 1 | -5/+5 |
| * | [rel/1518] Member flags | Rory& | 2026-03-07 | 3 | -1/+20 |
| * | [rel/1518] make PartialEmoji accept id-only | Rory& | 2026-03-07 | 1 | -5/+12 |
| * | [rel/1518] Interaction failure reason enum, add missing copyright headers | Rory& | 2026-03-07 | 13 | -4/+217 |
| * | [cherry/1518] Webhooks: respect thread_id parameter | Rory& | 2026-03-06 | 1 | -7/+18 |
| * | 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 |
| * | oooops | Rory& | 2026-03-06 | 1 | -1/+1 |
| * | actually backpropagate session id in identify to ws object | Rory& | 2026-03-06 | 1 | -0/+1 |
| * | Log creation of new sessions, fix some comments | Rory& | 2026-03-06 | 2 | -2/+16 |
| * | Inline pointless const for session_id | Rory& | 2026-03-06 | 1 | -3/+1 |
| * | nix/cdn work | Rory& | 2026-02-28 | 17 | -175/+408 |
| * | onVoiceStateUpdate: change to VoiceState.merge() for copying properties | dank074 | 2026-02-28 | 1 | -2/+7 |
| * | flake, move testvm to nixosconfigurations lkey | Rory& | 2026-02-28 | 1 | -1/+1 |
| * | Add UAPI changes | Rory& | 2026-02-28 | 2 | -4/+6 |
| * | Rip out CDN migrations | Rory& | 2026-02-28 | 12 | -237/+68 |
| * | Add sticker migration | Rory& | 2026-02-28 | 1 | -1/+21 |
| * | IPC: unix socket reinit + backlog system | Rory& | 2026-02-27 | 1 | -20/+52 |
| * | Sync webstorm workspace | Rory& | 2026-02-27 | 2 | -42/+55 |
| * | CS: reduce warning count for models | Rory& | 2026-02-27 | 1 | -0/+3 |
| * | 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 | 3 | -5/+5 |
| * | move mediaServer.start() into try catch | dank074 | 2026-02-27 | 2 | -2/+2 |
| * | Explicitly make webrtc service depend on sfu service | Rory& | 2026-02-27 | 1 | -0/+1 |
| * | nix: add AF_NETLINK | Rory& | 2026-02-27 | 2 | -0/+2 |
| * | Hopefully get nix routing right | Rory& | 2026-02-26 | 8 | -376/+235 |
| * | Drop medooze, add pion | Rory& | 2026-02-26 | 2 | -88/+7 |
| * | Update Pion-WebRTC | Rory& | 2026-02-26 | 1 | -3/+3 |
| * | UApi: partial work on filling in wrappers for non-json endpoints | Rory& | 2026-02-26 | 2 | -0/+98 |
| * | UApi/models: permissions? | Rory& | 2026-02-26 | 3 | -0/+103 |
| * | added clean_data to places after a member is created but not constructed to a... | whinis | 2026-02-26 | 3 | -0/+4 |
| * | Add /_spacebar/api/version - resolves #1222 | Rory& | 2026-02-25 | 4 | -27/+57 |
| * | disable toJSON for read states? | Rory& | 2026-02-25 | 1 | -15/+15 |
| * | UApi work, nix test vm cleanup | Rory& | 2026-02-25 | 8 | -19/+124 |
| * | Try to inherit permissions from everyoen role on creation (may be wrong) | Rory& | 2026-02-25 | 1 | -1/+3 |
| * | Create role for bots - fixes #1556 | Rory& | 2026-02-25 | 1 | -1/+11 |
| * | Fix message embeds not being nullable | Rory& | 2026-02-25 | 4 | -149/+337 |
| * | Lower missing route to WARN, add empty route middlewares | Rory& | 2026-02-25 | 4 | -5/+5 |
| * | Merge remote-tracking branch 'mathium05/memberEditScrewUp' | Rory& | 2026-02-25 | 2 | -7/+26 |
| |\ |
|
| | * | updates | MathMan05 | 2025-12-17 | 2 | -7/+26 |
| * | | Fix undefined access | Pablo Stebler | 2026-02-25 | 1 | -1/+1 |
| * | | Add support for attachment:// urls | Pablo Stebler | 2026-02-25 | 1 | -0/+47 |
| * | | Merge remote-tracking branch 'mathium05/refineSearch' | Rory& | 2026-02-25 | 2 | -40/+96 |
| |\ \ |
|
| | * | | why didn't anyone do this | MathMan05 | 2026-02-23 | 1 | -3/+3 |
| | * | | fix up searching | MathMan05 | 2026-02-23 | 1 | -37/+93 |
| | * | | fix post data | MathMan05 | 2026-02-17 | 1 | -1/+16 |
| * | | | Log usage of old access token versions in identify | Rory& | 2026-02-25 | 1 | -0/+11 |
| * | | | 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 |
| * | | | Fix read state type field - fixes #1559 | Rory& | 2026-02-25 | 1 | -1/+1 |
| * | | | swap migration order | Rory& | 2026-02-23 | 1 | -2/+2 |
| * | | | cdn: fix | Rory& | 2026-02-23 | 2 | -2/+2 |
| * | | | cdn: fix path for deleting emojis | Rory& | 2026-02-23 | 1 | -3/+3 |
| * | | | cdn: fix missed rename | Rory& | 2026-02-23 | 1 | -1/+1 |
| * | | | cdn: migrate emojis to not use subdir fallback | Rory& | 2026-02-23 | 4 | -42/+55 |
| * | | | cdn: drop hash-addressed version of emojis route | Rory& | 2026-02-23 | 1 | -3/+1 |
| * | | | Faster pings | Rory& | 2026-02-23 | 5 | -39/+825 |
| * | | | Discovery fixes, nix updates | Rory& | 2026-02-23 | 14 | -252/+286 |
| * | | | Guild discovery admin ui | Rory& | 2026-02-21 | 4 | -4/+147 |
| * | | | fix uapi deps | Rory& | 2026-02-21 | 5 | -54/+69 |
| * | | | Admin API discovery stuff | Rory& | 2026-02-21 | 4 | -11/+333 |
| * | | | C# deps updates | Rory& | 2026-02-21 | 35 | -1781/+411 |
| * | | | Fix deps for admin api | Rory& | 2026-02-20 | 1 | -100/+5 |
| * | | | webrtc package by default | Rory& | 2026-02-20 | 7 | -12/+136 |
| * | | | nix: clean up default.nix | Rory& | 2026-02-20 | 1 | -7/+5 |
| * | | | nix: use separate derivation for npm deps | Rory& | 2026-02-20 | 3 | -7/+73 |
| * | | | cdn fsck fix test | Rory& | 2026-02-20 | 1 | -7/+19 |
| * | | | UAPI work | Rory& | 2026-02-20 | 8 | -6/+267 |
| * | | | Admin API work | Rory& | 2026-02-20 | 7 | -16/+258 |
| * | | | C# deps | Rory& | 2026-02-20 | 11 | -189/+346 |
| * | | | Update message component type to match upstream | Rory& | 2026-02-20 | 1 | -1/+15 |