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

Raw telegram event #48

Merged
merged 7 commits into from
Apr 8, 2017
Merged

Raw telegram event #48

merged 7 commits into from
Apr 8, 2017

Commits on Feb 27, 2017

  1. raw-data "telegram" event

    For handling unparsed data this commit adds an 'telegram' event (only
    with data, otherwise use "read" event) emits
    `"telegram", event, src, dest, buffer`
    snowdd1 committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    6dc7231 View commit details
    Browse the repository at this point in the history
  2. adr2str - Typo

    tools.adr2str --> tools.addr2str;
    snowdd1 committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    81824c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Configuration menu
    Copy the full SHA
    16fdbba View commit details
    Browse the repository at this point in the history
  2. Buffer.from --> Buffer.alloc

    Buffer.from() existed in node 4.4 - use Buffer.alloc() as test for old
    node versions
    snowdd1 committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    4994b56 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Configuration menu
    Copy the full SHA
    369069e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. readability improvements

    snowdd1 committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    6dd740c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2817bc View commit details
    Browse the repository at this point in the history