Commit Graph

11 Commits

Author SHA1 Message Date
Kai S. K. Engelbart 3d71cda884 Ask user before adding a contact 2020-06-09 15:41:01 +02:00
delvh 00edd59f97 Fixed bug duplicating messages 2020-04-18 10:34:03 +02:00
Kai S. K. Engelbart 86d437760d Normalized since tags to fit envoy-common and envoy-server
Envoy vXXX -> Envoy Client vXXX
2020-03-23 21:52:59 +01:00
delvh 4c94686172 added newline at EOF for any file not having one at its end 2020-03-14 19:59:37 +01:00
delvh 9896339f92 Changed compiler compliance to 11, modularized all packages (#114)
* added module- and package-info.java, changed JRE from 8 to 11

* updated maven from Java 1.8 to 11

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-03-07 19:38:06 +01:00
Kai S. K. Engelbart 930d1cebe1 Migrated configuration and logging to Envoy Common (#113)
* Moved client specific configuration to ClientConfig

* Finished ClientConfig integration, checking init state in EnvoyLog

* Migrated Config, ConfigItem and EnvoyLog to envoy-common

* Updated envoy-common dependency to develop-SNAPSHOT
2020-03-05 14:27:40 +01:00
Kai S. K. Engelbart aaa6044ade Adjusted logging locations and levels 2020-02-18 16:34:14 +01:00
Kai S. K. Engelbart 5f9ebd4c43 Fixed logger level configuration, using logger hierarchy
Loggers are now created with a class object
2020-02-18 07:16:35 +01:00
Kai S. K. Engelbart 8714c8fe0e Performing handshake and online init in LoginDialog 2020-02-12 17:31:20 +01:00
Kai S. K. Engelbart 8a6f729abf Adjusted to event system refactoring 2020-02-11 17:17:22 +01:00
delvh 76a9e2c043 Moved Receiver + ReceivedMessageProcessor in the net package
additionally added serialVersionUIDs for the Event classes
2020-02-02 13:44:10 +01:00