Meta: Add CREDITS file
[link.git] / TASKS
blob454e5e8ff3a65631c70270c2aed7b4f3a574d625
1 -*- outline -*-
3 This is just a list of things to fix and keep on our radar
4 during development. Most of this will get done eventually, but
5 volunteers can get it done quicker! :^) 
7 Email ~aristonl/link-devel@lists.sr.ht to take on a task and we'll add
8 your name to it. It doesn't mean that you're the only person working on
9 that task but it just means that you are 'maintaining' anything related
10 to that task (i.e. accepting patches, making the final pull request).
12 ---
14  * #2: Possible LibreSSL support (atl)
16         It seems like a good idea considering that the OpenBSD team is pretty
17         good at being on top of things better than the OpenSSL team (especially
18         when talking about security vulnerabilities). Also, improves support for
19         the BSD's and macOS natively (since LibreSSL is the default).
21  * #3: Finish proxy implementation (FiRe)
23         According to Levi, in the proxy implementation commit, he wasn't able to
24         be able to turn it into a class so we'll put this here.
26  * #4: Option to not build linktest (atl)
28         You may be saying 'just do make link' but then you can't install it since
29         apparently installing the library requires linktest to be built.
31         For some reason while trying to compile the .rpm's for Link, it was
32         having a lot of issues trying to compile linktest that I've never seen
33         before and doesn't happen when compiling manually rather than through
34         the source RPM.
36  * #5: Finish man pages (atl)