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

pysogs zmq bot api #7

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Commits on Feb 28, 2022

  1. zmq bot api

    * wire up event subscription via zmq to notify connections of new events
    * add zmq handler to inject http rpc calls via zmq authenticated by zmq curve pubkey
    majestrate authored and Jeff committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    df5c87f View commit details
    Browse the repository at this point in the history
  2. maybe bencode responses in event propagation

    if data is a string or bytes dont try to bencode the repsonse
    majestrate authored and Jeff committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    17ac28e View commit details
    Browse the repository at this point in the history
  3. make event pools use a set for connections

    majestrate authored and Jeff committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f32bd07 View commit details
    Browse the repository at this point in the history
  4. Update sogs/events.py

    Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
    majestrate and jagerman committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    92bf950 View commit details
    Browse the repository at this point in the history
  5. Update sogs/events.py

    Co-authored-by: Jason Rhinelander <jason@imaginary.ca>
    majestrate and jagerman committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    bae6084 View commit details
    Browse the repository at this point in the history
  6. remove unused import

    majestrate authored and Jeff committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7907951 View commit details
    Browse the repository at this point in the history
  7. cleanup

    Jeff committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1dfdec1 View commit details
    Browse the repository at this point in the history
  8. dont use assert, throw

    Jeff committed Feb 28, 2022
    1 Configuration menu
    Copy the full SHA
    b2467a3 View commit details
    Browse the repository at this point in the history