Giter Site home page Giter Site logo

telepathy-tank's Introduction

Telepathy-Tank

Build Status

Tank is a Qt-based matrix connection operator for the Telepathy framework.

Features

Requirements

Note: In order to use Tank, you need to have a complementary Telepathy Client application, such as KDE-Telepathy or Empathy.

Installation

Arch Linux AUR

AUR package for git version:

yaourt -S telepathy-tank-git

Manually

git clone https://github.com/TelepathyIM/telepathy-tank.git

or

tar -xf telepathy-tank-0.1.0.tar.gz

mkdir tank-build
cd tank-build
cmake ../telepathy-tank

Information about CMake build:

Default installation prefix is /usr/local. Probably, you'll need to set CMAKE_INSTALL_PREFIX to /usr to make DBus activation works. (-DCMAKE_INSTALL_PREFIX=/usr)

make -j4
make install

Known issues

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See COPYNG for details.

telepathy-tank's People

Contributors

a-andreyev avatar henkkalkwater avatar kaffeine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

telepathy-tank's Issues

Add delivery status to received (maybe scrollback) deleted messages

There are messages that appear as empty. E.g.:

{
    "event_id": "$15282407011961400zxcv:matrix.org",
    "origin_server_ts": 1528240701391,
    "sender": "@user:matrix.org",
    "type": "m.room.message",
    "unsigned": {
        "redacted_because": {
            "content": {
            },
            "event_id": "$152828063184353KOAVJ:matrix.org",
            "origin_server_ts": 1528280634630,
            "redacts": "$15282407011961400zxcv:matrix.org",
            "sender": "@user:matrix.org",
            "type": "m.room.redaction",
            "unsigned": {
                "age": 15550255922
            }
        }
    }
}

It seems that it would be enough to add Tp::DeliveryStatusDeleted to deleted message header for the example above. We need to investigate this and other reducted messages and implement at least some trivial cases.

Implement history

Fetch messages on new (for this account) room added.
Fetch all messages since the last fetch on account connected.

We can not fetch messages on channel requested, because ATM there is no logger that can detect repeated scrollback messages, so we have to prevent the same message from being 'received' more than once.

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.