Jordan Bancino jordan
jordan pushed to master at Telodendria/Cytoplasm 2024-01-05 00:32:58 +00:00
d7da8e0a54 Merge pull request 'Fix potential double-free issue in Cytoplasm' (#22) from lda/Cytoplasm:fix-router-issue into master
44b7f45bb7 [FIX] Fix other potential double-free
3788d044e6 [FIX] Fix potential double-free issue in Cytoplasm
Compare 3 commits »
jordan pushed to master at Telodendria/Telodendria 2024-01-05 00:32:05 +00:00
af4fd5dceb Update licensing text for 2024 (#48)
jordan merged pull request Telodendria/Telodendria#48 2024-01-05 00:32:04 +00:00
Update licensing text for 2024
jordan commented on pull request Telodendria/Telodendria#48 2024-01-05 00:31:46 +00:00
Update licensing text for 2024

Either way, I'll merge this for now and then we can make a new pull request for the license text changes.

jordan commented on pull request Telodendria/Telodendria#48 2024-01-05 00:31:14 +00:00
Update licensing text for 2024

Short question: should the copyright holders name in the licensed be changed to add something like "with other contributors"?

That's a great question. I haven't given it much thought but it…

jordan pushed to master at jordan/SwerveIO 2024-01-03 02:08:17 +00:00
6a59ea2595 Bump version to v8.0.3; update dependencies and make sure SwerveIO still builds.
45ab8da3d6 Update header.
Compare 2 commits »
jordan opened issue Telodendria/Telodendria#47 2023-12-26 16:45:32 +00:00
[Feature] Write PID Files
jordan commented on issue Telodendria/Cytoplasm#7 2023-12-05 13:05:18 +00:00
AES + Integration with Io

Everyone says not to touch crypto, but somebody has to do it, and honestly it isn't that hard. Conceptually it is not difficult to understand, and the specifications are very thorough. There are…

jordan commented on issue Telodendria/Telodendria#3 2023-12-05 12:59:20 +00:00
j2s: Unable to set default value of true on booleans

Yeah, I think I agree, that's just going to be a bit more work. Figuring out how to create default objects, for example, will not be trivial.

jordan pushed to master at Telodendria/Cytoplasm 2023-12-02 15:26:25 +00:00
928e9c8223 Update CHANGELOG.md
jordan pushed to master at Telodendria/Cytoplasm 2023-12-02 15:25:30 +00:00
17f1a41519 HttpRouter: Decode path parts before matching. (#19)
jordan merged pull request Telodendria/Cytoplasm#19 2023-12-02 15:25:29 +00:00
`HttpRouter`: Decode path parts before matching.
jordan pushed to master at Telodendria/Telodendria 2023-12-02 15:24:16 +00:00
2c6d5194d2 Set an error message with MatrixErrorCreate whenever applicable (#45)
jordan closed issue Telodendria/Telodendria#6 2023-12-02 15:24:15 +00:00
Utilize MatrixErrorCreate() custom error messages
jordan merged pull request Telodendria/Telodendria#45 2023-12-02 15:24:11 +00:00
Set an error message with MatrixErrorCreate whenever applicable
jordan commented on pull request Telodendria/Telodendria#45 2023-12-02 01:51:25 +00:00
Set an error message with MatrixErrorCreate whenever applicable

I will merge it sometime this weekend, I hope. It is my goal to sit down and spend some time with all of your pull requests.

jordan commented on pull request Telodendria/Telodendria#45 2023-12-02 01:51:04 +00:00
Set an error message with MatrixErrorCreate whenever applicable

This looks excellent, thank you so much! I was dreading having to go through all of these and do this myself.

jordan commented on pull request Telodendria/Cytoplasm#19 2023-11-30 18:12:52 +00:00
HttpRouter: Decode path parts before matching.

I think the decoding should happen before the matching. It would be confusing to match on an encoded path part but then have the decoded part be something totally different. So, we should decode the pathPart before feeding it into regexec(), match on that, and then take the appropriate substring from the decoded path part.

jordan commented on pull request Telodendria/Telodendria#44 2023-11-30 13:00:29 +00:00
Implement #22 and #9

Yeah. I figured this would probably be necessary at some point. Clients don't like to see only v1.7, they like to see all of the preceding versions as well. Maybe we should add v1.2 through v1.6 as well, just for completeness?

jordan commented on pull request Telodendria/Telodendria#44 2023-11-30 12:59:17 +00:00
Implement #22 and #9

Same as above. Cytoplasm should be doing this. If it isn't, then we should open an issue there.