lda lda
lda pushed to mem-moment at lda/Cytoplasm 2024-06-27 14:43:55 +00:00
402d73c866 Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into mem-moment
dd99759e39 Merge pull request 'Fix stringification.' (#37) from lda/Cytoplasm:fix-stringify into master
bd310e62ac Merge pull request 'Fix TLS, again...' (#38) from lda/Cytoplasm:fix-tls into master
d7faff734c [FIX] Actually apply serverName
5dc1ec49eb [FIX] Actually set fd.
Compare 8 commits »
lda commented on pull request Telodendria/Cytoplasm#38 2024-06-23 05:58:09 +00:00
Fix TLS, again...

Just fixed a small issue around serverName not being managed, which was a recipe for disasters.

lda pushed to fix-tls at lda/Cytoplasm 2024-06-23 05:54:48 +00:00
d7faff734c [FIX] Actually apply serverName
lda pushed to mem-moment at lda/Cytoplasm 2024-06-19 15:51:30 +00:00
bec672c92c [MOD] Use a different constant
lda created pull request Telodendria/Cytoplasm#38 2024-06-19 15:43:34 +00:00
Fix TLS, again...
lda pushed to fix-tls at lda/Cytoplasm 2024-06-19 15:40:37 +00:00
5dc1ec49eb [FIX] Actually set fd.
eca717d90c Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into fix-tls
b9dc169917 Merge pull request 'Fix file descriptor leakage' (#35) from lda/Cytoplasm:tls-file-leak into master
d983296dd2 [MOD] As it turns out, you do need to free thr fd.
9108fef701 Fix inconsistent sanitation with the database (#32)
Compare 42 commits »
lda commented on pull request Telodendria/Cytoplasm#37 2024-06-18 09:35:03 +00:00
Fix stringification.

Mostly just schematics around stringifying macros(for example STRINGIFY(FOO) would result in "FOO" instead of "[whatever FOO expanded to]", which was mainly a problem around `CytoplasmGetVers…

lda created pull request Telodendria/Cytoplasm#37 2024-06-15 11:58:39 +00:00
Fix stringification.
lda pushed to fix-stringify at lda/Cytoplasm 2024-06-15 11:55:27 +00:00
5fac67a674 [MOD] Fix stringification of version number
lda created branch fix-stringify in lda/Cytoplasm 2024-06-15 11:51:04 +00:00
lda pushed to fix-stringify at lda/Cytoplasm 2024-06-15 11:51:04 +00:00
lda pushed to master at lda/Cytoplasm 2024-06-15 11:50:23 +00:00
b9dc169917 Merge pull request 'Fix file descriptor leakage' (#35) from lda/Cytoplasm:tls-file-leak into master
d983296dd2 [MOD] As it turns out, you do need to free thr fd.
9108fef701 Fix inconsistent sanitation with the database (#32)
346b912a06 ArraySort(): Fix bound checking bug.
5d87da31cd j2s generated code is now C99.
Compare 40 commits »
lda pushed to mem-moment at lda/Cytoplasm 2024-06-15 11:49:16 +00:00
8b2bdbe220 [FIX] Actually do proper stringification.
lda pushed to mem-moment at lda/Cytoplasm 2024-06-15 11:44:28 +00:00
1ad6f0d976 Merge branch 'mem-moment' of https://git.telodendria.io/lda/Cytoplasm into mem-moment
9f706102c4 Merge branch 'master' of https://git.telodendria.io/Telodendria/Cytoplasm into mem-moment
Compare 2 commits »
lda pushed to roomwerk at lda/telodendria 2024-06-14 21:35:10 +00:00
e2d26c7f33 [ADD/WIP] Start /messages, sync timeouts, cleaning
97b1e4d723 [ADD/WIP] Push events into sync
Compare 2 commits »
lda pushed to roomwerk at lda/telodendria 2024-06-09 01:21:02 +00:00
046a04e495 [WIP] Start making (broken) /syncs
lda pushed to roomwerk at lda/telodendria 2024-06-09 00:14:47 +00:00
00311f58dc [WIP] Start making bare-bones /sync reply schema.
lda pushed to roomwerk at lda/telodendria 2024-06-08 23:43:40 +00:00
a491a740d4 [ADD/WIP] Begin work on storing /sync diffs.
lda pushed to roomwerk at lda/telodendria 2024-06-08 16:39:46 +00:00
bb3d15f2c9 [MOD/FIX] Update user list at the lowest level
lda pushed to roomwerk at lda/telodendria 2024-06-08 13:51:47 +00:00
88610a3238 [ADD/WIP] Start basic work on getting room lists.