| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix splitting logic for .well-known base url | Rory& | 2026-02-11 | 1 | -1/+1 |
| * | feat: Add limit query parameter when fetching reactions | Yodozoh | 2026-02-11 | 1 | -0/+2 |
| * | save channel | MathMan05 | 2026-02-11 | 1 | -0/+1 |
| * | Add discovery filtering | Rory& | 2026-02-10 | 1 | -25/+15 |
| * | properly update last message id | MathMan05 | 2026-02-08 | 1 | -0/+1 |
| * | fix bug with removing tags | MathMan05 | 2026-02-08 | 1 | -0/+1 |
| * | correct tag change check | MathMan05 | 2026-02-08 | 1 | -1/+2 |
| * | allow tag modification | MathMan05 | 2026-02-08 | 1 | -0/+42 |
| * | have to include tags in the events | MathMan05 | 2026-02-08 | 1 | -1/+1 |
| * | Save channel on message create | Rory& | 2026-02-08 | 1 | -0/+1 |
| * | API: always drop /api suffix in well known (hack) | Rory& | 2026-02-07 | 1 | -1/+1 |
| * | grab author relation | MathMan05 | 2026-02-05 | 1 | -0/+1 |
| * | no need to init, the sent message will increment | MathMan05 | 2026-02-05 | 1 | -2/+2 |
| * | oops | MathMan05 | 2026-02-05 | 1 | -1/+1 |
| * | implement tag_setting | MathMan05 | 2026-02-05 | 1 | -4/+3 |
| * | better search | MathMan05 | 2026-02-05 | 1 | -2/+6 |
| * | edit tags | MathMan05 | 2026-02-05 | 1 | -0/+22 |
| * | post with tags | MathMan05 | 2026-02-05 | 1 | -1/+32 |
| * | fix responce types | MathMan05 | 2026-02-05 | 1 | -2/+6 |
| * | deleting tags | MathMan05 | 2026-02-05 | 2 | -0/+48 |
| * | so many type screw ups | MathMan05 | 2026-02-05 | 2 | -3/+7 |
| * | create tags | MathMan05 | 2026-02-05 | 1 | -0/+66 |
| * | incorrect message count | MathMan05 | 2026-02-04 | 1 | -2/+2 |
| * | no more name checks for threads! | MathMan05 | 2026-02-04 | 2 | -2/+2 |
| * | more forum fixes | MathMan05 | 2026-02-04 | 2 | -1/+184 |
| * | some search fixes while I'm here | MathMan05 | 2026-02-04 | 1 | -24/+24 |
| * | fix search while I'm at it | MathMan05 | 2026-02-04 | 1 | -3/+1 |
| * | fix another forum bug | MathMan05 | 2026-02-04 | 1 | -1/+1 |
| * | merge master | MathMan05 | 2026-02-04 | 1 | -2/+2 |
| |\ |
|
| | * | spread that message! | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | more thread improvements | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| * | | fix forum channel | MathMan05 | 2026-02-04 | 1 | -0/+1 |
| * | | thread improvements | MathMan05 | 2026-02-04 | 2 | -3/+30 |
| |/ |
|
| * | some fixes | MathMan05 | 2026-02-04 | 4 | -19/+3 |
| * | unscrew up | MathMan05 | 2026-02-04 | 2 | -4/+4 |
| * | Fix req.params for thread creation | Rory& | 2026-02-04 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'mathium05/threadFixes' | Rory& | 2026-02-04 | 5 | -45/+278 |
| |\ |
|
| | * | more changes | MathMan05 | 2026-02-03 | 4 | -31/+216 |
| | * | send message to join thread | MathMan05 | 2026-02-03 | 1 | -0/+42 |
| | * | add permision check | MathMan05 | 2026-02-03 | 1 | -0/+1 |
| | * | correct thread type | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | correct message sending perms | MathMan05 | 2026-02-03 | 1 | -1/+5 |
| | * | don't delete a public thread | MathMan05 | 2026-02-03 | 1 | -11/+11 |
| | * | some thread fixes | MathMan05 | 2026-02-03 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 's074/add-rabbitmq-error-handling' | Rory& | 2026-02-03 | 1 | -4/+16 |
| |\ \ |
|
| | * | | add rabbitmq reconnection logic with state recovery | dank074 | 2026-01-22 | 1 | -4/+16 |
| * | | | Guild discovery: option to hide already joined guilds | Rory& | 2026-02-03 | 1 | -3/+11 |
| * | | | Update schemas for profile customisation | Rory& | 2026-02-03 | 1 | -1/+25 |
| * | | | Actually save webhook apps - fixes #1474 | Rory& | 2026-02-03 | 1 | -1/+2 |
| * | | | fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. th... | CyberL1 | 2026-02-02 | 1 | -1/+1 |
| * | | | Assert req.params type as solely string (express update) | Rory& | 2026-02-01 | 85 | -237/+246 |
| * | | | fix: find the user instead of creating it when replying to a message | CyberL1 | 2026-01-31 | 1 | -3/+2 |
| * | | | Enforce numeric-only discriminators in PATCH /users/@me | Rory& | 2026-01-30 | 1 | -0/+10 |
| * | | | fix: don't return default role for user profiles | CyberL1 | 2026-01-30 | 1 | -0/+2 |
| | |/
|/| |
|
| * | | Thread membership routes | Rory& | 2026-01-29 | 4 | -0/+227 |
| * | | thread stuff ig github/tmp-rebase-threads tmp-rebase-threads | MathMan05 | 2026-01-28 | 1 | -0/+12 |
| * | | initial recipients work | MathMan05 | 2026-01-28 | 4 | -6/+27 |
| * | | thread API start | MathMan05 | 2026-01-28 | 3 | -5/+124 |
| * | | Make bot invites configurable | Rory& | 2026-01-24 | 2 | -4/+4 |
| * | | Forbid dashes in emoji names | Rory& | 2026-01-23 | 1 | -0/+3 |
| * | | Dummy warp endpoint | Rory& | 2026-01-23 | 1 | -0/+39 |
| * | | Port User.tag getter from pomelo as utility | Rory& | 2026-01-23 | 2 | -2/+2 |
| |/ |
|
| * | Make openapi.js work offline - still needs conditionals fixed though | Rory& | 2026-01-22 | 22 | -18/+61 |
| * | Move health endpoints to /, deprecate /api/-. Fixes #1089 | Rory& | 2026-01-22 | 3 | -3/+12 |
| * | fix validations | MathMan05 | 2026-01-20 | 1 | -3/+5 |
| * | Add stub POSt report endpoint | Rory& | 2026-01-17 | 3 | -65/+203 |
| * | Add temp reporting menu responses | Rory& | 2026-01-15 | 1 | -1/+3 |
| * | Enum for report menu types | Rory& | 2026-01-14 | 1 | -13/+23 |
| * | Actually map all endpoints for getting report menus | Rory& | 2026-01-14 | 1 | -14/+27 |
| * | fest: throw an error if bot name is empty | CyberL1 | 2026-01-14 | 1 | -1/+10 |
| * | fest: throw an error if application name is empty | CyberL1 | 2026-01-14 | 1 | -1/+10 |
| * | Support API v10 | Rory& | 2026-01-13 | 1 | -0/+2 |
| * | Include request info in errors | Rory& | 2026-01-13 | 2 | -4/+5 |
| * | Whoami endpoint in api | Rory& | 2026-01-11 | 1 | -0/+57 |
| * | fix: relationshipsSelf are now actually self | CyberL1 | 2026-01-10 | 1 | -1/+1 |
| * | Fix profile API | MathMan05 | 2025-12-29 | 1 | -6/+7 |
| * | Persist uploader user id for new stickers | Rory& | 2025-12-28 | 1 | -0/+1 |
| * | fix endpoint crap | Rory& | 2025-12-27 | 2 | -3/+3 |
| * | Ignore empty ASN type/ID in register | Rory& | 2025-12-26 | 1 | -2/+6 |
| * | Fix endpoint public splitting | Rory& | 2025-12-25 | 2 | -2/+2 |
| * | Set low cache-control headers for static pages | Rory& | 2025-12-23 | 1 | -3/+14 |
| * | Merge pull request #1449 from MathMan05/inviteFix | Cyber | 2025-12-22 | 1 | -1/+1 |
| |\ |
|
| | * | fix invite API slightly | MathMan05 | 2025-12-22 | 1 | -1/+1 |
| * | | Shields | Rory& | 2025-12-21 | 2 | -0/+101 |
| * | | Widget: sort users by id | Rory& | 2025-12-21 | 1 | -16/+16 |
| * | | Fix import | Rory& | 2025-12-21 | 1 | -1/+1 |
| * | | Filter widget channels by type, implement rudimentary cache, mark cache as im... | Rory& | 2025-12-21 | 1 | -77/+98 |
| * | | Bump widget idle time to 5 minutes | Rory& | 2025-12-20 | 1 | -1/+1 |
| * | | Commit evil (set process names) | Rory& | 2025-12-20 | 1 | -0/+4 |
| |/ |
|
| * | Merge remote-tracking branch 'mathium05/dmFix' | Rory& | 2025-12-20 | 1 | -1/+1 |
| |\ |
|
| | * | DM bot Fix | MathMan05 | 2025-12-19 | 1 | -1/+1 |
| * | | Fix online member count | Rory& | 2025-12-20 | 1 | -1/+2 |
| |/ |
|
| * | Fix widget | Rory& | 2025-12-20 | 1 | -4/+6 |
| * | 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 | 45 | -114/+128 |
| * | more async io | Rory& | 2025-12-19 | 1 | -1/+1 |
| * | Dont use promises for dummy endpoints | Rory& | 2025-12-19 | 34 | -40/+39 |
| * | ESLint: warn for deprecated constructs | Rory& | 2025-12-19 | 1 | -1/+5 |
| * | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 31 | -36/+59 |
| * | 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 | 1 | -0/+3 |
| * | Drop isProxy alltogether, because wtf is this language (!![] === true apparen... | Rory& | 2025-12-18 | 1 | -5/+0 |
| * | add TODO | CyberL1 | 2025-12-18 | 1 | -0/+2 |
| * | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 1 | -2/+38 |
| * | Avoid re-fetching user if not requesting extra fields | Rory& | 2025-12-18 | 12 | -24/+21 |
| * | friend nicknames | MathMan05 | 2025-12-17 | 1 | -2/+40 |
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 5 | -10/+15 |
| |\ |
|
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 3 | -6/+11 |
| * | | Merge remote-tracking branch 'mathium05/greetFix' | Rory& | 2025-12-17 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge branch 'master' into greetFix | Cyber | 2025-11-18 | 1 | -0/+3 |
| | |\ \ |
|
| | * | | | fix greet API | MathMan05 | 2025-11-17 | 1 | -3/+3 |
| * | | | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 205 | -12444/+12444 |
| * | | | | 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 | 3 | -6/+3 |
| * | | | | Remove GATEWAY/CDN env variables in favor of single source of truth | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Prettier u14 | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Prettier u9 | Rory& | 2025-12-17 | 5 | -211/+74 |
| * | | | | Prettier u5 | Rory& | 2025-12-17 | 7 | -217/+50 |
| * | | | | Prettier u4 | Rory& | 2025-12-17 | 17 | -470/+127 |
| * | | | | Prettier u3 | Rory& | 2025-12-17 | 18 | -388/+134 |
| * | | | | Prettier 8 | Rory& | 2025-12-17 | 3 | -19/+5 |
| * | | | | Prettier 7 | Rory& | 2025-12-17 | 1 | -6/+1 |
| * | | | | Prettier 6 | Rory& | 2025-12-17 | 2 | -9/+3 |
| * | | | | Prettier 5 | Rory& | 2025-12-17 | 6 | -24/+6 |
| * | | | | Prettier 4 | Rory& | 2025-12-17 | 4 | -10/+6 |
| * | | | | Prettier 3 | Rory& | 2025-12-17 | 3 | -6/+3 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 5 | -5/+5 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 5 | -72/+15 |
| * | | | | Prettier 1 | Rory& | 2025-12-17 | 22 | -322/+102 |
| * | | | | finally make eslint happy | Rory& | 2025-12-17 | 1 | -10/+13 |
| * | | | | Centralise ip info logic | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | | | 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 | 1 | -2/+3 |
| * | | | | Remove device on logout | Rory& | 2025-12-17 | 2 | -8/+10 |
| * | | | | Fix sessions logout | Rory& | 2025-12-17 | 1 | -0/+1 |
| * | | | | Use query for sessions endpoint | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Lower interval for cleaning up sessions | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Device management | Rory& | 2025-12-16 | 1 | -0/+75 |
| * | | | | Fix bad imports | Rory& | 2025-12-16 | 3 | -3/+3 |
| * | | | | Expire old sessions, update last seen on gateway heartbeat | Rory& | 2025-12-16 | 1 | -5/+15 |
| * | | | | Less debug logging, more useful? | Rory& | 2025-12-16 | 2 | -4/+3 |
| * | | | | What does this even return | Rory& | 2025-12-16 | 1 | -0/+4 |
| * | | | | Session fixes | Rory& | 2025-12-16 | 1 | -1/+3 |
| * | | | | More maybe un-blowing-up | Rory& | 2025-12-16 | 1 | -4/+13 |
| * | | | | Allow opting out of persisting instance bans on user delete endpoint | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Merge branch 'spacebarchat:master' into fix/gh-webhook-events-more | Cyber | 2025-12-15 | 18 | -199/+238 |
| |\ \ \ \ |
|
| | * | | | | 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 |
| | * | | | | Try adjusting CORS rules to make cookies work? | Rory& | 2025-12-13 | 2 | -10/+6 |
| | * | | | | 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 |
| | * | | | | Log elapsed time for user delete | Rory& | 2025-12-13 | 1 | -1/+17 |
| | * | | | | Instance ban stuff | Rory& | 2025-12-13 | 3 | -2/+21 |
| | * | | | | 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 | 1 | -1/+12 |
| | * | | | | Refactor: Replace getIpAddress with req.ip | BrajamohanDas-afk | 2025-12-12 | 12 | -142/+48 |
| | * | | | | Merge branch 'spacebarchat:master' into fix/gh-embeds-new-commits-title-link | Cyber | 2025-12-12 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | | * | | | | 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: show compare url on multiple commits | CyberL1 | 2025-12-12 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Perhaps, dont IP ban moderators | Rory& | 2025-12-07 | 1 | -1/+0 |
| * | | | | fix: check if `body` is not `null` | CyberL1 | 2025-12-05 | 1 | -1/+3 |
| * | | | | fix: include `user` object in `guild_member` | CyberL1 | 2025-12-04 | 1 | -12/+2 |
| * | | | | Clean up cloud attachment debug logs | Rory& | 2025-12-04 | 1 | -3/+2 |
| * | | | | Remove fallback URIs, remove endpointClient, expose admin api | Rory& | 2025-12-04 | 2 | -14/+11 |
| * | | | | 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: github webhok username and avatar are now more in-line with discord | CyberL1 | 2025-12-02 | 1 | -2/+2 |
| * | | | | Fix register | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Support deleting ACKs for type==channel | Rory& | 2025-12-02 | 1 | -2/+27 |
| * | | | | Fix schema import | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Extended IP address scrutiny on register | Rory& | 2025-12-02 | 1 | -63/+55 |
| * | | | | Enforce bans on invites, enforce quarantine, enforce IP ban | Rory& | 2025-12-02 | 1 | -33/+29 |
| * | | | | Use IpDataClient in places | Rory& | 2025-12-02 | 4 | -86/+11 |
| * | | | | Always trim username updates | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Template billing routes | Rory& | 2025-12-02 | 2 | -2/+84 |
| * | | | | 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 |
| * | | | | Fix base64 avatar stuff for webhooks | Rory& | 2025-12-01 | 1 | -1/+1 |
| * | | | | Drop node-fetch-commonjs, proxy-agent as deprecated | Rory& | 2025-12-01 | 10 | -30/+9 |
| * | | | | 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 |
| |/ / / / |
|
| * | | | | Cut down schemas by 90% | Rory& | 2025-11-29 | 1 | -1/+7 |
| * | | | | don't show invis | MathMan05 | 2025-11-29 | 1 | -1/+1 |
| * | | | | Fix merge issues | MathMan05 | 2025-11-29 | 8 | -160/+83 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge pull request #1408 from MathMan05/removeStupidPolies | Madeline | 2025-11-29 | 8 | -167/+87 |
| | |\ \ \ \ |
|
| | | * | | | | remove string proto fake polyfill | MathMan05 | 2025-11-26 | 1 | -2/+3 |
| | | * | | | | 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 | 1 | -0/+206 |
| | | |\| | | | | |
|
| | | | * | | | | | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 1 | -0/+206 |
| | | | |\ \ \ \ \ |
|
| | | * | | | | | | | remove remove | MathMan05 | 2025-11-26 | 1 | -3/+4 |
| | | |/ / / / / / |
|
| | | * | | | | | | change partition | MathMan05 | 2025-11-26 | 1 | -31/+16 |
| | | * | | | | | | remove distinct | MathMan05 | 2025-11-26 | 1 | -27/+5 |
| | | * | | | | | | rid of forEachAsync | MathMan05 | 2025-11-26 | 2 | -20/+26 |
| | | * | | | | | | rid of Math.clamp | MathMan05 | 2025-11-25 | 1 | -2/+2 |
| | | * | | | | | | Delete Object.map | MathMan05 | 2025-11-25 | 1 | -8/+5 |
| * | | | | | | | | 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 |
| * | | | | | Mention inbox, hopefully | Rory& | 2025-11-26 | 1 | -0/+161 |
| |/ / / / |
|
| * | | | | Message handler: fix imports | Rory& | 2025-11-25 | 1 | -7/+5 |
| * | | | | implement timeouts and quarantines | Rory& | 2025-11-25 | 1 | -14/+15 |
| * | | | | allow setting communication_disabled_until | Rory& | 2025-11-25 | 1 | -0/+5 |
| * | | | | slight fix | MathMan05 | 2025-11-25 | 1 | -1/+2 |
| * | | | | Implement Slowmode | MathMan05 | 2025-11-25 | 1 | -2/+17 |
| * | | | | fix bot deleting | MathMan05 | 2025-11-24 | 1 | -3/+1 |
| * | | | | fix :3 | MathMan05 | 2025-11-23 | 1 | -2/+1 |
| * | | | | is it a hack if it works? | MathMan05 | 2025-11-23 | 2 | -2/+2 |
| * | | | | fix for the comemnting | MathMan05 | 2025-11-23 | 1 | -2/+2 |
| * | | | | no, that doesn't work | MathMan05 | 2025-11-23 | 1 | -0/+2 |
| * | | | | maybe fix attachments? | MathMan05 | 2025-11-23 | 1 | -3/+15 |
| * | | | | work | MathMan05 | 2025-11-23 | 1 | -1/+12 |
| * | | | | use nonce? | MathMan05 | 2025-11-23 | 1 | -0/+1 |
| * | | | | make interactions more normal | MathMan05 | 2025-11-23 | 2 | -52/+10 |
| * | | | | Add well-known routes | Rory& | 2025-11-22 | 1 | -0/+36 |
| * | | | | fixes | MathMan05 | 2025-11-19 | 1 | -1/+6 |
| * | | | | add missing awaits | MathMan05 | 2025-11-19 | 1 | -2/+2 |
| * | | | | fix mentions issues | MathMan05 | 2025-11-19 | 1 | -6/+33 |
| * | | | | Merge branch 'master' into webhookFix | Cyber | 2025-11-19 | 4 | -18/+42 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into readStates | Cyber | 2025-11-19 | 1 | -4/+7 |
| | |\ \ \ \ |
|
| | * | | | | | implement mention_count | MathMan05 | 2025-11-18 | 4 | -18/+42 |
| * | | | | | | correctly check query | MathMan05 | 2025-11-19 | 1 | -1/+1 |
| * | | | | | | rearange errors | MathMan05 | 2025-11-19 | 1 | -8/+9 |
| * | | | | | | fixes | MathMan05 | 2025-11-19 | 1 | -44/+17 |
| * | | | | | | Merge branch 'webhookFix' of https://github.com/MathMan05/server into webhookFix | MathMan05 | 2025-11-19 | 1 | -4/+7 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'master' into webhookFix | Cyber | 2025-11-19 | 1 | -4/+7 |
| | |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | * | | | | | more fix | MathMan05 | 2025-11-18 | 1 | -1/+7 |
| | | * | | | | | I am an idiot, it wasn't backwards | MathMan05 | 2025-11-18 | 1 | -1/+1 |