lda commented on issue Telodendria/Cytoplasm#9 2024-08-30 12:39:08 -04:00
XML Parser/Generator

Just popping in to note that I'll probably be writing one for Cytoplasm in the coming months. I already have a basic parser/generator for another project, but they were more meant to be just…

lda pushed to roomwerk at lda/telodendria 2024-08-30 03:43:44 -04:00
01de46b299 [REF] Separate the room functions
lda pushed to roomwerk at lda/telodendria 2024-08-28 13:55:32 -04:00
5b51d9159e [MOD] Stateless /message tokins
lda pushed to roomwerk at lda/telodendria 2024-08-27 12:57:01 -04:00
dfb950bc7f [MOD] Use keyed schemas for the sync
0a45cebbfe Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into roomwerk
775b1d9571 Use hashtypes(c.f Cytoplasm#47) (#57)
Compare 3 commits »
lda created pull request Telodendria/Cytoplasm#52 2024-08-27 12:52:22 -04:00
Fix j2s generation issue
lda pushed to master at lda/Cytoplasm 2024-08-27 12:51:29 -04:00
33139510b9 [FIX] Fix j2s generation issue
lda pushed to master at lda/Cytoplasm 2024-08-27 12:25:31 -04:00
cc665ac7fc Merge branch 'master' into master
a121793795 Merge pull request 'Fix out the configure for the AUR' (#51) from lda/Cytoplasm:fix-configure into master
9e1026d893 Merge pull request 'Add raw SHA inputs and hashtypes to ShaToHex' (#47) from lda/Cytoplasm:sha-revamp into master
d0b5c441dd [FIX] Fix out the configure
5df458f568 [FIX] Fix out define hjinks
Compare 6 commits »
lda commented on pull request Telodendria/Cytoplasm#50 2024-08-27 10:11:45 -04:00
Add key->[known structure] schemas to j2s

I like this. Can you show a quick example of how it is used? Or can you point to a specific place in the code where this is used? I just want to see it in use, but I think the idea is good.

It…

lda pushed to master at lda/Cytoplasm 2024-08-27 05:24:40 -04:00
5889bec95f [MOD] Use macro to determine if it is delimited
lda created pull request Telodendria/Cytoplasm#51 2024-08-26 15:30:43 -04:00
Fix out the configure for the AUR
lda created branch fix-configure in lda/Cytoplasm 2024-08-26 15:30:11 -04:00
lda pushed to fix-configure at lda/Cytoplasm 2024-08-26 15:30:11 -04:00
d0b5c441dd [FIX] Fix out the configure
lda created branch fix-configure in lda/telodendria 2024-08-26 15:29:30 -04:00
lda pushed to fix-configure at lda/telodendria 2024-08-26 15:29:30 -04:00
d0b5c441dd [FIX] Fix out the configure
f5ce4f5238 Merge pull request 'Start optionally using the SHA implementation from the existing crypto API' (#44) from lda/Cytoplasm:opt-ssl-for-sha into master
7752ea7b86 [MOD] Drop LibreSSL "support" in SHA for now
d00dcc9b50 Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into opt-ssl-for-sha
494be7b4dc Merge pull request 'Fast memory allocation' (#36) from lda/Cytoplasm:mem-moment into master
Compare 10 commits »
lda created pull request Telodendria/Cytoplasm#50 2024-08-26 09:41:51 -04:00
Add key->[known structure] schemas to j2s
lda pushed to master at lda/Cytoplasm 2024-08-26 09:39:27 -04:00
d3379d8157 [ADD] {Field}s in j2s
lda pushed to sha-revamp at lda/Cytoplasm 2024-08-26 09:28:44 -04:00
5df458f568 [FIX] Fix out define hjinks
lda opened issue Telodendria/Cytoplasm#49 2024-08-25 19:25:55 -04:00
j2s cannot encode an object keyed with a known format
lda closed issue Telodendria/Cytoplasm#34 2024-08-25 19:18:57 -04:00
Memory API is inefficient at freeing.
lda commented on pull request Telodendria/Cytoplasm#48 2024-08-25 19:15:00 -04:00
WIP: Rework logging

I think you meant stdarg.h, as those kind of includes are C++isms.