Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor message handling again #671

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Sep 25, 2020

  1. Add generic message router

    Askaholic committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    ae28909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    169c0a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4940bae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56d4d57 View commit details
    Browse the repository at this point in the history
  5. Refactor router module

    Askaholic committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    92105d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3929fc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f06b2ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8e24ab View commit details
    Browse the repository at this point in the history
  9. Use __init__subclass__ instead of a metaclass for service registration

    This syntax is a lot nicer and even makes adding keyword arguments 
    really easy.
    Askaholic committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    5cd55e7 View commit details
    Browse the repository at this point in the history