Matilda Horger
Matilda Horger
After the writeup in #39 for @marcelklehr, and a bit of completely unrelated stewing on things, I figured out a way to completely remove SingleNodes from use in the codebase,...
Most people probably don't even know this project _has_ a wiki. It should not only be updated after #40 and #41 and such, it should also be featured in the...
One of the things I decided since working on this project before, is that the networking problem is actually outside the scope of CTree itself. So one of the biggest...
Kind of a minor change in some ways, but since the focus is now pulled toward starting with manual user verification and automating from there, it should make the intentions...
After getting sick of having the code for recursive testing being copied everywhere, I turned it into DoctestAll. Now, it's time to use it. That means stripping out top-level testing...
Doctest doesn't get any indigestion from hard tabs, but as a developer, I sure get some from having to mix the two styles in my code. Not to mention that...
Collaboration between myself and @MoritzS to finally defeat #66. He'll get the money at the end though. Having this in a pull request will make it easier to see and...
Add the ability to export identities to GPG keys via ejtp-identity. If not all extended attributes are available, die with an error listing all missing attributes. If encryptor type is...
Add the ability to import GPG keys into the encryptor cache via ejtp-identity. Should act like `ejtp-identity new` in terms of its output and behavior, with all parameters overrideable. ```...
Writes to an SQLite database file. Has a method to attempt to route all queued messages. This will make EJTP (manually) sneakernet-compatible, as you can just onion-route all your messages...