lda lda
lda opened issue Telodendria/Cytoplasm#56 2024-10-06 10:32:05 +00:00
Consider abstracting strlen into a safer function
lda commented on pull request Telodendria/Telodendria#54 2024-09-30 06:52:23 +00:00
WIP: Leapfrog to Room Version 1 support

Hm, about this:

Telodendria may have to wait for all sync replies to properly terminate.

I think I may consider adding an eventing system to Cytoplasm to replace the old conditional…

lda pushed to roomwerk at lda/telodendria 2024-09-28 10:31:32 +00:00
f279ead4d7 [ADD/WIP] Start processing event relations
lda pushed to roomwerk at lda/telodendria 2024-09-28 09:16:48 +00:00
0e2d652b8a [FIX] Store redactor outside the PDU itself
lda pushed to roomwerk at lda/telodendria 2024-09-27 21:46:40 +00:00
78dbe5ca81 [ADD/WIP] Start thinking AS, fix population
lda commented on pull request Telodendria/Telodendria#54 2024-09-27 16:17:53 +00:00
WIP: Leapfrog to Room Version 1 support

Heads up, but will probably be writing the internals of storing a PDU(in an incompatible manner), mainly because of this note, and also because managing relations without may just be a bad…

lda pushed to roomwerk at lda/telodendria 2024-09-27 16:14:32 +00:00
01d170ce39 [FIX/WIP] Encapsulate PDUs
lda pushed to roomwerk at lda/telodendria 2024-09-27 14:03:37 +00:00
1369064683 [FIX] Bring back Cytoplasm
lda pushed to roomwerk at lda/telodendria 2024-09-27 13:51:09 +00:00
49decbf80f Merge branch 'master' of https://git.telodendria.io/lda/Telodendria into roomwerk
71491ab6fc Update to release v2.
5041e0c991 Let's try again.
66c237727b Apparently on: [tags] doesn't work.
Compare 19 commits »
lda pushed to master at lda/telodendria 2024-09-27 13:48:58 +00:00
71491ab6fc Update to release v2.
5041e0c991 Let's try again.
66c237727b Apparently on: [tags] doesn't work.
505d01cea1 Hopefully finalize the release logic.
Compare 17 commits »
lda pushed to add-mbed at lda/Cytoplasm 2024-09-24 05:17:00 +00:00
da7199f03a Merge branch 'master' into add-mbed
4f316ff7b3 Documentation generator doesn't support C99 comments.
6827d4fc39 Documentation is enforced.
63bd879101 Run CI on pull requests.
f7c51ee019 Basic work toward compiling on Darwin
Compare 9 commits »
lda commented on pull request Telodendria/Telodendria#54 2024-09-24 05:15:43 +00:00
WIP: Leapfrog to Room Version 1 support

Heads up, but will probably be writing the internals of storing a PDU(in an incompatible manner), mainly because of this note, and also because managing relations without may just be a bad…

lda pushed to add-mbed at lda/Cytoplasm 2024-09-21 07:53:28 +00:00
4ce2b136a5 [FIX] Use as much certs as possible, handshakes
lda commented on pull request Telodendria/Cytoplasm#54 2024-09-21 07:52:47 +00:00
WIP: Adds MbedTLS support to Cytoplasm

Can you load multiple PEMs? You actually can(if you look under the MbedTLS hood, loading a directory of PEM files is essentially just loading every PEM directly), so I just added…

lda commented on pull request Telodendria/Cytoplasm#54 2024-09-16 21:28:22 +00:00
WIP: Adds MbedTLS support to Cytoplasm

Just made it check for known certificate paths(though I've kept the environment, in case any users may still want to use a custom directory/are really unlucky in their OS setups)

lda pushed to add-mbed at lda/Cytoplasm 2024-09-16 21:26:34 +00:00
b28cd422fb Merge branch 'add-mbed' of https://git.telodendria.io/lda/Cytoplasm into add-mbed
dfcdef51fe [MOD] Try to probe for certificate stores
Compare 2 commits »
lda commented on pull request Telodendria/Cytoplasm#54 2024-09-16 07:49:11 +00:00
WIP: Adds MbedTLS support to Cytoplasm

It doesn't have to in most cases(MbedTLS will try to use things like /dev/random if possible) but considering how POSIX doesn't really mandate such sources to exist in the first place (and…

lda pushed to add-mbed at lda/Cytoplasm 2024-09-15 11:09:44 +00:00
f9702cf0ef Merge branch 'add-mbed' of https://git.telodendria.io/lda/Cytoplasm into add-mbed
69f8e47ea2 [FIX] Remove dummy functions
Compare 2 commits »
lda pushed to add-mbed at lda/Cytoplasm 2024-09-15 11:08:15 +00:00
ffc11ea8ba Merge branch 'master' into add-mbed
8987802437 Merge pull request 'Fix LMDB use-after-free' (#53) from lda/Cytoplasm:fix-deadlock into master
9c6781c458 Merge pull request 'Fix j2s generation issue' (#52) from lda/Cytoplasm:master into master
4831f2e03d Merge pull request 'Add key->[known structure] schemas to j2s' (#50) from lda/Cytoplasm:master into master
Compare 4 commits »
lda created pull request Telodendria/Cytoplasm#54 2024-09-15 09:19:10 +00:00
Adds MbedTLS support to Cytoplasm