-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTODO
More file actions
11 lines (8 loc) · 661 Bytes
/
TODO
File metadata and controls
11 lines (8 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
This file describes features that are not yet implemented, and bugs that are not yet fixed.
* (feature) Configuration management
crate should understand configuration files (global /usr/local/etc/crate.yml, and local ~/.crate.yml).
They should define at least these items:
* crate search path: the paths searched when the crate's "run" command is invoked
* (bug) net/inbound: crates can listen on any ports for inbound connections, but connections are rejected from the host itself.
See bug#239590: ipfw rule doesn't forward TCP connections made through the host's LAN address
* (feature) Cross-device folder and file shares need tgo be implemented.