Version 0.6.6 alpha
This commandline application allows you to send p2p encrypted messages using RSA and AES-256-CTR.
Tested on Linux Mint
- Install mysql server and make sure you have credentials you can use
- To install and compile both client and server, run
make first_build
. If this is your first time installing the libraries, you may need to run this twice - (optional) To set up TOR compatibility, run
make tor
- From inside the application, go to the server menu via the
serverctrl
command or by entering1
- Start the messenger service by then running
start
, which activates the service by using systemctrl. - You should be able to use the application from here, and can even configure the back end to start on system boot.
- Run the command
make full_uninstall
and all processes, folders, and users, and system configurations created by the installer will be removed. You can optionally remove the installed dependancies if you desire; but by default this is skipped. Tor configurations won't be removed automatically.
- Created first section of the GUI. The setup view has been added.
- Added GUI login view
- Added better; but experimental menu controls
- You can no use the gui to configure the server configurations.
- Added gui for the find frends feature.
- Added gui for managing your untrusted and trusted friend keys.
- Implemented remaining core functionalites in the GUI.
- modified how the application runs so that we can get audio working.
- I'll be looking into creating a notification system so that you don't need to manually refresh the message cache.
- Need to implement the live chat feature now that AF UNIX support was added. (maybe not)
- Going to be adding the audio features in future updates.
- the current textures in the application are 0 effort, and maybe offensive to some people...I'm not sorry.
- Application requires X11.