lda lda
lda pushed to roomwerk at lda/telodendria 2024-08-25 16:31:21 +00:00
a77be8b437 [MOD] Modify join/invite lists to be lazy
620cf91ba0 [MOD/FIX] More descriptive errors, "fix" join
aa6e375167 Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into roomwerk
6dd4440125 remove use of install in Makefile (#56)
Compare 4 commits »
lda pushed to master at lda/Cytoplasm 2024-08-25 15:17:11 +00:00
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
b6b915530c Merge pull request 'Getting optional LMDB support into Cytoplasm' (#43) from lda/Cytoplasm:lmdbwerk into master
Compare 37 commits »
lda pushed to opt-ssl-for-sha at lda/Cytoplasm 2024-08-23 20:46:14 +00:00
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
b6b915530c Merge pull request 'Getting optional LMDB support into Cytoplasm' (#43) from lda/Cytoplasm:lmdbwerk into master
56257fb3da Merge pull request 'remove use of install in Makefile' (#46) from Levitating/Cytoplasm:remove-install into master
Compare 31 commits »
lda pushed to roomwerk at lda/telodendria 2024-08-23 20:20:47 +00:00
19359045e9 [MOD/FIX] Leaves, fix leaks
lda pushed to roomwerk at lda/telodendria 2024-08-23 19:05:08 +00:00
fde6f092b4 [MOD] Cleanup code a bit, more status hjinks!
lda pushed to roomwerk at lda/telodendria 2024-08-22 10:14:08 +00:00
d07880b24b [MOD] Start softfailing/dropped, and fix leaks
lda deleted branch lda-dev from lda/telodendria 2024-08-21 22:50:46 +00:00
lda pushed to roomwerk at lda/telodendria 2024-08-21 22:50:22 +00:00
283455b1a0 Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into roomwerk
e263eca5dc Fix build issues with #28 (#55)
ac9372a30a User Directory Patch #70 (#28)
Compare 3 commits »
lda pushed to roomwerk at lda/telodendria 2024-08-21 09:02:55 +00:00
b719a16d9f [MOD] Revamping the state a bit
lda commented on pull request Telodendria/Cytoplasm#43 2024-08-19 10:33:07 +00:00
Getting optional LMDB support into Cytoplasm

Can you give some sort of rationale statement for this? I'm not opposed to it, and if you say it works I can go ahead and merge it, but a little comment here as to why this is necessary might…

lda created pull request Telodendria/Telodendria#55 2024-08-19 10:07:49 +00:00
Fix build issues with #28
lda pushed to lda-dev at lda/telodendria 2024-08-19 10:06:16 +00:00
18b83be827 [FIX] Fix out the wrinkly old code
4cbbbdb53c Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into lda-dev
ac9372a30a User Directory Patch #70 (#28)
a8924b8437 Update Cytoplasm to v0.4.1.
ff85b72899 Fix IPv6 issue in parser (#52)
Compare 29 commits »
lda pushed to roomwerk at lda/telodendria 2024-08-17 22:50:44 +00:00
15f4de2a25 [ADD/WIP] Banning users out
lda pushed to roomwerk at lda/telodendria 2024-08-17 22:13:48 +00:00
368690aaeb [ADD/WIP] Start adding kicks
lda pushed to roomwerk at lda/telodendria 2024-08-17 17:13:19 +00:00
860dc9637a [MOD/WIP] Propagate nick/displayname changes
lda pushed to roomwerk at lda/telodendria 2024-08-16 23:08:46 +00:00
4918932a0e [MOD/WIP] Separate DB entries for the txns
lda commented on pull request Telodendria/Telodendria#54 2024-08-16 17:14:19 +00:00
WIP: Leapfrog to Room Version 1 support

Did more basic work to allow multiple devices to sync at the same time, and it does seem to work out fine.

lda pushed to roomwerk at lda/telodendria 2024-08-16 17:03:55 +00:00
dc0e463c27 [MOD/WIP] Parallel awaiting of notifications
lda pushed to opt-ssl-for-sha at lda/Cytoplasm 2024-08-16 16:33:13 +00:00
c7204f316c Merge branch 'master' into opt-ssl-for-sha
4903c075e8 Merge pull request 'Pre-emptively free out the key' (#41) from lda/Cytoplasm:hashmap-del-leak into master
da857a3d53 [FIX] Pre-emptively free out the key
Compare 3 commits »
lda created pull request Telodendria/Cytoplasm#44 2024-08-16 16:33:01 +00:00
WIP: Start optionally using the SHA implementation from the existing crypto API