Giter VIP home page Giter VIP logo

dialogue's Introduction

Dialogue

Dialogue is an open-source direct connection chat app. Dialogue doesn't keep user name information or logs and does not communicate with a central server. It is currently a work in progress. I can't recommend using it at all until secure connections are supported, which is the next anticipated feature.

Getting Started

Installation

To install Dialogue on Windows or Linux, run the installer executable or extract the files from the Dialogue archive. To install Dialogue on macOS, extract the disk image archive, then mount the disk image. Drag Dialogue.app to your Applications folder. Once the install files are copied, run the Dialogue executable.

Solving Windows missing DLL error

If you receive an error indicating a missing msvcp140.dll, vcruntime140.dll, or other DLL files when you run Dialogue, you'll need to install the Visual C++ 2015 Redistributable (x64).

The Visual C++ Redistributable installer is located where you installed Dialogue (default directory for the installer is C:\Program Files\Dialogue). Its file name is vcredist_x64.exe.

Run the Visual C++ Redistributable installer, and you should then be able to start Dialogue.

Using Dialogue

Enter the IP address of the person you want to chat with, then wait for the Connection Status to change to Connected. Next, select the Conversation button to go to the conversation page. Enter text into the message field and then select the Send button to send your message.

Licenses

Dialogue is licensed under the BSD-3 Clause License. Read the LICENSE file or go to https://opensource.org/licenses/BSD-3-Clause for more information about the license.

Some code is adapted from Qt Examples code, also licensed under the BSD-3 Clause License.

Qt is licensed under the GNU Lesser General Public License version 2.1. Read the Qt License file or go to https://www.gnu.org/licenses/lgpl-2.1.html for more information about the license. Qt source code is available at https://code.qt.io.

Developers

If you'd like to contribute to Dialogue, you can fork the project on GitHub and submit a pull request. To build Dialogue, you'll need Qt 6.0 (or later) and a C++14 capable compiler.

Contact

You can contact the project creator via email at [email protected].

dialogue's People

Contributors

adolby avatar

Watchers

 avatar  avatar

dialogue's Issues

Improve connection process

There might be some better alternatives to the current connection process that uses timers to alternate the app between client and server modes.

UDP broadcasting is an option on local networks, but not over the Internet. There is such a thing as UDP broadcast over TCP, but it'll require more research to find out if it's a viable alternative.

Fix Linux build

Currently the rpath for libqxcb.so is $ORIGIN/../../libs, which isn't right for finding the Qt5*.so.5 files that it depends on.

Test Linux executable

QML depends on OpenGL and this doesn't play well with VirtualBox (or I've misconfigured something). I'll try to test Dialogue on a native Ubuntu install when I get a chance.

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.