Antonios A. Chariton
Antonios A. Chariton
The initial design of `eldim` included a separate list for IPv4 and for IPv6 addresses per client. This is not really needed anywhere, and instead adds complexity to the code...
This bug tracks the progress of adding validation checks to ensure `eldim` has been configured with a bucket that exists, and that is has appropriate permissions on this bucket (such...
Currently `eldim` relies on the backend, be it OpenStack Swift or other, to accurately timestamp all uploaded files. However, for more visibility and for even more solid proofs that each...
Due to limitations of the `filesystem` backend, I decided to push a `redis` backend which will store all pastes and metadata to a Redis instance. The current data storage scheme...
Currently TorPaste can benefit from an option to mark pastes as Private. Now the meaning of Private can vary, although the most popular definition seems to be that the paste...
We should add support for Travis CI so all our Pull Requests, branches, and pushes are automatically built. It will help us avoid bad merges and will show the `build:...
Any Paste Service can benefit from Syntax Highlighting. With a quick search, a lot of syntax highlighters require JavaScript to work. Since we want to avoid JS, we have to...
TorPaste can really benefit from an API. Having one allows both humans and bots to easily integrate with it and adds value. Optionally, this API can have API Keys to...
It is very important to have tests written for TorPaste. Currently this has been ignored and manual testing was used instead, but the process has already caused some issues. Which...
Currently TorPaste supports a single backend, and that is the local (or mounted) filesystem. Alternatives can include (Document) Databases, Object Stores, etc. Currently TorPaste can be easily set up in...