Compare commits

..

55 Commits

Author SHA1 Message Date
c66ca0db86
imgui debug stuff 2024-03-15 13:01:14 +01:00
986a1796e4
proper cleanup procedure for main 2024-03-13 13:42:00 +01:00
0f955ffd28
reduce excessive message frag saving (queue dedup + waiting 10sec)
prepare for frag updates
2024-03-12 18:43:59 +01:00
31fd466ba2
try to tame log spam 2024-03-12 18:43:59 +01:00
78949891cf
fix accel structure being wrong and mark empty frags and dont count them 2024-03-12 18:43:59 +01:00
99076a4acb
combat memory leaks with smart pointers 2024-03-12 18:43:59 +01:00
10f461e594
refactor saving and save on exit 2024-03-12 18:43:59 +01:00
633f00d092
dirty frag on message updates (if still open) 2024-03-12 18:43:59 +01:00
ddc52b2388
refactor message fuid -> fid
save alot of memory by using fid instead of fuid
2024-03-12 18:43:58 +01:00
7b5cf5688c
reduce log spam 2024-03-12 18:43:58 +01:00
69164c3ed6
remove old code 2024-03-12 18:43:58 +01:00
2206ad02a8
forgot to throw update on read 2024-03-12 18:43:58 +01:00
8bce6e9dd3
dont sync messages we dont know enough about 2024-03-12 18:43:58 +01:00
d9ef243308
make adjacency loading work, extend range and use loops 2024-03-12 18:43:58 +01:00
6177b38025
replace old bad prev/next code with way better code 2024-03-12 18:43:57 +01:00
adaa8c69ca
smaller contact frag fixes 2024-03-12 18:43:57 +01:00
896f0a0015
impl new acceleration structure for components, not exploited yet
disable funky load at first msg
2024-03-12 18:43:57 +01:00
bffced7d41
forgot to check contact 2024-03-12 18:43:57 +01:00
75ab0ef293
rework cursers for cg, keep views between switching. will be refactored later 2024-03-12 18:43:57 +01:00
8a72e8979a
fix one inverted comparator 2024-03-12 18:43:57 +01:00
7dd7535261
stop ignoring mfs interval and sort after 2024-03-12 18:43:56 +01:00
4b255995aa
make inital curser a range 2024-03-12 18:43:56 +01:00
90ab1ac739
loading logic implemented but broken (very funky and sometimes even out of contact) 2024-03-12 18:43:56 +01:00
8481db687a
load based on view cursers (untested and not used yet) 2024-03-12 18:43:56 +01:00
e90a29530f
msg frag before and after helper 2024-03-12 18:43:56 +01:00
e77b96020b
fix potential tsrange errors and deduplicate state 2024-03-12 18:43:56 +01:00
033e63a7b1
make writing safe (by using a tmp file and moving to actual location) 2024-03-12 18:43:55 +01:00
e32fd233f9
make empty contacts from ids on message load 2024-03-12 18:43:55 +01:00
9ae792f89f
change binary meta format and add zstd to metadata 2024-03-12 18:43:55 +01:00
2bb5d9ca39
switch to streaming compressor for data to drastically improve ratio.
would still benefit from a abstract file refactor
2024-03-12 18:43:55 +01:00
c288425f26
update fs readme a little 2024-03-12 18:43:55 +01:00
864fd9eab4
save msg json zstd compressed (3x compression) 2024-03-12 18:43:55 +01:00
e9aed5c2f8
simplify array cast a little 2024-03-12 18:43:54 +01:00
adf817ad2b
add zstd dep 2024-03-12 18:43:54 +01:00
edf559503c
comp refactor and make groups work 2024-03-12 18:43:54 +01:00
ffd0197348
move json around and disable files for now 2024-03-12 18:43:54 +01:00
61f452c335
reverse message write order 2024-03-12 18:43:54 +01:00
9af0b9e06e
add dup check, would work for ngc if we saved tox group msg id yet 2024-03-12 18:43:54 +01:00
40a177fdec
fix dup on write 2024-03-12 18:43:53 +01:00
bd4f281769
basically working, but some dup glitch is still there 2024-03-12 18:43:53 +01:00
188be9bb4c
scan laters 2024-03-12 18:43:53 +01:00
6c66c9f277
fragment events + 256bit uuids 2024-03-12 18:43:53 +01:00
d9e541f65e
refactor message serializer to allow access to eg contacts 2024-03-12 18:43:53 +01:00
765282b172
further serializer refactoring 2024-03-12 18:43:53 +01:00
0cbd203020
improve deserialization and provide message comp deserl 2024-03-12 18:43:52 +01:00
93406f64b0
loading fragments mostly working (not notifying anyone yet) 2024-03-12 18:43:52 +01:00
3a9a940b63
add contact id to meta 2024-03-12 18:43:52 +01:00
347f032c27
more comps 2024-03-12 18:43:52 +01:00
14c1188219
handle empty type 2024-03-12 18:43:52 +01:00
be2043e3a0
dump messages to data (some comps) 2024-03-12 18:43:51 +01:00
4ec614eaed
message fragment meta is saved, but still empty data 2024-03-12 18:43:51 +01:00
e0ca5cc790
start with messages (no fragments get created yet) 2024-03-12 18:43:51 +01:00
f506e7d670
refactoring, add to mainscreen 2024-03-12 18:43:51 +01:00
e19238fedf
random ids 2024-03-12 18:43:51 +01:00
9b17bfb2bf
working prototpying code 2024-03-12 18:43:51 +01:00

Diff Content Not Available