Jordan Bancino jordan
jordan created repository jordan/Dotfiles 2024-01-06 14:10:29 +00:00
jordan commented on pull request Telodendria/Telodendria#44 2024-01-06 02:14:43 +00:00
Implement #22 and #9

It looks like the recent changes to the configuration API are causing problems here. Please merge master again and resolve the conflicts.

jordan closed issue Telodendria/Telodendria#7 2024-01-06 02:04:09 +00:00
Refactor Config to use j2s
jordan pushed to master at Telodendria/Telodendria 2024-01-06 02:03:07 +00:00
35b9ef51f9 PID File: Properly initialize variables in Main().
jordan closed pull request Telodendria/Telodendria#46 2024-01-06 02:00:44 +00:00
Use j2s for the Config API.
jordan deleted branch config-j2s from Telodendria/Telodendria 2024-01-06 02:00:29 +00:00
jordan pushed to master at Telodendria/Telodendria 2024-01-06 02:00:28 +00:00
83eb69f2cd Use j2s for the Config API. (#49)
jordan closed issue Telodendria/Telodendria#47 2024-01-06 02:00:28 +00:00
[Feature] Write PID Files
jordan merged pull request Telodendria/Telodendria#49 2024-01-06 02:00:27 +00:00
Use j2s for the Config API.
jordan created pull request Telodendria/Telodendria#49 2024-01-06 02:00:02 +00:00
Use j2s for the Config API.
jordan pushed to config-j2s at Telodendria/Telodendria 2024-01-06 01:57:49 +00:00
5d8e26b43d Config: Don't return full structs; this is inefficient.
22223d6322 Merge branch 'master' into HEAD
Compare 2 commits »
jordan created branch config-j2s in Telodendria/Telodendria 2024-01-06 01:57:49 +00:00
jordan pushed to master at Telodendria/Telodendria 2024-01-06 01:23:45 +00:00
22d0e88dde Update copyright year in code.
jordan pushed to master at Telodendria/Telodendria 2024-01-05 23:57:45 +00:00
f83be63d53 Add CONTRIBUTORS.txt and make a note of it in the LICENSE.txt and documentation.
jordan commented on pull request Telodendria/Telodendria#44 2024-01-05 01:12:58 +00:00
Implement #22 and #9

With the exception of the conflicts, is this pull request ready to be merged?

jordan commented on pull request Telodendria/Telodendria#46 2024-01-05 00:54:48 +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 be…

jordan commented on pull request Telodendria/Telodendria#46 2024-01-05 00:46:20 +00:00
Use j2s for the Config API.

These should both be "required": true, if that isn't the default.

jordan commented on issue Telodendria/Telodendria#47 2024-01-05 00:41:06 +00:00
[Feature] Write PID Files

Awesome, that looks great.

jordan commented on pull request Telodendria/Telodendria#46 2024-01-05 00:39:25 +00:00
Use j2s for the Config API.

I know how I feel about this. I might be okay with Config objects being on the stack everywhere they're used, this function may just go away entirely.

jordan merged pull request Telodendria/Cytoplasm#22 2024-01-05 00:32:58 +00:00
Fix potential double-free issue in Cytoplasm