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

rudamentary support for signald #1433

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

Commits on Mar 23, 2021

  1. signald <https://gitlab.com/signald/signald> proof of concent

    can receive from signald groupv2, but nothing else
    Peter Molnar committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    952af5c View commit details
    Browse the repository at this point in the history
  2. an extremely barebone, but working two way signald bridge

    I relied on learning from https://gitlab.com/signald/signald-go but because that project is under GPL and there are no plans on re-licensing (see <https://gitlab.com/signald/signald-go/-/issues/7>) it can't be directly used in matterbridge, which is Apache 2.0
    
    Anyway: as it currently is, this module is crude, probably extremely prone to errors, and nowhere remotely close to stable or production use.
    Regardless of that, any help with it would be welcome.
    Peter Molnar committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    271df11 View commit details
    Browse the repository at this point in the history
  3. - check subscribe

    - try to re-subscribe on fail
    - list contacts
    - use nice contact names instead of phone numbers
    Peter Molnar committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7dd6a62 View commit details
    Browse the repository at this point in the history
  4. making the matterbridge go linter happier

    Peter Molnar committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9663721 View commit details
    Browse the repository at this point in the history
  5. go lint is a bloody picky little bastard

    Peter Molnar committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    14a83e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. golint happifying, round 2

    Peter Molnar committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    db453a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc84ca View commit details
    Browse the repository at this point in the history