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

Replaced *args with args. #104

Open
wants to merge 7 commits into
base: 0.5.6
Choose a base branch
from
Open

Commits on Jan 26, 2016

  1. Replaced *args with args.

    *args caused dictionary packets to get stripped of values and
    as a result, keys were only left, which is useless.
    jyapayne committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    a5f57a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8337e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Heartbeat was incorrectly set and resulted in disconnects on certain …

    …server implementations.
    jyapayne committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    7dca8f9 View commit details
    Browse the repository at this point in the history
  2. Ignore code errors.

    jyapayne committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    1748e83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c80a2db View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Configuration menu
    Copy the full SHA
    2c1e2ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b5ce7 View commit details
    Browse the repository at this point in the history