Skip to content

🌀 I2PChat: Secure, anonymous peer-to-peer chat

License

Notifications You must be signed in to change notification settings

YODACRYPTOVOXELS/i2pchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I2PChat (formerly I2P-Messenger)

Build status appveyor MinGW32 Build Status travis linux(xenial)

Screenshots

screenshot-roster screenshot-chat

Features

  • Direct peer-to-peer communications without server requirements
  • File transfer between contacts
  • Control online visibility on a per-contact basis
  • Optional, customizable b32.i2p web page to display profile
  • Emoticon support

Current news

  • July, 2020

    • Set ECIES and ED25519 as default sigtype/encryption
    • Add support for optional web page to display user profile at .b32 address
    • Remove insecure DSA_SHA1 from Signature Types
    • Add ECIES (Ratchet) encryption type to new profiles (UI option coming soon!)
  • June, 2020:

    • Fixed crash of close chat window
    • Fixed crash of url link in chat
    • Added $HOME/.i2pchat/ directory support for using from /usr/bin
    • Pre inited optarg
    • Core changes
    • Ci pre-inited. Works for windows now
    • Created .deb package for ubuntu/debian x86_64
    • Created Windows build for 32 bit, which will works on 64 bits
    • Design changes
    • Fix offline message crash
  • June, 2020: dr|z3d starts work on renovating the user interface

  • 5 Jan, 2017: Original repo at http://git.repo.i2p/w/I2P-Messenger-QT.git was fully merged here

Build instructions

  • Install prerequisites:
sudo apt-get install qt5-qmake qt5-default build-essential libqt5multimedia5 qtmultimedia5-dev libqt5svg5-dev
  • To prepare for compilation, run qmake:

    • Release: qmake I2PChat.pro "CONFIG += release"
    • Debug: qmake I2PChat.pro "CONFIG += debug"
  • To complile:

    • make -j NUMBER_OF_PROCESSOR_CORES e.g make -j8
    • or make to compile single-threaded

Downloads (pre-built binaries)

Running

On Linux, make creates I2PChat executable in the current folder. Run it with ./I2PChat.

  • You will need to enable the SAM application bridge in your router: for Java I2P via Client Configuration or for i2pd via i2pd.conf's [SAM] section.
  • As of version 0.2.31, the DSA_SHA1 Signature type is no longer available. The recommended (and default) Signature Type is now: EdDSA_SHA512_Ed25519
  • Select 'Online' from the dropdown menu on the main window. When you first go online, your unique address (Destination) will be created when connecting to SAM
  • Your settings and contacts will be stored in ~/.i2pchat/ on Linux-based systems, or %APPDATA%\Roaming\I2PChat\ on Windows

License

Licensed under GPLv2.

About

🌀 I2PChat: Secure, anonymous peer-to-peer chat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.4%
  • HTML 1.3%
  • QMake 1.1%
  • Other 1.2%