GitLab provides a bridge to connect to Gitter using an IRC client.

The source code is at https://gitlab.com/gitlab-org/gitter/irc-bridge/

While it's not bad at all, it could get a lot of improvements such as:

  • A help command
  • Full WHO support (I improved it a little last weekend with a PR, but there's yet a lot to do)
  • WHOIS support
  • Implementing other IRC commands that could be useful (use your imagination!)

Looking for hackers with the skills:

nodejs irc gitter

This project is part of:

Hack Week 19

Activity

  • almost 5 years ago: juliogonzalezgil started this project.
  • almost 5 years ago: j_renner liked this project.
  • almost 5 years ago: juliogonzalezgil added keyword "nodejs" to this project.
  • almost 5 years ago: juliogonzalezgil added keyword "irc" to this project.
  • almost 5 years ago: juliogonzalezgil added keyword "gitter" to this project.
  • almost 5 years ago: juliogonzalezgil originated this project.

  • Comments

    • juliogonzalezgil
      almost 5 years ago by juliogonzalezgil | Reply

      Add support for VERSION command: https://gitlab.com/gitlab-org/gitter/irc-bridge/-/merge_requests/116

    Similar Projects

    obs-service-vendor_node_modules by cdimonaco

    Description

    When building a javascript package for obs, one option is to use https://github.com/openSUSE/obs-service-node_modules as source service to get the project npm dependencies available for package bulding.

    obs-service-vendornodemodules aims to be a source service that vendors npm dependencies, installing them with npm install (optionally only production ones) and then creating a tar package of the installed dependencies.

    The tar will be used as source in the package building definitions.

    Goals

    • Create an obs service package that vendors the npm dependencies as tar archive.
    • Maybe add some macros to unpack the vendor package in the specfiles

    Resources