An instant messaging application with a self-hostable server.
This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
delvh 1067819a20 created feature integration PRTemplate 2020-01-03 14:31:22 +01:00
.github created feature integration PRTemplate 2020-01-03 14:31:22 +01:00
.settings Merge branch 'master' into develop 2019-12-21 21:23:19 +01:00
src/main Fixed not updating theme when editing active theme bug. 2019-12-27 17:34:28 +01:00
.classpath Merge branch 'master' into develop 2019-12-21 21:23:19 +01:00
.gitignore Moved local files to .envoy directory in user home 2019-12-21 11:50:01 +01:00
.project Merge branch 'master' into develop 2019-12-21 21:23:19 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-12-07 13:25:39 +01:00
LICENSE Initial commit 2019-09-27 06:37:44 +02:00
README.md Update README.md to an appropriate level 2019-12-21 22:36:59 +01:00
pom.xml Added message sending request 2019-09-28 16:23:00 +02:00

README.md

Envoy Client

Envoy Client is one of two repositories needed to use the messenger Envoy.
The other one is Envoy Common.
In the future, Envoy Common might be discarded, but for now, both Repositories are required in order to use Envoy to send messages to other people.


Features

Envoy Client features a lot of things and many more are yet to come. Currently existing features are:

  • Users
    • Saving and loading of messages
    • Login via name
    • Settings to change the behavior of Envoy
  • UI
    • Appealing user interface
    • Changeable themes that store the colors used in Envoy
    • Possibility to run Envoy in the Background once it has been started
      • Attention: currently works solely on Windows and Mac
      • Possibility to exit Envoy
  • Connectivity
    • Sending messages to another person via a predefined server
    • Offline mode
  • Programming
    • API to change default configuration
    • Advanced logging possibilities
    • Access without Admin rights possible via local message storage in the home folder
    • Tons of Events to interact with
    • Detailed Javadoc to improve readability of code

Resources