Commit Graph

16 Commits

Author SHA1 Message Date
dfe2ea0bbd
Add Attachment Support 2020-07-02 14:54:58 +02:00
delvh
722f91ba91
Added database support to forward messages (#30)
* Added server support for forwarding messages

* added newline at EOF for any file not having one at its end
2020-03-23 22:12:27 +01:00
delvh
a8f15ec6be
Changed compiler compliance to 11, modularized all packages (#29)
* added package- and module-info.java, changed JRE from 8 to 11

* moved ObjectProcessor into the processors package

Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
2020-03-07 22:04:02 +01:00
9214c31a91 Updated alpha releases of envoy-common and java-nio-server in pom.xml 2020-02-13 10:00:56 +01:00
e84d88aa88 Added Maven assembly plugin configuration for JAR packaging 2020-02-12 17:35:58 +01:00
98cbe81e14 Increased ID generation range to 200 2020-02-12 07:53:54 +01:00
f1a8606825 Persisting the current message ID in a configuration table 2020-01-28 20:46:27 +01:00
01d110fe1c Added IdGenerationRequestProcessor, fixed bugs in PersistenceManager
* Removed get*ById queries
* Removed src/test/resources from pom.xml
2020-01-28 19:25:30 +01:00
DieGurke
6ab15547ec Fixes error multiple login, removed src/test/resources
Fixes #12
2020-01-27 18:36:13 +01:00
delvh
5f6f94502a pom.xml contains now the commit id upon which Envoy Common is selected 2020-01-18 14:11:27 +01:00
135ca4a86f Replaces local dependencies with jitpack.io dependencies 2020-01-11 11:43:31 +01:00
242593472e Added writing capabilities to ObjectProcessor, completed db integration
At this moment the client is not able to receive to objects sent
consecutively. This will be worked on in a future commit and should be
fixed before merging this branch into develop.
2020-01-06 14:58:28 +02:00
a507ae85b2 Added ORM classes 2020-01-02 18:50:56 +02:00
19ec7c120e Changed length of encoded message length to 4 bytes 2019-12-29 10:48:15 +02:00
6c094bdccd Added basic lifecycle with object reading capabilities
* Added java-nio-server dependency
* Added ObjectMessageReader and ObjectMessageProcessor
* Added Startup class starting a Server instance
2019-12-28 15:48:39 +02:00
a1d4f1d999 Added Maven project 2019-12-23 21:31:51 +01:00