Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Gyrid Code #114

Open
ninewise opened this issue Apr 30, 2015 · 8 comments
Open

Gyrid Code #114

ninewise opened this issue Apr 30, 2015 · 8 comments

Comments

@ninewise
Copy link

Find/create a recent public version of the Gyrid code.

@mivdnber
Copy link
Contributor

Hold your horses there, cowboy. I'm not sure if certain people at UGent would like the current gyrid code floating around. I've got a meeting with all relevant people on monday; I can ask them for permission.

@ninewise
Copy link
Author

In case they don't like it, let's substitute "public" to "private", and put it in a private Zeus git repo? I would prefer to have some version of the gyrid code (which we've used before) available for next year.

@ninewise
Copy link
Author

Note: the version which is currently available on github is GnuGPL licenced.

@Procrat
Copy link
Contributor

Procrat commented Feb 17, 2016

@mivdnber: What was the result of this meeting?

@mivdnber
Copy link
Contributor

It's been a while, but I don't think there were any objections.

@Procrat
Copy link
Contributor

Procrat commented Feb 24, 2016

Awesome! :D

@Procrat
Copy link
Contributor

Procrat commented Apr 6, 2016

Reminder to also add this patch when we put this in a repo.

@TomNaessens
Copy link
Contributor

Actual patch:

diff --git a/network_middleware.py b/network_middleware.py
index 4f89014..d8f7b32 100644
--- a/network_middleware.py
+++ b/network_middleware.py
@@ -564,7 +564,7 @@ class InetClient(Int16StringReceiver):
             elif msg.requestCaching.clearCache:
                 self.clearCache()

-            self.factory.config['enable_caching'] = msg.requestCaching.enableCaching
+            self.factory.config['enable_cache'] = msg.requestCaching.enableCaching

             msg.success = True
             self.sendMsg(msg, await_ack=False)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants