CyberL1
|
d34744b140
|
feat: get non-expired polls on start
|
2026-06-26 16:42:33 +02:00 |
|
CyberL1
|
fad6cfc043
|
fix: ddon't turn poll end messages to reply type
|
2026-06-26 16:42:33 +02:00 |
|
CyberL1
|
caf74417b5
|
feat: add poll ended messages
|
2026-06-26 16:42:33 +02:00 |
|
CyberL1
|
74b83801b7
|
fix: check if message is a poll
|
2026-06-26 16:42:33 +02:00 |
|
CyberL1
|
4c14bf8dcc
|
fix: ignore null/undefined in where queries
|
2026-06-26 13:47:07 +02:00 |
|
CyberL1
|
d6c05bdeff
|
check opts not message
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
8ab688382f
|
fix: check for poll answer limit
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
68ee917ccf
|
fix: don't send loop over not voted answers
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
97285d545c
|
feat: send vote poll events
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
a722705bb9
|
feat: send a MESSAGE_UPDATE event on manual poll expire
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
a12224536e
|
feat: add route to expire a poll
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
c440735e4b
|
feat: add route to get voters for an answer
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
25aa725ba1
|
fix: forbid poll editing/creating in non-text channels
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
eae999789c
|
feat: set me_voted for poll messages
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
0efdb5c35a
|
feat: add voting route
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
305d1d87b2
|
fix: poll answer id should never be 0
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
3896b143c6
|
refactor: group message poll checks under one if
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
4cf0e48dd0
|
fix: assign id to poll answers
|
2026-06-25 17:56:49 +02:00 |
|
CyberL1
|
77124c559b
|
fix: add expiry field to polls in message handling
|
2026-06-25 17:56:49 +02:00 |
|
Rory&
|
234403f7d5
|
Gateway offload: gracefully fall back to TS code on failure
|
2026-06-23 09:02:32 +02:00 |
|
Rory&
|
6751174792
|
Member list kinda works now?
|
2026-06-23 05:53:09 +02:00 |
|
Rory&
|
7837a030bc
|
Close: use session as predicate rather than session_id due to early init
|
2026-06-22 00:42:11 +02:00 |
|
Rory&
|
1013bfd5b2
|
LazyRequest: support offload
|
2026-06-21 20:45:03 +02:00 |
|
Rory&
|
39bfd5050e
|
Use stopwatch for LazyRequest, clean up imports, remove unused code
|
2026-06-21 20:42:23 +02:00 |
|
Rory&
|
3d07e05fd0
|
Get basic member list working in offload
|
2026-06-21 20:41:01 +02:00 |
|
Rory&
|
387cea129d
|
Publish LazyRequest typescript attempt, partial C# impl
|
2026-06-21 10:48:00 +02:00 |
|
Rory&
|
7b9b87f308
|
Evade metric constructors handling registration by default
|
2026-06-19 01:24:25 +02:00 |
|
Rory&
|
56620f0668
|
Attach HTTP metrics via dedup helper
|
2026-06-19 01:22:26 +02:00 |
|
Rory&
|
993b9a6990
|
Bundle: attach monitoring to express early
|
2026-06-19 01:19:10 +02:00 |
|
Rory&
|
18dd02f151
|
Fix cloud attachments (dont circular import in cdn)
|
2026-06-18 09:04:53 +02:00 |
|
Rory&
|
edbb6048c1
|
Delete messages when deleting webhook
|
2026-06-17 22:51:39 +02:00 |
|
Rory&
|
9915727ccd
|
Routes: reduce scope of api imports to api/util
|
2026-06-17 02:34:50 +02:00 |
|
Rory&
|
4aceae2bed
|
Clean up some imports to make API work again
|
2026-06-17 02:17:59 +02:00 |
|
Rory&
|
4c25f84431
|
extensions/String: use custom exception type
|
2026-06-17 01:48:23 +02:00 |
|
Rory&
|
9bb2c437cf
|
Authentication: allow - in webhook token
|
2026-06-16 17:59:23 +02:00 |
|
Rory&
|
fa4ca953b8
|
Fix random string code
|
2026-06-16 17:27:33 +02:00 |
|
Rory&
|
e97c1820b7
|
Fix import
|
2026-06-16 03:33:11 +02:00 |
|
Rory&
|
6e0f571b35
|
Signify some imports more explicitly
|
2026-06-16 02:47:03 +02:00 |
|
Rory&
|
92f4099b82
|
Move random string to Random class in extensions
|
2026-06-16 02:39:15 +02:00 |
|
Rory&
|
4b27ee46d6
|
Dont fetch roles if role id set is empty
|
2026-06-16 01:09:56 +02:00 |
|
Rory&
|
89d81432d3
|
Dont fetch roles for non-guild mesages
|
2026-06-16 01:03:20 +02:00 |
|
Rory&
|
e1de08a4d4
|
Account for channel id when deleting messages
|
2026-06-16 00:29:47 +02:00 |
|
Rory&
|
42406c1838
|
Replace APIRole with schema
|
2026-06-13 20:37:26 +02:00 |
|
Rory&
|
6995aa7f74
|
Split config/response voice regions, remove APIVoiceRegion alias
|
2026-06-13 01:57:19 +02:00 |
|
Rory&
|
92f25c3a22
|
HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating all the queries properly
|
2026-06-13 01:10:59 +02:00 |
|
Rory&
|
9459bb4226
|
Fix import path for initial migration
|
2026-06-12 17:58:18 +02:00 |
|
Rory&
|
1c815ef27c
|
Bundle: drop unused index.ts, avoid re-exporting all other components
|
2026-06-12 17:58:18 +02:00 |
|
Rory&
|
a437f0a64e
|
api/widget: dont import the entirety of the CDN server
|
2026-06-12 17:58:18 +02:00 |
|
Rory&
|
fb7199f27a
|
CDN: unify imports layout
|
2026-06-12 17:58:18 +02:00 |
|
Rory&
|
03ecae4348
|
Move more extensions to extensions
|
2026-06-12 17:58:18 +02:00 |
|