Rory&
57827bc915
Array method to get distinct items by a selector
2026-03-16 23:46:38 +01:00
Rory&
8c137a42a2
Clean up schemas some more
2026-03-16 23:45:23 +01:00
Lisa Marie Maginnis
63effc3887
Added two new configuration options for SMTP: "starttls" and
...
"allowInsecure".
smtp.starttls will enable or disable STARTTLS
when "secure" is set to false (otherwise it does nothing).
smtp.allowInsecure will allow self-signed certificates if
set to true for both smtp.secure and smtp.starttls options.
2026-03-15 14:49:37 +01:00
MathMan05
a408fdfdf1
give remove the same treatment
2026-03-15 14:46:54 +01:00
MathMan05
1a82e8f385
Fix adding reactions
2026-03-15 14:46:54 +01:00
Rory&
0b1d12d968
Some minor work
2026-03-14 06:13:32 +01:00
Rory&
c8af1e125f
Remove array global pollution
2026-03-14 06:01:48 +01:00
Rory&
8bb0b84b5e
Shorten imports
2026-03-14 05:43:42 +01:00
Rory&
e8b0b58fcd
Remove unused imports for entities
2026-03-14 04:26:16 +01:00
Rory&
e0783f7595
Remove unused imports for non-entities
2026-03-14 04:24:04 +01:00
Rory&
9e4e385288
Fix some JSdoc errors
2026-03-14 04:13:20 +01:00
Rory&
0370985a4e
Clean up some type guards
2026-03-14 04:09:37 +01:00
Rory&
a451f92e67
properly mark unused params
2026-03-14 03:59:28 +01:00
Rory&
27cb026967
lambert-server: remove unused code
2026-03-14 03:45:17 +01:00
Rory&
128c004508
Snowflake: remove unused binaryToID function
2026-03-14 03:40:57 +01:00
Rory&
0e6b704af1
Remove unused autoupdater code
2026-03-14 03:39:14 +01:00
Rory&
b5e63c06b6
Qodana: fix async warnings
2026-03-14 03:26:26 +01:00
Rory&
1e07c1eaa2
gateway offload work
2026-03-13 10:14:29 +01:00
Rory&
3fdc6a54aa
Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE events
2026-03-13 03:45:26 +01:00
Rory&
bf778e5133
Gateway: allow addressing dispatch events to specific sessions
2026-03-13 03:24:12 +01:00
MathMan05
a8ba2d6553
sticker impl
2026-03-07 01:42:27 +01:00
Rory&
2aaca5e4a1
Dont serialise guild parents
2026-03-07 00:44:59 +01:00
Rory&
aee0ec965a
Dont serialize discovery weight/exclusion status
2026-03-07 00:37:13 +01:00
Rory&
eaf697eb19
[rel/1518] Member flags
2026-03-07 00:30:19 +01:00
Rory&
91a9029046
[rel/1518] Interaction failure reason enum, add missing copyright headers
2026-03-07 00:13:03 +01:00
Rory&
f5ecdd7fd2
temp hack: ...and dont forget to save it
2026-03-06 02:32:46 +01:00
Rory&
848f060452
temp hack: maybe set the right did
2026-03-06 02:31:46 +01:00
Rory&
9533760077
temp hack: re-create sessiosn that went missing
2026-03-06 02:31:00 +01:00
Rory&
3f756629e6
Log creation of new sessions, fix some comments
2026-03-06 00:25:59 +01:00
Rory&
ab4a8a31ec
IPC: unix socket reinit + backlog system
2026-02-27 15:39:55 +01:00
Rory&
9abff83378
IPC: more unix socket logging
2026-02-27 11:10:10 +01:00
Rory&
7f5351d05e
IPC: eagerly init unix sockets on startup
2026-02-27 11:10:10 +01:00
Rory&
5b47b66a19
IPC: factor out imports
2026-02-27 11:10:10 +01:00
Rory&
7fefb35458
Option to disable logging route registrations
2026-02-27 11:10:10 +01:00
whinis
3e7ecbc4a1
added clean_data to places after a member is created but not constructed to allow proper json creation.
2026-02-26 06:55:18 +01:00
Rory&
0a1e4e9d6b
Add /_spacebar/api/version - resolves #1222
2026-02-25 10:49:05 +01:00
Rory&
1d0e9c3501
disable toJSON for read states?
2026-02-25 09:54:10 +01:00
Pablo Stebler
e770efa638
Fix undefined access
2026-02-25 07:14:30 +01:00
Rory&
763cfe872c
Merge remote-tracking branch 'mathium05/refineSearch'
2026-02-25 07:12:44 +01:00
Rory&
8dc9029920
last_pinned_timestamp int4 -> timestamp
2026-02-25 06:25:28 +01:00
Rory&
0e35466f57
Include explicit update where NULL in migration
2026-02-25 06:13:04 +01:00
MathMan05
e37c595dbb
why didn't anyone do this
2026-02-23 16:17:29 -06:00
Rory&
785f53e7d1
swap migration order
2026-02-23 08:32:16 +01:00
Rory&
2775d5aa0b
Faster pings
2026-02-23 06:53:08 +01:00
Rory&
20ac8c2bdd
util: update message flags to match upstream (and use short bigint notation)
2026-02-18 14:27:48 +01:00
whinis
97d271b295
Renamed to JsonNumber and removed from incorrectly typed date field
2026-02-18 14:14:14 +01:00
whinis
750acb353e
Add decorator to change Bigint back to string using Number
2026-02-18 14:14:14 +01:00
whinis
9bd8fc2c09
Add Decorators to clean classes before json serialization and remove invalid states.
2026-02-17 18:20:31 +01:00
ChrisChrome
3c844ae777
Fix loading discord guild templates
2026-02-16 13:13:46 -07:00
ChrisChrome
c1679ec394
Separate IP check options during registration
2026-02-16 11:49:44 -07:00