This website requires JavaScript.
a5e67d0ee8
move uuid gen to util
Green Sky
2024-04-12 19:44:24 +02:00
9e30983b22
Merge branch 'master' into fragment_store
Green Sky
2024-04-12 19:24:01 +02:00
195a87b8ab
add object store and expose to plugins
dev-195a87b
Green Sky
2024-04-12 19:03:30 +02:00
dfbb1dea68
move os and backend to sub
Green Sky
2024-04-12 13:34:20 +02:00
2597edd579
new messages objcomp names
Green Sky
2024-04-11 17:04:06 +02:00
85a29372f4
adding message frag object version and conversion work, but comp name changes incoming
Green Sky
2024-04-11 16:17:47 +02:00
a9f6a5d763
move mfs to os, works, convert tool still incomplete
Green Sky
2024-04-11 11:54:00 +02:00
73180195fe
some more backend interface changes i realized i had to do
Green Sky
2024-04-11 11:10:19 +02:00
10b689ca95
refactor the serializer again
Green Sky
2024-04-10 22:27:01 +02:00
3796841961
conversion improvements
Green Sky
2024-04-10 21:18:27 +02:00
854ed851b4
fixes missing comps and conversion tool is almost working (most of meta is transfered)
Green Sky
2024-04-10 16:26:24 +02:00
5c3b797a99
new object (os + fsb mostly done)
Green Sky
2024-04-10 13:27:45 +02:00
8a580e2fbb
backend fs read
Green Sky
2024-04-09 20:58:47 +02:00
3cede91aa0
more work on backend and moving frags to objs
Green Sky
2024-04-09 19:36:35 +02:00
0610a6a64a
continue os refactor, start with fs backend
Green Sky
2024-04-09 12:09:21 +02:00
26d07b06db
start refactoring in the name of object store
Green Sky
2024-04-06 22:27:53 +02:00
fd0b210bbb
fragment store fully file2 zstd. no more zstd.h in fragment store
Green Sky
2024-04-06 14:23:43 +02:00
268cbe137e
move file stack creation to separate file, removing some scope
Green Sky
2024-04-06 13:21:26 +02:00
31bb0d3e61
refactor meta data decompression using file2 and mem
Green Sky
2024-04-06 13:03:09 +02:00
248f68f6a2
minimal stack creation refactor (wip)
Green Sky
2024-04-06 11:57:48 +02:00
3b010bd16f
catch write errors (eg unsanitzed strings)
Green Sky
2024-04-05 18:18:21 +02:00
7e285290fe
test in memory comp
Green Sky
2024-04-03 21:03:35 +02:00
5767834f71
since its working, remove old commented code
Green Sky
2024-04-02 18:27:47 +02:00
53ce292e82
fix stack overflow (i am stupid) and some file stack error handling
Green Sky
2024-04-02 18:01:29 +02:00
84bd24807d
small change to flush work space. writing new frags is broken rn
Green Sky
2024-04-02 17:48:15 +02:00
8d0518c2e3
harden against some parsing exceptions (by disabling them, since the error case is already handled)
Green Sky
2024-04-01 18:06:41 +02:00
6d150ba441
roll back meta comp (did it wrong) and enable data comp
Green Sky
2024-04-01 17:57:14 +02:00
c737715c66
more refactor and transition meta write
Green Sky
2024-04-01 13:28:33 +02:00
b640b5a06b
variant to span helper
Green Sky
2024-04-01 12:43:21 +02:00
1b9363e7b5
tested and works, cleaning up commented code
Green Sky
2024-04-01 12:32:22 +02:00
16d2238f35
fixes for ci
Green Sky
2024-03-31 22:03:55 +02:00
19844a9423
use file2 zstd wrapper to read frag data (untested)
Green Sky
2024-03-31 15:43:01 +02:00
19fd99f713
refactor out uuidgenerator
Green Sky
2024-03-31 14:23:03 +02:00
f22f523774
minor frag store refactor
Green Sky
2024-03-30 23:23:39 +01:00
8b17ed195f
more testing and file2 zstd now passes tests with varying frame sizes and 1.5gig files
Green Sky
2024-03-30 13:50:31 +01:00
def7fc1959
add file2 impl for zstd (lightly tested and not integrated yet)
Green Sky
2024-03-28 15:36:14 +01:00
318be9cd62
throw update
Green Sky
2024-03-15 14:51:30 +01:00
2772c8ee69
reduce excessive message frag saving (queue dedup + waiting 10sec) prepare for frag updates
Green Sky
2024-03-12 11:58:23 +01:00
eac2927379
try to tame log spam
Green Sky
2024-03-11 16:29:45 +01:00
77a0ae6acd
fix accel structure being wrong and mark empty frags and dont count them
Green Sky
2024-03-11 16:26:13 +01:00
7879a0927b
combat memory leaks with smart pointers
Green Sky
2024-03-06 12:30:07 +01:00
88ea3e177d
refactor saving and save on exit
Green Sky
2024-03-03 15:16:01 +01:00
bc22451524
dirty frag on message updates (if still open)
Green Sky
2024-03-03 12:50:39 +01:00
7b8e93eec3
refactor message fuid -> fid save alot of memory by using fid instead of fuid
Green Sky
2024-03-03 12:20:41 +01:00
71be5c3c6e
reduce log spam
Green Sky
2024-03-03 11:57:30 +01:00
2b8cee6a29
remove old code
Green Sky
2024-03-01 13:53:32 +01:00
5bf4640d61
forgot to throw update on read
Green Sky
2024-03-01 12:18:06 +01:00
0e0e81720b
dont sync messages we dont know enough about
Green Sky
2024-02-29 20:52:47 +01:00
592a4cb9cf
make adjacency loading work, extend range and use loops
Green Sky
2024-02-29 15:31:50 +01:00
93f60bd073
replace old bad prev/next code with way better code
Green Sky
2024-02-29 00:19:55 +01:00
6a6de77ae9
smaller contact frag fixes
Green Sky
2024-02-28 23:49:32 +01:00
89f065a610
impl new acceleration structure for components, not exploited yet disable funky load at first msg
Green Sky
2024-02-28 18:34:26 +01:00
52e95ca654
forgot to check contact
Green Sky
2024-02-28 01:07:17 +01:00
eaa316a2aa
rework cursers for cg, keep views between switching. will be refactored later
Green Sky
2024-02-27 17:47:17 +01:00
bdf4e60f2f
fix one inverted comparator
Green Sky
2024-02-26 01:23:31 +01:00
2e3c779bec
stop ignoring mfs interval and sort after
Green Sky
2024-02-26 01:22:49 +01:00
461a4f1aa7
make inital curser a range
Green Sky
2024-02-25 18:56:11 +01:00
78488daa9b
loading logic implemented but broken (very funky and sometimes even out of contact)
Green Sky
2024-02-25 18:45:56 +01:00
22f2c8f514
load based on view cursers (untested and not used yet)
Green Sky
2024-02-22 23:07:59 +01:00
e442191aad
msg frag before and after helper
Green Sky
2024-02-20 12:44:28 +01:00
795ab2d4e1
fix potential tsrange errors and deduplicate state
Green Sky
2024-02-20 11:07:18 +01:00
0896038dd6
make writing safe (by using a tmp file and moving to actual location)
Green Sky
2024-02-19 20:32:56 +01:00
67c6f9adb0
make empty contacts from ids on message load
Green Sky
2024-02-19 15:11:32 +01:00
6aac44cda9
change binary meta format and add zstd to metadata
Green Sky
2024-02-19 12:32:09 +01:00
4fb2b51b7d
switch to streaming compressor for data to drastically improve ratio. would still benefit from a abstract file refactor
Green Sky
2024-02-18 18:19:49 +01:00
182d844e32
update fs readme a little
Green Sky
2024-02-18 13:25:15 +01:00
6f511016bc
save msg json zstd compressed (3x compression)
Green Sky
2024-02-18 02:40:17 +01:00
fb885b5c21
simplify array cast a little
Green Sky
2024-02-17 23:04:34 +01:00
527a7c63f6
add zstd dep
Green Sky
2024-02-17 22:52:55 +01:00
d21dbb43e2
comp refactor and make groups work
Green Sky
2024-02-17 19:30:52 +01:00
7ac62274f4
move json around and disable files for now
Green Sky
2024-02-17 16:50:56 +01:00
4ec87337c8
reverse message write order
Green Sky
2024-02-17 16:38:46 +01:00
20f7c6d011
add dup check, would work for ngc if we saved tox group msg id yet
Green Sky
2024-02-17 14:44:50 +01:00
24dc5a03f3
fix dup on write
Green Sky
2024-02-17 12:21:26 +01:00
3d0863ff9a
basically working, but some dup glitch is still there
Green Sky
2024-02-17 11:49:03 +01:00
97aedca844
scan laters
Green Sky
2024-02-16 19:55:07 +01:00
2e7d5538d1
fragment events + 256bit uuids
Green Sky
2024-02-16 18:56:25 +01:00
1bfd04680e
refactor message serializer to allow access to eg contacts
Green Sky
2024-02-16 16:29:37 +01:00
73d1d65142
further serializer refactoring
Green Sky
2024-02-15 19:06:56 +01:00
f6e55851cc
improve deserialization and provide message comp deserl
Green Sky
2024-02-15 18:34:52 +01:00
0b0245d844
loading fragments mostly working (not notifying anyone yet)
Green Sky
2024-02-15 15:06:51 +01:00
d278391528
add contact id to meta
Green Sky
2024-02-15 00:35:39 +01:00
aa7a5d6013
more comps
Green Sky
2024-02-14 17:38:51 +01:00
84987216cb
handle empty type
Green Sky
2024-02-14 12:43:02 +01:00
58e9fd5514
dump messages to data (some comps)
Green Sky
2024-02-14 00:58:21 +01:00
3d41eedf48
message fragment meta is saved, but still empty data
Green Sky
2024-02-13 20:10:33 +01:00
2bc30ffcdc
start with messages (no fragments get created yet)
Green Sky
2024-02-13 14:48:38 +01:00
e67d7d37b5
refactoring, add to mainscreen
Green Sky
2024-02-13 12:30:29 +01:00
98ab974515
random ids
Green Sky
2024-02-13 01:19:12 +01:00
267f8dffc1
working prototpying code
Green Sky
2024-02-13 00:15:18 +01:00
b38a1a2507
better github cd
dev-b38a1a2
Green Sky
2024-04-12 13:39:30 +02:00
ee87dbc532
update utils
Green Sky
2024-04-12 13:40:35 +02:00
78c7ef5b46
fix main screen destruction order, so plugins can cleanup before their facilities get destroyed
78c7ef5
Green Sky
2024-04-06 11:56:18 +02:00
f675afbe73
fix sdl3 imgui text input until pr is merged https://github.com/ocornut/imgui/pull/7452
update_sdl_imgui_beta
Green Sky
2024-03-30 10:28:38 +01:00
e4d6d20269
imgui v1.90.4 Merge commit 'a148d9accf852689a1e521e1ca0da3af82fe70f8'
Green Sky
2024-03-28 20:27:21 +01:00
a148d9accf
Squashed 'external/imgui/imgui/' changes from d6cb3c923d2..277ae93c413
Green Sky
2024-03-28 20:27:21 +01:00
c0023c9324
sdl renamed "RW" to "IO"
Green Sky
2024-03-28 17:13:44 +01:00
c8ac631990
sdl (master post 3.1 preview) Merge commit 'e4f454091a943345938608570b104400f62fd625'
Green Sky
2024-03-28 16:27:42 +01:00
e4f454091a
Squashed 'external/sdl/SDL/' changes from 0d7df16812c..fb5307c1b3f
Green Sky
2024-03-28 16:26:21 +01:00
95ec596cfd
Merge commit '47ad96e2b6c5704872b3615a160cd78d29b46b21' toxcore v0.2.19
95ec596
Green Sky
2024-03-28 16:13:51 +01:00