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
kske 34e9dc9e8b Improved logging
Logs are now written to System.out instead of System.err. Also they are
not duplicated as the default ConsoleHandler has been removed.

When using the application, logs may not appear in the console
immediately as the StreamHandler used to output them used an internal
buffer that may only be flushed when closing the application.

Logs are now formatted as [DATE TIME] [LEVEL] [LOGGER] MSG
2019-12-21 18:19:10 +01:00
.github/ISSUE_TEMPLATE Create issue templates 2019-12-07 13:33:55 +01:00
.settings Added custom import organization preferences 2019-12-21 07:54:15 +01:00
src/main Improved logging 2019-12-21 18:19:10 +01:00
.classpath Added and fixed existing Javadoc, configured Javadoc validation 2019-12-20 20:25:54 +01:00
.gitignore Moved local files to .envoy directory in user home 2019-12-21 11:50:01 +01:00
.project Removed unnecessary project natures in .project 2019-12-04 22:01:05 +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
pom.xml Added message sending request 2019-09-28 16:23:00 +02:00
README.md Initial commit 2019-09-27 06:37:44 +02:00

envoy-client