Commit Graph

29 Commits

Author SHA1 Message Date
lda c54e5cf881 [FIX/WIP] Try to fix concurrency issue
I still don't know why the timer conflicts with netting code. It has
absolutely no reason to do that, since it's only job is rendering a
singular jmlist.
2024-04-05 07:59:01 +02:00
lda de27dddf3e [FIX] Manage UI in a timer whenever busy
This should make the UI just a wee bit less laggy when syncing.
Also fixes an issue with a random getkey right after the initial
sync message.
2024-04-02 14:10:40 +02:00
lda a62207a5f3 Add basic README.
It sucks.
2024-04-01 09:30:48 +02:00
lda 62dfbf2bad Finalise a few things. 2024-04-01 09:22:36 +02:00
lda 304892f159 [FIX] clear up licensing 2024-03-30 14:27:32 +01:00
lda 04429888af The Great Push (mfw) 2024-03-30 14:13:40 +01:00
lda 55395ec2cf A lot of stuff... 2024-02-28 21:56:58 +01:00
lda 07ae5a8566 [ADD] Add HTML parser
It isn't complete, it doesn't work well, but it somewhat does its
job.
Since this is stolen from Lephe's WebCalc, except Ma's Trix to be
under GPL or CeCILL.
2024-02-17 18:05:33 +01:00
lda bf204eff5f [ADD/WIP] Make room view even more polished!
It still seems to love hanging from time to time, go figure...
2024-02-16 23:55:21 +01:00
lda f01f24a5ed [ADD/WIP] Manage room timeline, start sending msgs 2024-02-14 20:43:08 +01:00
lda 29edf2b93c [ADD] Add basic user count 2024-02-14 13:19:00 +01:00
lda 7d94836c52 [ADD/WIP] Get initial room view up 2024-02-14 11:16:01 +01:00
lda 881f05eb5a [MOD/WIP] Rewrite JSON impl, get initial sync up
The initial sync implementation only just writes the rooms
joined, but that's *something*!
2024-02-12 12:42:04 +01:00
lda ff82fb4a3d [MOD/WIP] Remove hashmap from UI code
Just use the structure directly!
2024-02-07 18:54:53 +01:00
lda 3612d306af [ADD/WIP] Actually make the login screen "usable"
It now actually does a login request, and notifies you of the status.
I'll still need to make sure that it stores the user somewhere...
2024-02-07 18:08:43 +01:00
lda dad4a844a6 [FIX/WIP] Add delegated host to data 2024-02-06 22:25:04 +01:00
lda c028d8ccca [MOD/WIP] Redesign the login UI
With delegation-checking!
2024-02-06 22:20:01 +01:00
lda fbffd544cf [ADD/WIP] Work on Goda + Test out new UI code 2024-02-06 20:55:42 +01:00
lda 7438eb621b [MOD/WIP] Start rewriting UI code
Yup, this is gonna Take A While
2024-02-06 17:31:10 +01:00
lda c56bce0398 [WIP/ADD] Start writing Goda easter 2024-02-05 19:11:34 +01:00
LDA 1a7cd77d95 [ADD] Add Goda.
After all, why not?
2024-02-05 12:56:44 +01:00
lda 44c25ed4d6 [ADD/WIP] Start adding JSON writer + work on CS API
Still not complete...
2024-02-05 08:15:30 +01:00
lda c6bf347b7f [ADD] Start using JSON 2024-02-04 21:25:57 +01:00
lda 906f155395 [ADD] Start parsing HTTP replies 2024-02-04 20:08:32 +01:00
lda 4e1ee6dd22 [FIX] Remove local YCM 2024-02-04 19:08:59 +01:00
lda 4ea8e75c33 [ADD] Add a basic JSON implementation 2024-02-04 19:08:16 +01:00
lda 67608e2eee [FIX] Remove warnings 2024-02-03 08:43:46 +01:00
lda 57d5e577b2 [FIX] Remove debug things 2024-02-03 08:37:38 +01:00
lda 4b5cedd612 [INIT] Actually setup Git lol 2024-02-03 08:34:37 +01:00