Commit Graph

20 Commits

Author SHA1 Message Date
Myx
429bb9d8ff Chat message placeholder adjustment 2026-03-19 21:39:47 +01:00
Myx
1cdd1c5d2b fix typing indicator on wrong server
Some checks failed
Queue Release Build / build-linux (push) Blocked by required conditions
Queue Release Build / prepare (push) Successful in 15s
Deploy Web Apps / deploy (push) Successful in 16m15s
Queue Release Build / finalize (push) Has been cancelled
Queue Release Build / build-windows (push) Has been cancelled
2026-03-18 22:10:11 +01:00
Myx
778e75bef5 fix: [Experimental hotfix 1] Fix Signaling issues Toju App
1. Server: WebSocket ping/pong heartbeat (index.ts)
Added a 30-second ping interval that pings all connected clients
Connections without a pong response for 45 seconds are terminated and cleaned up
Extracted removeDeadConnection() to deduplicate the cleanup logic between close events and dead connection reaping
2. Server: Fixed sendServerUsers filter bug (handler.ts:13)
Removed && cu.displayName from the filter — users who joined a server before their identify message was processed were silently invisible to everyone. This was the direct cause of "can't see each other" in session 2.
3. Client: Typing message now includes serverId
Added serverId: this.webrtc.currentServerId to the typing payload
Added a currentServerId getter on WebRTCService
2026-03-12 23:53:10 +01:00
Myx
e8e5c24600 Add file upload from clipboard 2026-03-10 00:44:00 +01:00
Myx
dc6746c882 Disallow any types 2026-03-09 23:02:52 +01:00
Myx
3b1aab4985 Messages now actually gets deleted 2026-03-09 22:12:08 +01:00
Myx
d20509566d Change klippy window behavour, Fix user management behavour, clean up search server page 2026-03-08 00:00:17 +01:00
Myx
66246e4e16 Split chat component into smaller components 2026-03-07 18:06:45 +01:00
Myx
901df84d13 Basic language highlighting 2026-03-07 17:25:30 +01:00
Myx
10467dfccb Cleaning up comments 2026-03-06 05:21:41 +01:00
Myx
fe2347b54e Imrpove chat with gifs, videos, music player, redesigns and improved filesharing errors 2026-03-06 04:47:07 +01:00
Myx
0ed9ca93d3 Refactor 4 with bugfixes 2026-03-04 03:56:23 +01:00
Myx
4e95ae77c5 Now formatted correctly with eslint 2026-03-04 00:41:02 +01:00
Myx
ad0e28bf84 Add eslint 2026-03-03 22:56:12 +01:00
Myx
d641229f9d Minor refactor 2026-03-03 22:55:58 +01:00
Myx
e231f4ed05 Refactor and code designing 2026-03-02 03:30:22 +01:00
Myx
6d7465ff18 Big commit 2026-03-02 00:13:34 +01:00
Myx
d88a476f15 style: Now uses template files 2026-03-01 14:53:47 +01:00
Myx
8c551a90f4 Remote connection 2026-01-09 19:49:38 +01:00
Myx
87c722b5ae init 2025-12-28 08:23:30 +01:00