index
:
spacebarchat/server-ts.git
this commit
compv2
dev/appemojis
dev/async-mentions
dev/backport/from-monitoring/ProcessLifecycle
dev/bigint-pk
dev/cherry
dev/emma-fuck-this
dev/emma-wip
dev/emma/as-to-satisfies-gw
dev/emma/gateway-batch-presence-lookup
dev/emma/gw-batch-presence-lookup
dev/gw-encoding-refactor
dev/gwsep
dev/ipc-refactor
dev/lazyrequest
dev/monitoring
dev/openapi-improvements
dev/pomelo
dev/reconciledbbigint
dev/reorder-src
dev/rewrite-gif-support
dev/webhook-messages
emma/schema-updates
emma/schema-updates_wip
emma/webrtc-fuckery
entity-fix-attempt
gwtemp
interactionWork
master
pomelo
rebased/dev/pomelo
sec/various
server-compv2
temp
tmp
tmp-master
tmp-musl-fun
tmp-rebase-threads
github/compv2
github/dev/appemojis
github/dev/async-mentions
github/dev/backport/from-monitoring/ProcessLifecycle
github/dev/bigint-pk
github/dev/cherry
github/dev/emma-fuck-this
github/dev/emma-wip
github/dev/emma/as-to-satisfies-gw
github/dev/emma/gateway-batch-presence-lookup
github/dev/emma/gw-batch-presence-lookup
github/dev/gw-encoding-refactor
github/dev/gwsep
github/dev/ipc-refactor
github/dev/lazyrequest
github/dev/monitoring
github/dev/openapi-improvements
github/dev/pomelo
github/dev/reconciledbbigint
github/dev/reorder-src
github/dev/rewrite-gif-support
github/dev/webhook-messages
github/emma/schema-updates
github/emma/schema-updates_wip
github/emma/webrtc-fuckery
github/entity-fix-attempt
github/gwtemp
github/interactionWork
github/master
github/pomelo
github/rebased/dev/pomelo
github/sec/various
github/server-compv2
github/temp
github/tmp
github/tmp-master
github/tmp-musl-fun
github/tmp-rebase-threads
Spacebar Server, written with love in TypeScript and C#
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.code-workspace
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2026-06-12
Bundle: drop unused index.ts, avoid re-exporting all other components
Rory&
1
-22
/
+0
2026-06-12
api/widget: dont import the entirety of the CDN server
Rory&
1
-1
/
+1
2026-06-12
CDN: unify imports layout
Rory&
22
-82
/
+50
2026-06-12
Move more extensions to extensions
Rory&
42
-90
/
+137
2026-06-11
Move migrations to database
Rory&
77
-731
/
+842
2026-06-11
Fix recursive import in database
Rory&
3
-218
/
+216
2026-06-11
Move entities to database
Rory&
250
-537
/
+694
2026-06-11
Move database to toplevel
Rory&
18
-36
/
+65
2026-06-11
Remove extraneous export
Rory&
1
-1
/
+0
2026-06-11
Use subpath imports for lambert-server, fix openapi.js
Rory&
85
-95
/
+95
2026-06-11
Allow subpath imports, move extensions to separate module
Rory&
18
-22
/
+53
2026-06-11
Allow subpath imports from module aliases
Rory&
1
-7
/
+7
2026-06-11
Dont send guild_add for autojoin guilds on register, disable bcrypt workers a...
Rory&
5
-119
/
+132
2026-06-11
Deduplicate channel positions query
Rory&
1
-8
/
+7
2026-06-11
Assertions first, use exists rather than count/find
Rory&
1
-14
/
+9
2026-06-11
Dont fetch entire channel for welcome message, dont fail if channel doesnt exist
Rory&
1
-7
/
+4
2026-06-11
Handle welcome message as insert + update
Rory&
1
-4
/
+3
2026-06-11
Bcrypt worker threads
Rory&
5
-3
/
+121
2026-06-11
Trace registration
Rory&
3
-13
/
+59
2026-06-09
Clean up tests a little
Rory&
10
-132
/
+96
2026-06-05