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 0934f6fe69 Routes aren't an indexed_dict anymore, piping error handling, piping on by default
Routes are just regular dicts now, which means that their ids are strings and they are bound to the key "routes".
This allows the next feature to work:

Error reporting on disconnected peers.
Define a peer_unavaliable method in your handler and you will be notified when your pipe call has failed due to an unavaliable peer.
Handled in the "meta" route.

Piping has become such an integral feature to Highway that it doesn't make sense to disable it anymore.
This is why the argument is missing in the constructor from now on.
2016-12-18 23:15:31 +01: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
Disc0very.py Peers can start discovery at ~ the same time 2016-10-09 00:52:34 +02:00
Highway.py Routes aren't an indexed_dict anymore, piping error handling, piping on by default 2016-12-18 23:15:31 +01:00
Logging.py Added line number 2016-12-07 23:36:52 +01:00
Utils.py Added play_sound 2016-12-07 23:33:26 +01:00