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/event
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
..
contact Created ContactDeletionEvent and equals- + hashcode- method for Contact 2020-03-28 15:21:02 +01:00
ElementOperation.java Created ContactDeletionEvent and equals- + hashcode- method for Contact 2020-03-28 15:21:02 +01:00
Event.java Added groups 2020-03-24 19:06:56 +01:00
EventBus.java Clean-up, improved generic type usage in EventBus 2020-02-12 05:58:40 +01:00
GroupCreationEvent.java deleted Contacts object, added contacts as part of Contact class 2020-04-01 18:09:07 +02:00
GroupResizeEvent.java deleted Contacts object, added contacts as part of Contact class 2020-04-01 18:09:07 +02:00
HandshakeRejectionEvent.java Added groups 2020-03-24 19:06:56 +01:00
IDGeneratorRequest.java Added groups 2020-03-24 19:06:56 +01:00
MessageStatusChangeEvent.java refactored all `getId()`s to `getID()`s 2020-03-25 17:43:55 +01:00
NameChangeEvent.java Formatting and Refactoring 2020-03-26 12:45:10 +01:00
UserStatusChangeEvent.java refactored all `getId()`s to `getID()`s 2020-03-25 17:43:55 +01:00
package-info.java Changed compiler compliance to 11, modularized all packages (#16) 2020-03-07 17:29:52 +01:00