- Somewhere, France
- https://www.freetards.xyz
-
Jack of one trade, master of none.
- Joined on
2023-09-05
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.
Add new entry to CONTRIBUTORS.txt
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.
97af4f23e4
Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria into implement-22-9
af4fd5dceb
Update licensing text for 2024 (#48)
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…
9f13277339
Merge branch 'master' into replace-config-j2s
af4fd5dceb
Update licensing text for 2024 (#48)
da8a64534a
[MOD] Remove ConfigFullyFree by using the stack.
1d93b1c22c
[MOD] Make tls optional
Update licensing text for 2024
12061afe62
Merge branch 'master' of https://git.telodendria.io/Telodendria/Telodendria
2c6d5194d2
Set an error message with MatrixErrorCreate whenever applicable (#45)
a089224630
[META/MOD] Modify changelog and config page.
d53b493754
[ADD] Add PID option
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…
Fix potential double-free issue in Cytoplasm
3788d044e6
[FIX] Fix potential double-free issue in Cytoplasm
928e9c8223
Update CHANGELOG.md
17f1a41519
HttpRouter
: Decode path parts before matching. (#19)