lda lda
lda pushed to implement-22-9 at lda/telodendria 2024-01-06 15:14:43 +00:00
5851298957 [FIX] Fix conflicts and make branch buildable.
568543ab39 [FIX+META] Write changelog and enforce GET on RoomAliases
5d2ca5a21b [MOD/WIP] Refactor code to use CommonIDs instead of UserIds
88c9d10f90 [MOD] Add basic length checking
2a61df37ad [ADD/WIP] Start adding a basic IPv6 parser.
Compare 26 commits »
lda pushed to implement-22-9 at lda/telodendria 2024-01-06 15:08:05 +00:00
85bef9e949 [FIX] Fix conflicts and make branch buildable.
3296be659a [FIX+META] Write changelog and enforce GET on RoomAliases
e8bfdd8750 [MOD/WIP] Refactor code to use CommonIDs instead of UserIds
52b5fd5fda [MOD] Add basic length checking
601fd29212 [ADD/WIP] Start adding a basic IPv6 parser.
Compare 29 commits »
lda pushed to implement-22-9 at lda/telodendria 2024-01-06 14:56:46 +00:00
3d35ed85c3 [FIX] Fix conflicts and make branch buildable.
7867201b49 PID File: Properly initialize variables in Main().
be03c09a20 Use j2s for the Config API. (#49)
c4aefb8445 Update copyright year in code.
47619c7a6e Add CONTRIBUTORS.txt and make a note of it in the LICENSE.txt and documentation.
Compare 5 commits »
lda created pull request Telodendria/Telodendria#50 2024-01-06 14:36:31 +00:00
Add new entry to CONTRIBUTORS.txt
lda pushed to contribute at lda/telodendria 2024-01-06 14:35:19 +00:00
a3fd6f3f83 [FIX/META] Add MXIDs
lda created branch contribute in lda/telodendria 2024-01-06 14:32:54 +00:00
lda pushed to contribute at lda/telodendria 2024-01-06 14:32:54 +00:00
d050cef9fd [MOD/META] Add myself as contributor
35b9ef51f9 PID File: Properly initialize variables in Main().
83eb69f2cd Use j2s for the Config API. (#49)
22d0e88dde Update copyright year in code.
f83be63d53 Add CONTRIBUTORS.txt and make a note of it in the LICENSE.txt and documentation.
Compare 5 commits »
lda pushed to implement-22-9 at lda/telodendria 2024-01-05 16:23:49 +00:00
97af4f23e4 Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into implement-22-9
af4fd5dceb Update licensing text for 2024 (#48)
Compare 2 commits »
lda commented on pull request Telodendria/Telodendria#46 2024-01-05 16:21:06 +00:00
Use j2s for the Config API.

Implements #7, with a breaking change(on how TLS is handled), hence why I'm not removing the WIP tag until Telodendria/Cytoplasm#21 is implemented.

This breaking change might actually…

lda pushed to replace-config-j2s at lda/telodendria 2024-01-05 16:18:06 +00:00
9f13277339 Merge branch 'master' into replace-config-j2s
af4fd5dceb Update licensing text for 2024 (#48)
Compare 2 commits »
lda pushed to replace-config-j2s at lda/telodendria 2024-01-05 16:17:53 +00:00
da8a64534a [MOD] Remove ConfigFullyFree by using the stack.
1d93b1c22c [MOD] Make tls optional
Compare 2 commits »
lda created pull request Telodendria/Telodendria#48 2024-01-05 00:16:24 +00:00
Update licensing text for 2024
lda pushed to master at lda/telodendria 2024-01-05 00:14:15 +00:00
8231e8a078 [LICENSE] Update licensing for 2024
lda pushed to master at lda/telodendria 2024-01-05 00:09:28 +00:00
2c6d5194d2 Set an error message with MatrixErrorCreate whenever applicable (#45)
Compare 2 commits »
lda commented on issue Telodendria/Telodendria#47 2024-01-05 00:06:38 +00:00
[Feature] Write PID Files

#46 (still a WIP) now implements this feature under the "pid" option.

lda pushed to replace-config-j2s at lda/telodendria 2024-01-05 00:04:57 +00:00
a089224630 [META/MOD] Modify changelog and config page.
d53b493754 [ADD] Add PID option
Compare 2 commits »
lda commented on pull request Telodendria/Cytoplasm#22 2024-01-01 13:06:19 +00:00
Fix potential double-free issue in Cytoplasm

Is there another potential double-free here on line: 270 again with Free(pathPart);? I have not actually triggered that one in trying out telodendria but it looks like the same kind of…

lda pushed to fix-router-issue at lda/Cytoplasm 2024-01-01 12:57:14 +00:00
44b7f45bb7 [FIX] Fix other potential double-free
lda created pull request Telodendria/Cytoplasm#22 2023-12-14 17:32:57 +00:00
Fix potential double-free issue in Cytoplasm
lda pushed to fix-router-issue at lda/Cytoplasm 2023-12-14 17:32:19 +00:00
3788d044e6 [FIX] Fix potential double-free issue in Cytoplasm
928e9c8223 Update CHANGELOG.md
17f1a41519 HttpRouter: Decode path parts before matching. (#19)
Compare 3 commits »