lda lda
lda commented on issue Telodendria/Cytoplasm#7 2024-12-03 15:08:37 +00:00
AES + Integration with Io

it might be worth using instead of our current random code, even if it isn't necessarily POSIX. Thoughts?

I don't think getting rid of the old Rand code is a good thing. As you said…

lda pushed to roomwerk at lda/telodendria 2024-12-03 15:00:08 +00:00
33edd2ceaf [MOD] Do NOT do unnecessary notifications
4b427a4c82 [ADD/WIP] Dumb key management
Compare 2 commits »
lda pushed to roomwerk at lda/telodendria 2024-11-23 13:24:21 +00:00
8612aae24c [MOD] Mark v1 as stable
1d0a7e62f2 [FIX] Make Telodendria play ball with Schildi
Compare 2 commits »
lda commented on issue Telodendria/Cytoplasm#7 2024-11-22 12:29:00 +00:00
AES + Integration with Io

I don't think touching crypto is good idea. Maybe use implementation from TLS library?

I do believe that if we ever have to do it, we should be extremely careful to get the implementation…

lda pushed to roomwerk at lda/telodendria 2024-11-22 10:58:41 +00:00
276b7fecd7 [ADD] Add /devices
68c47e1ae6 [UPD] Push out all changes I did to my test instance
Compare 2 commits »
lda opened issue Telodendria/Cytoplasm#63 2024-11-09 23:39:18 +00:00
Allocating 256 bytes for every allocation actually isn't wise
lda pushed to roomwerk at lda/telodendria 2024-11-09 16:57:20 +00:00
6b39b3eb74 [FIX] Fix SEGV, notify syncers on exit
lda pushed to db-args at lda/Cytoplasm 2024-11-09 16:03:21 +00:00
f3838e775c Merge branch 'master' into db-args
b4841fffaa Merge pull request 'Add a function to decode a JSON value directly.' (#60) from lda/Cytoplasm:raw-types into master
Compare 2 commits »
lda created pull request Telodendria/Cytoplasm#62 2024-11-09 16:03:13 +00:00
Add the DbOperationArgs set of functions, and fix bug with LMDB
lda created branch db-args in lda/Cytoplasm 2024-11-09 16:00:44 +00:00
lda pushed to db-args at lda/Cytoplasm 2024-11-09 16:00:44 +00:00
100d61050f [ADD/FIX] Add DbOPERATIONArgs functions, fix LMDB
lda commented on issue Telodendria/Cytoplasm#61 2024-11-09 15:02:18 +00:00
JSON decoding may cause potential issues related to signatures

Why would we need to convert to a C string, beyond printing to a console?

A main thought may be having to deal with other C projects/libraries (which may not designed around Cytoplasm, or…

lda opened issue Telodendria/Cytoplasm#61 2024-11-09 12:57:26 +00:00
JSON decoding may cause potential issues related to signatures
lda pushed to roomwerk at lda/telodendria 2024-10-30 00:56:53 +00:00
ebbca383cb [ADD/WIP] Float checks, /members, GETting state pieces
lda commented on issue Telodendria/Cytoplasm#58 2024-10-26 15:40:26 +00:00
volatile bitfields must not be used as synchronization primites

I actually am not so sure this is a big issue, because those variables are only ever modified by the main thread; it's not like they're being modified asynchronously.

I think that if so, then…

lda created pull request Telodendria/Cytoplasm#60 2024-10-26 10:06:43 +00:00
Add a function to decode a JSON value directly.
lda created branch raw-types in lda/Cytoplasm 2024-10-25 16:46:45 +00:00
lda pushed to raw-types at lda/Cytoplasm 2024-10-25 16:46:45 +00:00
39e81139f0 [ADD] Add JsonValueDecode to decode a simple value
8df5f0f1c1 Merge pull request 'Make Memory API more friendly with alignment' (#59) from lda/Cytoplasm:alignment into master
Compare 2 commits »
lda created pull request Telodendria/Cytoplasm#59 2024-10-24 10:58:42 +00:00
Make Memory API more friendly with alignment
lda created branch alignment in lda/Cytoplasm 2024-10-24 09:45:40 +00:00