This repository has been archived on 2025-06-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fl0w-old/Shared
Philip Trauner 37976049a6 Made it work (finally)
Replaced receive_routes with a shared route called meta. Highway manages itself with it's own networking capabilities. (Meta as fuck)
Added NoneType to sendable types (gzip doesn't like None).
Removed old, non-reachable code.
Gave up on multiple inheritence. To inherit from Shared override_methods has to be called. It will monkey-patch all required methods. (less hacky than before)
Ripped out tons of server/client specific code and made it shared.
2016-09-25 18:00:13 +02:00
..
ws4py@3e834201d6 Bump version to fix an instancing issue 2016-09-18 20:21:32 +02:00
__init__.py Added __init__ file for partial Python 2.7 support 2016-04-03 22:16:01 +02:00
Config.py Replaced with current version of Meh 2016-03-21 00:15:27 +01:00
Highway.py Made it work (finally) 2016-09-25 18:00:13 +02:00
Logging.py Added lookup caching and converted indentation to tabs 2016-09-11 15:20:06 +02:00
Routing.py Removed some Sync specific hacks, additional error handling 2016-09-25 17:57:47 +02:00
Utils.py Removed error handling function used by old networking 2016-09-11 20:31:48 +02:00