summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/scolobb.mdwn30
1 files changed, 27 insertions, 3 deletions
diff --git a/community/scolobb.mdwn b/community/scolobb.mdwn
index b4aadde0..e0fbd00d 100644
--- a/community/scolobb.mdwn
+++ b/community/scolobb.mdwn
@@ -32,11 +32,17 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>.
* The skeleton which mirrors the filesystem.
-####TODO:
+* Provided the looking up of files with special suffixes like 'file,,x'
+
+* Implemented the propagation of a translator on all files belonging
+ to directory 'dir' in the case of the following query: 'dir,,x/'
-* Provide the looking up of files with special suffixes like 'file,,x'
+* Any translator can access the untranslated version of the node it is
+ to be set upon by specifying the corresponding flags to the
+ *lib*_startup routine, where *lib* is the name of the library used
+ to create the translator.
-* Provide RPC for accessing the untranslated node.
+####TODO:
* Create special translators for the main proxy so that its functionality
should be complete.
@@ -44,10 +50,28 @@ The code is at <http://github.com/scolobb/nsmux/tree/master>.
* Refine the skeleton in several places so that it should become faster
and more reliable.
+* Kill bugs.
+
---
###Progress
+####6: Fri Jul 25, ~04:00 UTC - ?
+
+> Implementing a skeleton of the translator that should filter the translator stack it is set upon.
+
+####5: Thu Jul 24, ~17:00 UTC - Thu Jul 24, ~18:30 UTC:
+
+> Created a *libnetfs*-based one-node translator, working exactly like the *libtrivfs*-based translator I had written before; the former, however, can be included in a translator stack.
+
+####4: Tue Jul 22, ~15:00 UTC - Thu Jul 24, ~17:00 UTC:
+
+> Attempted to make a *libtrivfs*-based translator to be able to be stacked upon itself (to be able to receive a translator on top of itself, more exactly); attempted to borrow some code from *libnetfs* but this didn't bring any results.
+
+####3: Sun Jul 20, ~15:00 UTC - Tue Jul 22, ~15:00 UTC:
+
+> Implemented the possibility to propagate a translator on all files belonging to a directory 'dir' in the request of the type 'dir,,x/'.
+
####2: Thu Jul 17, ~13:00 UTC - Fri Jul 18, ~21:00 UTC:
> Extended the lookup code in *nsmux* to allow for looking up nodes like 'file,,x' and added the possibility to escape the double-comma in the following way: ',,,'.