Git Product home page Git Product logo

irssi-rocketchat's People

Contributors

jajm avatar junousi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

junousi

irssi-rocketchat's Issues

Feature request: Sticky threads + thread ID in input row

First of all thanks a lot for the recently added thread support.

One enhancement that could increase interest towards this plugin would be sticky threads. Quick mockup about how this could potentially work in the input row:

[channel] some comment into main channel
[channel] /rocketchat reply Pgxbfke5mvSw6j2eY
[channel/Pgxbfke5mvSw6j2eY] commenting in a thread # comment goes directly into thread without /rocketchat command
[channel/Pgxbfke5mvSw6j2eY] another comment
[channel/Pgxbfke5mvSw6j2eY] /rocketchat dethread
[channel] last comment # this would again go to the main channel

In addition to the input row, drawing thread prefixes on the message rows could make the separate row In thread (reply with /rocketchat reply Pgxbfke5mvSw6j2eY <msg>): preamble obsolete (and save a bit of screen real estate). But I don't want to bundle too much stuff into this feature request, so let's leave this as a side comment.

And sorry, can't really contribute in the form of a PR, my C is a bit too rusty.

Compilation error on ubuntu/bionic

Hello

I get this error when trying to compile irssi-rocketchat on ubuntu/bionic

cmake .. && make && make install
CMake Error at CMakeLists.txt:28 (target_link_directories):
  Unknown CMake command "target_link_directories".

Handle too-many-requests errors

When sending too many messages to Rocket.Chat, it can respond with an error that look like this:

{
    "msg":"nosub",
    "id":"sub-stream-room-messages-Rxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "error": {
        "isClientSafe":true,
        "error":"too-many-requests",
        "reason":"Error, too many requests. Please slow down.  You must wait 20 seconds before trying again.",
        "details": {
            "timeToReset":19350
        },
        "message":"Error, too many requests. Please slow down. You must wait 20 seconds before trying again.  [too-many-requests]",
        "errorType":"Meteor.Error"
    }
}

If it happens, we should wait and retry

Add tab completion for /rocketchat thread

What would eventually be handy is tab-completion for the thread ID's: /rocketchat thread abc[TAB]. I would basically like to avoid using the mouse altogether and currently am using it to select the ID for copypaste. Unsure what kind of memory usage this would entail e.g. would one need to get all of the channel's threads (presumably quite heavy op) or possible to limit just to the threads on-screen.

Originally posted by @junousi in #8 (comment)

compilation error on ubuntu focal with cmake 3.16.3

Hello
Compilation error on ubuntu/focal ; cmake 3.16.3

cmake .. && make && make install
CMake Error at CMakeLists.txt:3 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.