delvh
949a859343
Fixed Envoy icon not showing in README.md
2020-06-26 20:45:09 +02:00
d03d51e65e
Merge pull request #25 from informatik-ag-ngl/f/throwable_in_log
...
Include throwable in log records
2020-06-25 08:01:45 +00:00
9156da4e77
Include throwable in log records
2020-06-25 08:01:34 +02:00
30c14a7269
Merge pull request #23 from informatik-ag-ngl/f/compatibility_verification
...
LocalDateTime, short event names and compabitility verification support
2020-06-23 06:25:13 +00:00
6e262fc12f
Add additional reasons to HandshakeRejection
2020-06-23 08:23:40 +02:00
d5fc92527c
Shorten event names
2020-06-20 10:51:40 +02:00
9193468213
Replace Date by LocalDateTime
...
Closes #22
2020-06-20 09:08:06 +02:00
bb6360d2a7
Add read-only clientVersion property to LoginCredentials
...
This is just a regular string that can be used to confirm the
compatibility between client and server.
2020-06-19 15:56:45 +02:00
13b4626737
Create CODEOWNERS
2020-06-15 12:17:56 +02:00
f7de07aca2
Make SerializationUtils#write variadic
2020-06-13 18:32:24 +02:00
delvh
b3c74562d7
Added sample log entry to visualize log formatting
2020-06-13 16:57:42 +02:00
DieGurke
942c2faf27
Merge pull request #19 from informatik-ag-ngl/f/groups
...
Added support for groups
2020-06-11 14:01:09 +02:00
DieGurke
ad3f298593
Resolved requests
2020-06-11 14:00:07 +02:00
DieGurke
439e274c37
Apply suggestions from code review
...
Co-authored-by: CyB3RC0nN0R <CyB3RC0nN0R@users.noreply.github.com>
2020-06-11 13:55:38 +02:00
1026ca4f8d
Immediately flush the console log
2020-06-11 12:14:20 +02:00
b92a1630a1
Add config initialization with a map of config items
2020-06-11 11:24:00 +02:00
51e148e2ec
Add Javadoc for hashCode and equals methods of Contact
2020-06-11 11:05:38 +02:00
c67a11f008
Remove ContactDeletionEvent in favor of ContactOperationEvent
2020-06-10 09:03:22 +02:00
462b524455
Add missing Javadoc, remove unused resource folder
2020-06-08 08:39:58 +02:00
DieGurke
45e75dba41
Implemented GroupMessageStatusChangeEvent
2020-04-18 16:36:50 +02:00
delvh
373faae63b
Improved Login security
2020-04-10 15:42:00 +02:00
cd33006aef
Removed checked exception from LoginCredential constructor
2020-04-10 13:43:53 +02:00
delvh
051705106b
fixed another bug
2020-04-02 20:32:54 +02:00
delvh
b2cd3c340c
fixed minor bug
2020-04-02 19:49:56 +02:00
delvh
9b413f81ff
Added Junit 5 as dependency
2020-04-02 09:06:10 +02:00
delvh
c176dc6e75
fixed one "major" spelling error (Id-> ID)
2020-04-01 18:15:41 +02:00
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
delvh
c41089e005
fixed security vulnerability (complete password hash is printed)
2020-03-29 10:28:05 +02:00
delvh
8cdd12e6b8
fixed major (spelling!) error
2020-03-29 10:02:56 +02:00
delvh
026b7404b2
Enabled clients to have groups as contacts
2020-03-28 18:51:07 +01:00
delvh
2d99a3785e
Created ContactDeletionEvent and equals- + hashcode- method for Contact
...
additionally extracted enum ElementOperation and fixed wrong
toString-method in Message
2020-03-28 15:21:02 +01:00
DieGurke
c511e482d3
Implemented the setting of the received- and read-date of group messages
2020-03-26 20:54:20 +01:00
DieGurke
f128c2f307
Added updateStatus method
2020-03-26 20:03:20 +01:00
DieGurke
a3e7034713
Revised message related classes
...
Added GroupMessage class as subclass from Message and adjusted the
MessageBuilder
2020-03-26 18:55:48 +01:00
DieGurke
4a26ef8c4a
Revised
2020-03-26 15:49:08 +01:00
DieGurke
1909b9748a
Changed String in toString method
2020-03-26 15:43:30 +01:00
DieGurke
05ffa34ec0
Formatting and Refactoring
2020-03-26 12:45:10 +01:00
delvh
15338dce52
refactored all getId()
s to getID()
s
2020-03-25 17:43:55 +01:00
delvh
35aa316199
Fixed Javadoc in GroupResizeEvent
2020-03-25 17:12:55 +01:00
delvh
4a3ee20029
Added GroupCreationEvent
2020-03-25 16:55:34 +01:00
delvh
eb7a8778de
added GroupResizeEvent and NameChangeEvent
...
additionally refactored `getId()` method of Contact to `getID()`
2020-03-25 16:33:06 +01:00
DieGurke
e89a1bc2df
Revised Code Style
2020-03-24 21:57:59 +01:00
DieGurke
a89c93b428
Revised toString method in Group and changed id to final in Contact
2020-03-24 21:11:16 +01:00
delvh
3b24d46886
Added groups
...
additionally added:
* serialVersionUID is now equal to 0L
* Renamed classes with a two-letter initialism according to convention
2020-03-24 19:06:56 +01:00
a4603231ff
Adjusted serial version UIDs and Message#toString()
2020-03-24 17:29:16 +01:00
delvh
b18ecdae86
Added support for forwarding messages ( #17 )
...
* Added message forwarding capability
* added newline at EOF for any file not having one at its end
2020-03-22 14:52:38 +01:00
9998234b3d
Updated maven-compiler-plugin to version 3.8.1
2020-03-07 18:47:09 +01:00
delvh
5ff9253236
Changed compiler compliance to 11, modularized all packages ( #16 )
...
* Created module- and package-info.java and changed JRE from 8 to 11
* Using JDK 11 as Build JDK and Maven build
Co-authored-by: Haramus Samsamus <kske@outlook.de>
2020-03-07 17:29:52 +01:00
d9186ac821
Merge pull request #15 from informatik-ag-ngl/f/enhanced_config
...
Migrated Config, ConfigItem and EnvoyLog from envoy-client
2020-03-05 14:19:36 +01:00
26c947cbce
Migrated Config, ConfigItem and EnvoyLog from envoy-client
2020-03-02 19:16:28 +01:00