Răsfoiți Sursa

contribute doc: add a few TODOs

x 2 ani în urmă
părinte
comite
92c4f2760e
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      doc/src/dev/contribute.md

+ 3 - 0
doc/src/dev/contribute.md

@@ -37,6 +37,9 @@ or need to be maintained:
   important work for example [overview](https://darkrenaissance.github.io/darkfi/arch/overview.html) 
   important work for example [overview](https://darkrenaissance.github.io/darkfi/arch/overview.html) 
   page is out of date.
   page is out of date.
 * **TODO** and **FIXME** are throughout the codebase. Find your favourite one and begin hacking.
 * **TODO** and **FIXME** are throughout the codebase. Find your favourite one and begin hacking.
+    * DarkIRC encrypted DMs to nonexistant users should not be allowed.
+    * Currently closing DarkIRC with ctrl-c stalls in `p2p.stop()`. This should be fixed.
+    * Add `log = path` and `log_level = debug` config setting to DarkIRC
 * **Tooling:** Creating new tools or improving existing ones.
 * **Tooling:** Creating new tools or improving existing ones.
 * **Tests:** Throughout the project there are either broken or commented out unit tests, they need to be fixed.
 * **Tests:** Throughout the project there are either broken or commented out unit tests, they need to be fixed.
 * **Cleanup:** General code cleanup. for example flattening headers and improving things like in 
 * **Cleanup:** General code cleanup. for example flattening headers and improving things like in