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.
envoy/src/main/java/envoy/data
delvh 0d3316be4a deleted Contacts object, added contacts as part of Contact class
additionally:
* updated serialization method to not recurse endlessly
* refactored type of contacts from List to Set
2020-04-01 18:09:07 +02:00
..
Config.java Migrated Config, ConfigItem and EnvoyLog from envoy-client 2020-03-02 19:16:28 +01:00
ConfigItem.java Migrated Config, ConfigItem and EnvoyLog from envoy-client 2020-03-02 19:16:28 +01:00
Contact.java deleted Contacts object, added contacts as part of Contact class 2020-04-01 18:09:07 +02:00
Group.java deleted Contacts object, added contacts as part of Contact class 2020-04-01 18:09:07 +02:00
GroupMessage.java Created ContactDeletionEvent and equals- + hashcode- method for Contact 2020-03-28 15:21:02 +01:00
IDGenerator.java Added groups 2020-03-24 19:06:56 +01:00
LoginCredentials.java fixed security vulnerability (complete password hash is printed) 2020-03-29 10:28:05 +02:00
Message.java Created ContactDeletionEvent and equals- + hashcode- method for Contact 2020-03-28 15:21:02 +01:00
MessageAttachment.java Added groups 2020-03-24 19:06:56 +01:00
MessageBuilder.java deleted Contacts object, added contacts as part of Contact class 2020-04-01 18:09:07 +02:00
User.java deleted Contacts object, added contacts as part of Contact class 2020-04-01 18:09:07 +02:00
package-info.java Changed compiler compliance to 11, modularized all packages (#16) 2020-03-07 17:29:52 +01:00