Green-Sky
  • Joined on 2022-06-21
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-20 11:07:44 +01:00
a142ea8da4 fix potential tsrange errors and deduplicate state
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-20 10:53:51 +01:00
2196ea0b4a make writing safe (by using a tmp file and moving to actual location)
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-19 20:58:18 +01:00
57aced357e make writing safe (by using a tmp file and moving to actual location)
Green-Sky pushed to master at Green-Sky/solanaceae_contact 2024-02-19 16:44:48 +01:00
e40271670b id note
Green-Sky pushed to master at Green-Sky/solanaceae_ircclient 2024-02-19 16:02:00 +01:00
a0814b4fc7 make irc handle pre existing "empty" contacts
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-19 15:34:08 +01:00
385addff12 update tox contacts to support contact id merging
fd3850efbe make empty contacts from ids on message load
Compare 2 commits »
Green-Sky pushed to master at Green-Sky/solanaceae_tox 2024-02-19 15:33:27 +01:00
32241423ab make new contacts merge with preexisting empty contacts (by ID)
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-19 12:33:04 +01:00
8009ecd877 change binary meta format and add zstd to metadata
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-18 18:21:34 +01:00
57df1ccd99 switch to streaming compressor for data to drastically improve ratio.
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-18 13:25:38 +01:00
64aac829ec update fs readme a little
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-18 02:40:48 +01:00
53cbda22ad save msg json zstd compressed (3x compression)
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-17 23:04:53 +01:00
d0c0f04642 simplify array cast a little
f82e202f4d add zstd dep
Compare 2 commits »
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-17 19:31:27 +01:00
3a6cc9cd24 comp refactor and make groups work
10a4ef5f69 move json around and disable files for now
Compare 2 commits »
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-17 16:39:07 +01:00
4b3d468703 reverse message write order
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-17 14:45:18 +01:00
0ce4b26eec add dup check, would work for ngc if we saved tox group msg id yet
Green-Sky pushed to master at Green-Sky/solanaceae_tox 2024-02-17 14:33:49 +01:00
2059577fc2 hacking msg comp in contact, will be moved to tox_messages when contact events are impl
Green-Sky pushed to master at Green-Sky/solanaceae_message3 2024-02-17 14:30:24 +01:00
b8893b1c5c add same msg comp for contacts
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-17 12:21:40 +01:00
1c88e13180 fix dup on write
Green-Sky pushed to fragment_store at Green-Sky/tomato 2024-02-17 11:50:28 +01:00
e6a75395a3 basically working, but some dup glitch is still there
Green-Sky pushed to master at Green-Sky/solanaceae_message3 2024-02-17 11:43:51 +01:00
5727c7482f make message text default constructable