| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Widget improvements | Rory& | 2025-12-19 | 1 | -1/+5 |
| * | | Implement widget | Rory& | 2025-12-19 | 2 | -5/+15 |
| * | | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 55 | -137/+151 |
| * | | more async io | Rory& | 2025-12-19 | 2 | -3/+3 |
| * | | use async io for CDN file storage | Rory& | 2025-12-19 | 1 | -2/+3 |
| * | | Dont use promises for dummy endpoints | Rory& | 2025-12-19 | 38 | -47/+47 |
| * | | ESLint: warn for deprecated constructs | Rory& | 2025-12-19 | 2 | -3/+7 |
| * | | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 36 | -44/+67 |
| * | | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -2/+2 |
| * | | refactor: adjust commit lenghts for `push` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | fix: description length for `issue_comment` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | fix: description length for `issue` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | Send HTTP 401 on token errors | Rory& | 2025-12-19 | 2 | -14/+16 |
| * | | 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 | 2 | -0/+143 |
| * | | 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 | 2 | -14/+0 |
| * | | Merge branch 'master' into feat/forwards | Cyber | 2025-12-18 | 2 | -61/+104 |
| |\ \ |
|
| | * | | More gateway trace | Rory& | 2025-12-18 | 2 | -61/+104 |
| * | | | add TODO | CyberL1 | 2025-12-18 | 1 | -0/+2 |
| * | | | chore: run prettier | CyberL1 | 2025-12-18 | 4 | -25/+25 |
| * | | | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 5 | -4/+76 |
| |/ / |
|
| * | | Fix identify trace | Rory& | 2025-12-18 | 1 | -3/+4 |
| * | | Clean up some pointless gateway log noise | Rory& | 2025-12-18 | 1 | -2/+1 |
| * | | Avoid re-fetching user if not requesting extra fields | Rory& | 2025-12-18 | 12 | -24/+21 |
| * | | Try traces again | Rory& | 2025-12-18 | 1 | -10/+0 |
| * | | Fill these back in? | Rory& | 2025-12-17 | 1 | -0/+3 |
| * | | Reorganise traces? | Rory& | 2025-12-17 | 1 | -9/+44 |
| * | | trace checkToken | Rory& | 2025-12-17 | 1 | -4/+10 |
| * | | Avoid roundtrip when updating session | Rory& | 2025-12-17 | 1 | -8/+14 |
| * | | Reorganise identify queries | Rory& | 2025-12-17 | 1 | -11/+11 |
| * | | Remove more dead code | Rory& | 2025-12-17 | 1 | -10/+0 |
| * | | Remove dead code from identify | Rory& | 2025-12-17 | 1 | -22/+2 |
| * | | 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 | 4 | -2/+71 |
| |/ |
|
| * | Drop extended_settings, account data soon. Closes #1160 | Rory& | 2025-12-17 | 3 | -6/+13 |
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 8 | -18/+21 |
| |\ |
|
| | * | Run ESLint | TomatoCake | 2024-09-01 | 1 | -8/+1 |
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 5 | -13/+16 |
| * | | Merge remote-tracking branch 'mathium05/greetFix' | Rory& | 2025-12-17 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge branch 'master' into greetFix | Cyber | 2025-11-18 | 5 | -1/+22 |
| | |\ \ |
|
| | * | | | fix greet API | MathMan05 | 2025-11-17 | 1 | -3/+3 |
| * | | | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 647 | -27593/+27593 |
| * | | | | Remove automod code in favor of dev/emma-wip stuff | Rory& | 2025-12-17 | 1 | -55/+0 |
| * | | | | No more fallback URLs | Rory& | 2025-12-17 | 6 | -11/+7 |
| * | | | | Remove GATEWAY/CDN env variables in favor of single source of truth | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Dont directly export all config subtypes | Rory& | 2025-12-17 | 3 | -3/+2 |
| * | | | | Move region to webrtc schemas | Rory& | 2025-12-17 | 6 | -23/+5 |
| * | | | | Prettier u14 | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Prettier u10 | Rory& | 2025-12-17 | 5 | -149/+52 |
| * | | | | Prettier u9 | Rory& | 2025-12-17 | 9 | -330/+124 |
| * | | | | Prettier u8 | Rory& | 2025-12-17 | 13 | -287/+71 |
| * | | | | Prettier u7 | Rory& | 2025-12-17 | 10 | -732/+193 |
| * | | | | Prettier u6 | Rory& | 2025-12-17 | 15 | -196/+61 |
| * | | | | Prettier u5 | Rory& | 2025-12-17 | 13 | -278/+69 |
| * | | | | Prettier u4 | Rory& | 2025-12-17 | 18 | -486/+130 |
| * | | | | Prettier u3 | Rory& | 2025-12-17 | 18 | -388/+134 |
| * | | | | Prettier -1 | Rory& | 2025-12-17 | 1 | -1/+0 |
| * | | | | Prettier 8 | Rory& | 2025-12-17 | 8 | -51/+13 |
| * | | | | Prettier 7 | Rory& | 2025-12-17 | 1 | -6/+1 |
| * | | | | Prettier 6 | Rory& | 2025-12-17 | 7 | -79/+20 |
| * | | | | Prettier 5 | Rory& | 2025-12-17 | 10 | -37/+13 |
| * | | | | Prettier 4 | Rory& | 2025-12-17 | 7 | -17/+11 |
| * | | | | Prettier 3 | Rory& | 2025-12-17 | 7 | -14/+7 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 11 | -11/+11 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 44 | -190/+85 |
| * | | | | Prettier 1 | Rory& | 2025-12-17 | 22 | -322/+102 |
| * | | | | Prettier connections | Rory& | 2025-12-17 | 11 | -359/+96 |
| * | | | | Prettier migration scripts | Rory& | 2025-12-17 | 25 | -330/+265 |
| * | | | | Prettier a few files | Rory& | 2025-12-17 | 1 | -1/+0 |
| * | | | | finally make eslint happy | Rory& | 2025-12-17 | 11 | -117/+64 |
| * | | | | Fix typo | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | | | Fix session id shenanigs | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | forgot to clean up | Rory& | 2025-12-17 | 1 | -2/+0 |
| * | | | | Centralise ip info logic | Rory& | 2025-12-17 | 4 | -28/+36 |
| * | | | | Remove ugly hack | Rory& | 2025-12-17 | 1 | -2/+2 |
| * | | | | Cast ephemeral flag to number because lmao | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | | | Rename PRIVATE_ROUTE -> EPHEMERAL, fix typo | Rory& | 2025-12-17 | 3 | -7/+5 |
| * | | | | unixsock: use length-prefixed message framing + buffer | Rory& | 2025-12-17 | 1 | -10/+32 |
| * | | | | Remove device on logout | Rory& | 2025-12-17 | 2 | -8/+10 |
| * | | | | Fix sessions logout | Rory& | 2025-12-17 | 1 | -0/+1 |
| * | | | | Update session info | Rory& | 2025-12-17 | 8 | -75/+145 |
| * | | | | Use query for sessions endpoint | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Fix session | Rory& | 2025-12-16 | 1 | -3/+3 |
| * | | | | Lower interval for cleaning up sessions | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Device management | Rory& | 2025-12-16 | 3 | -1/+149 |
| * | | | | Experimental unix socket mode | Rory& | 2025-12-16 | 2 | -3/+151 |
| * | | | | Forgot to make rabbitmq static | Rory& | 2025-12-16 | 1 | -4/+4 |
| * | | | | Listen for connection errors? | Rory& | 2025-12-16 | 1 | -15/+25 |
| * | | | | Dirty rabbitmq hack | Rory& | 2025-12-16 | 2 | -2/+7 |
| * | | | | Gateway token frefresh | Rory& | 2025-12-16 | 3 | -3/+10 |
| * | | | | Fix gateway | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Fix bad imports | Rory& | 2025-12-16 | 6 | -6/+6 |
| * | | | | Expire old sessions, update last seen on gateway heartbeat | Rory& | 2025-12-16 | 2 | -5/+21 |
| * | | | | Gateway: update session last seen on heartbeat | Rory& | 2025-12-16 | 1 | -1/+16 |
| * | | | | Less debug logging, more useful? | Rory& | 2025-12-16 | 3 | -5/+4 |
| * | | | | What does this even return | Rory& | 2025-12-16 | 1 | -0/+4 |
| * | | | | Session fixes | Rory& | 2025-12-16 | 5 | -25/+44 |
| * | | | | Upate session info | Rory& | 2025-12-16 | 1 | -7/+29 |
| * | | | | More maybe un-blowing-up | Rory& | 2025-12-16 | 2 | -5/+14 |
| * | | | | IDE blew up again | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Create sessions for new users | Rory& | 2025-12-16 | 3 | -13/+95 |
| * | | | | Try/catch in GetSafeChannel to maybe catch createchannel errors???? | Rory& | 2025-12-16 | 1 | -11/+16 |
| * | | | | Update instance ban schema | Rory& | 2025-12-16 | 1 | -0/+1 |
| * | | | | Token versioning start | Rory& | 2025-12-16 | 1 | -15/+16 |
| * | | | | Allow opting out of persisting instance bans on user delete endpoint | Rory& | 2025-12-16 | 2 | -7/+29 |
| * | | | | EndpointPrivate for api | Rory& | 2025-12-16 | 1 | -2/+3 |
| * | | | | Merge branch 'spacebarchat:master' into fix/gh-webhook-events-more | Cyber | 2025-12-15 | 50 | -438/+1399 |
| |\ \ \ \ |
|
| | * | | | | fix cors | Rory& | 2025-12-15 | 1 | -1/+1 |
| | * | | | | remove test | MathMan05 | 2025-12-14 | 1 | -1/+1 |
| | * | | | | fix minor bug breaking bot invites | MathMan05 | 2025-12-14 | 1 | -40/+9 |
| | * | | | | No longer generate security_jwtSecret, switch webauthn to modern tokens, dont | Rory& | 2025-12-14 | 3 | -21/+26 |
| | * | | | | force sync for sqlite | Rory& | 2025-12-14 | 1 | -0/+7 |
| | * | | | | Fix missing config usage for backup codes | Rory& | 2025-12-13 | 1 | -1/+2 |
| | * | | | | Drop nonfunctional default ipdata key | Rory& | 2025-12-13 | 2 | -1/+15 |
| | * | | | | Fix sqlite | Rory& | 2025-12-13 | 1 | -1/+4 |
| | * | | | | No more sync:db on initial setup >:C >:C >:C | Rory& | 2025-12-13 | 10 | -51/+779 |
| | * | | | | comment | dank074 | 2025-12-13 | 1 | -0/+1 |
| | * | | | | try to handle race condition again | dank074 | 2025-12-13 | 2 | -7/+28 |
| | * | | | | Try adjusting CORS rules to make cookies work? | Rory& | 2025-12-13 | 3 | -11/+7 |
| | * | | | | Prevent duplicate instance ban entries | Rory& | 2025-12-13 | 1 | -1/+2 |
| | * | | | | Delete user settings protos on account deletion | Rory& | 2025-12-13 | 1 | -1/+4 |
| | * | | | | not milliseconds lol | Rory& | 2025-12-13 | 1 | -1/+1 |
| | * | | | | Fix formatting oopsie | Rory& | 2025-12-13 | 1 | -7/+7 |
| | * | | | | Log elapsed time for user delete | Rory& | 2025-12-13 | 2 | -1/+30 |
| | * | | | | Maybe?> | Rory& | 2025-12-13 | 1 | -7/+6 |
| | * | | | | Fix missing group by? | Rory& | 2025-12-13 | 1 | -0/+2 |
| | * | | | | Fix typo in getDmChannels helper | Rory& | 2025-12-13 | 1 | -1/+1 |
| | * | | | | Add missing migration | Rory& | 2025-12-13 | 1 | -0/+14 |
| | * | | | | Instance ban stuff | Rory& | 2025-12-13 | 6 | -49/+98 |
| | * | | | | More instance ban stuff | Rory& | 2025-12-12 | 7 | -11/+50 |
| | * | | | | Instance ban: clean up DMs and guild ownerships, track instance bans | Rory& | 2025-12-12 | 1 | -3/+121 |
| | * | | | | Fix IP tracking for bans | Rory& | 2025-12-12 | 8 | -3/+96 |
| | * | | | | Refactor: Replace getIpAddress with req.ip | BrajamohanDas-afk | 2025-12-12 | 12 | -142/+48 |
| | * | | | | Merge branch 'spacebarchat:master' into fix/config-stuff | Cyber | 2025-12-12 | 5 | -108/+71 |
| | |\ \ \ \ |
|
| | | * \ \ \ | Merge branch 'spacebarchat:master' into fix/gh-embeds-new-commits-title-link | Cyber | 2025-12-12 | 5 | -108/+71 |
| | | |\ \ \ \ |
|
| | | | * | | | | fix: prevent race condition in rabbitmq | dank074 | 2025-12-12 | 4 | -107/+70 |
| | | | * | | | | fix read del bug | MathMan05 | 2025-12-12 | 1 | -1/+1 |
| * | | | | | | | fix: check if event is "opened" or "closed" | CyberL1 | 2025-12-15 | 1 | -0/+4 |
| |/ / / / / / |
|
| * / / / / / | fix: some config stuff | CyberL1 | 2025-12-12 | 1 | -3/+3 |
| |/ / / / / |
|
| * / / / / | fix: show compare url on multiple commits | CyberL1 | 2025-12-12 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Perhaps, dont IP ban moderators | Rory& | 2025-12-07 | 3 | -3/+18 |
| * | | | | fix: check if `body` is not `null` | CyberL1 | 2025-12-05 | 1 | -1/+3 |
| * | | | | fix: add `| null` to guild folder types | CyberL1 | 2025-12-05 | 1 | -3/+3 |
| * | | | | fix: only `guild_ids` is required in guild folder | CyberL1 | 2025-12-05 | 1 | -3/+3 |
| * | | | | fix: include `user` object in `guild_member` | CyberL1 | 2025-12-04 | 1 | -12/+2 |
| * | | | | fix: `highest_last_message_id` is apparently a number and never a string | CyberL1 | 2025-12-04 | 1 | -5/+5 |
| * | | | | fix: send presences array (empty for now) in READY event data | CyberL1 | 2025-12-04 | 2 | -0/+2 |
| * | | | | Clean up cloud attachment debug logs | Rory& | 2025-12-04 | 1 | -3/+2 |
| * | | | | validate that endpoitns are configured | Rory& | 2025-12-04 | 1 | -1/+38 |
| * | | | | Remove fallback URIs, remove endpointClient, expose admin api | Rory& | 2025-12-04 | 11 | -27/+22 |
| * | | | | fix: show only the first line of commit message | CyberL1 | 2025-12-03 | 1 | -1/+1 |
| * | | | | Always use req.ip when calling getIpAddress | Rory& | 2025-12-03 | 1 | -6/+1 |
| * | | | | wtf is wrong with ipdata | Rory& | 2025-12-03 | 1 | -0/+3 |
| * | | | | Fix message ack schema | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | fix: github webhok username and avatar are now more in-line with discord | CyberL1 | 2025-12-02 | 1 | -2/+2 |
| * | | | | createMessageWithDefaults: unset member | Rory& | 2025-12-02 | 1 | -0/+2 |
| * | | | | Log origin for missing roles | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Trace origin for addToGuild call, warn if sending null roles | Rory& | 2025-12-02 | 3 | -1/+12 |
| * | | | | More gateway stuff | Rory& | 2025-12-02 | 3 | -1/+38 |
| * | | | | Various gateway stuff | Rory& | 2025-12-02 | 4 | -3/+151 |
| * | | | | Fix register | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Support deleting ACKs for type==channel | Rory& | 2025-12-02 | 2 | -3/+48 |
| * | | | | Fix schema import | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Extended IP address scrutiny on register | Rory& | 2025-12-02 | 2 | -64/+57 |
| * | | | | Enforce bans on invites, enforce quarantine, enforce IP ban | Rory& | 2025-12-02 | 1 | -33/+29 |
| * | | | | Use IpDataClient in places | Rory& | 2025-12-02 | 5 | -86/+15 |
| * | | | | Dont export classes as default | Rory& | 2025-12-02 | 2 | -2/+2 |
| * | | | | Export util/networking | Rory& | 2025-12-02 | 1 | -0/+1 |
| * | | | | Always trim username updates | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Template billing routes | Rory& | 2025-12-02 | 2 | -2/+84 |
| * | | | | Forgot the configuration, lol | Rory& | 2025-12-02 | 1 | -2/+5 |
| * | | | | Classes for abuseipdb/ipdata | Rory& | 2025-12-02 | 7 | -0/+307 |
| * | | | | fix: send 204 even if event is invalid (discord does this, idk why) | CyberL1 | 2025-12-02 | 1 | -3/+1 |
| * | | | | chore: remove debug log | CyberL1 | 2025-12-02 | 1 | -1/+0 |
| * | | | | refactor: refactor github webhooks embeds to match discord's | CyberL1 | 2025-12-02 | 1 | -469/+321 |
| * | | | | update schema for voiceIdentify | dank074 | 2025-12-02 | 1 | -0/+3 |
| * | | | | Split time classes, include tests | Rory& | 2025-12-01 | 9 | -51/+690 |
| * | | | | Fix base64 avatar stuff for webhooks | Rory& | 2025-12-01 | 1 | -1/+1 |
| * | | | | File uploads: try form.getBuffer() | Rory& | 2025-12-01 | 1 | -1/+1 |
| * | | | | Drop node-fetch-commonjs, proxy-agent as deprecated | Rory& | 2025-12-01 | 12 | -39/+12 |
| * | | | | Merge branch 'master' into channelSearch | Cyber | 2025-12-01 | 4 | -32/+16 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into dupedEvents | Cyber | 2025-12-01 | 3 | -11/+15 |
| | |\ \ \ \ |
|
| | | * | | | | Tell browsers to cache applications/games detectable response in accordance o... | Rory& | 2025-11-30 | 2 | -10/+14 |
| | | * | | | | fix expose | MathMan05 | 2025-11-30 | 1 | -1/+1 |
| | * | | | | | stop with the duped events | MathMan05 | 2025-11-30 | 1 | -21/+1 |
| | |/ / / / |
|
| * | | | | | fix other bug | MathMan05 | 2025-11-30 | 2 | -38/+14 |
| * | | | | | Implement channel search | MathMan05 | 2025-11-30 | 1 | -0/+140 |
| |/ / / / |
|
| * | | | | stopwatch fixes | MathMan05 | 2025-11-30 | 1 | -16/+13 |
| * | | | | Handle case where session is an object, merges #1412 | Rory& | 2025-11-29 | 1 | -1/+1 |
| * | | | | Cut down schemas by 90% | Rory& | 2025-11-29 | 6 | -24/+46 |
| * | | | | don't show invis | MathMan05 | 2025-11-29 | 6 | -19/+12 |
| * | | | | Fix merge issues | MathMan05 | 2025-11-29 | 31 | -771/+160 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge pull request #1408 from MathMan05/removeStupidPolies | Madeline | 2025-11-29 | 31 | -778/+164 |
| | |\ \ \ \ |
|
| | | * | | | | remove string proto fake polyfill | MathMan05 | 2025-11-26 | 5 | -56/+10 |
| | | * | | | | make mentions not use the pollyfills | MathMan05 | 2025-11-26 | 1 | -74/+26 |
| | | * | | | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 1 | -8/+12 |
| | | |\ \ \ \ |
|
| | | | * \ \ \ | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 1 | -8/+12 |
| | | | |\ \ \ \ |
|
| | | * | | | | | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 4 | -2/+248 |
| | | |\| | | | | |
|
| | | | * | | | | | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 4 | -2/+248 |
| | | | |\ \ \ \ \ |
|
| | | * | | | | | | | remove remove | MathMan05 | 2025-11-26 | 4 | -22/+14 |
| | | |/ / / / / / |
|
| | | * | | | | | | fix distinct | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| | | * | | | | | | re-add partion function | MathMan05 | 2025-11-26 | 1 | -0/+6 |
| | | * | | | | | | remove test, oops | MathMan05 | 2025-11-26 | 1 | -7/+0 |
| | | * | | | | | | change partition | MathMan05 | 2025-11-26 | 3 | -44/+18 |
| | | * | | | | | | remove distinct | MathMan05 | 2025-11-26 | 5 | -48/+7 |
| | | * | | | | | | Fix backwards condition | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| | | * | | | | | | save file | MathMan05 | 2025-11-26 | 1 | -9/+0 |
| | | * | | | | | | rid of forEachAsync | MathMan05 | 2025-11-26 | 3 | -30/+26 |
| | | * | | | | | | make normalize URL normal | MathMan05 | 2025-11-26 | 4 | -58/+2 |
| | | * | | | | | | get rid of sleep() | MathMan05 | 2025-11-26 | 3 | -41/+6 |
| | | * | | | | | | remove the empty files | MathMan05 | 2025-11-25 | 2 | -0/+0 |
| | | * | | | | | | rid of Math.clamp | MathMan05 | 2025-11-25 | 4 | -53/+2 |
| | | * | | | | | | remove unused filter async | MathMan05 | 2025-11-25 | 2 | -16/+1 |
| | | * | | | | | | actually include fix | MathMan05 | 2025-11-25 | 1 | -4/+8 |
| | | * | | | | | | remove distinct by | MathMan05 | 2025-11-25 | 2 | -34/+0 |
| | | * | | | | | | actually delete the functions | MathMan05 | 2025-11-25 | 1 | -8/+0 |
| | | * | | | | | | Delete Object.map | MathMan05 | 2025-11-25 | 5 | -51/+9 |
| | | * | | | | | | remove unused forEach | MathMan05 | 2025-11-25 | 2 | -31/+0 |
| | | * | | | | | | rid of contains all | MathMan05 | 2025-11-25 | 3 | -24/+3 |
| | | * | | | | | | remove unused intersect | MathMan05 | 2025-11-25 | 2 | -15/+0 |
| | | * | | | | | | remove except (it's probally faster this way too) | MathMan05 | 2025-11-25 | 3 | -30/+7 |
| | | * | | | | | | get rid of single | MathMan05 | 2025-11-25 | 3 | -27/+3 |
| | | * | | | | | | remove first/last | MathMan05 | 2025-11-25 | 4 | -126/+46 |
| * | | | | | | | | status stuff | MathMan05 | 2025-11-28 | 1 | -9/+28 |
| |/ / / / / / / |
|
| * | | / / / / | remove unneeded log | MathMan05 | 2025-11-27 | 1 | -1/+0 |
| | |_|/ / / /
|/| | | | | |
|
| * | | | | | | Pagnation and guild scoping for mention inbox | Rory& | 2025-11-26 | 1 | -8/+12 |
| | |/ / / /
|/| | | | |
|
| * | | | | | Maybe? | Rory& | 2025-11-26 | 1 | -9/+15 |
| * | | | | | Swap around toJSON and withSignedAttachments (oops) | Rory& | 2025-11-26 | 1 | -2/+2 |
| * | | | | | Actually include messages in mentions result | Rory& | 2025-11-26 | 1 | -10/+48 |
| * | | | | | Mentions inbox: use the right roles prop... | Rory& | 2025-11-26 | 1 | -1/+2 |
| * | | | | | Mentions inbox: include channel guild id | Rory& | 2025-11-26 | 1 | -1/+1 |
| * | | | | | Cache access token key in memory and write it back to disk if deleted | Rory& | 2025-11-26 | 1 | -1/+25 |
| * | | | | | Mention inbox, hopefully | Rory& | 2025-11-26 | 1 | -0/+161 |
| * | | | | | Expose mor emember keys | Rory& | 2025-11-25 | 2 | -1/+17 |
| |/ / / / |
|
| * | | | | Channel: revert part of permission unification PR | Rory& | 2025-11-25 | 2 | -2/+70 |
| * | | | | Message handler: fix imports | Rory& | 2025-11-25 | 1 | -7/+5 |
| * | | | | Fix type on communication_disabled_until | Rory& | 2025-11-25 | 1 | -1/+1 |
| * | | | | implement timeouts and quarantines | Rory& | 2025-11-25 | 3 | -20/+46 |
| * | | | | allow setting communication_disabled_until | Rory& | 2025-11-25 | 2 | -0/+6 |
| * | | | | async filter extensions | Rory& | 2025-11-25 | 2 | -0/+16 |
| * | | | | add missing user flags | Rory& | 2025-11-25 | 1 | -22/+43 |
| * | | | | slight fix | MathMan05 | 2025-11-25 | 1 | -1/+2 |
| * | | | | Implement Slowmode | MathMan05 | 2025-11-25 | 1 | -2/+17 |
| * | | | | centerlize permision checking more | MathMan05 | 2025-11-25 | 2 | -108/+29 |
| * | | | | Permissions: fill in new flags | Rory& | 2025-11-25 | 1 | -1/+16 |
| * | | | | Admin API: Check rights, require OPERATOR | Rory& | 2025-11-24 | 1 | -4/+4 |