Commit Graph

12 Commits

Author SHA1 Message Date
delvh
ad8c9b654f Changed Envoy Common dependency back to develop, fixed BE error 2020-02-04 21:34:53 +01:00
delvh
5b28f2f25b Added UserStatusChangeProcessor
additionally added UserStatus updating in the LoginCredentialProcessor
yet missing: method to handle clients going offline
2020-02-01 23:37:44 +01:00
be1fc1e502 Persisting the current message ID in a configuration table 2020-01-28 20:46:27 +01:00
6cd7964f9a 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
bcfe2e278a Fixes error multiple login, removed src/test/resources
Fixes #12
2020-01-27 18:36:13 +01:00
delvh
5165e40217 pom.xml contains now the commit id upon which Envoy Common is selected 2020-01-18 14:11:27 +01:00
3fc7ee7f3f Replaces local dependencies with jitpack.io dependencies 2020-01-11 11:43:31 +01:00
26fc4374ca 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
9318201fd5 Added ORM classes 2020-01-02 18:50:56 +02:00
2592334b05 Changed length of encoded message length to 4 bytes 2019-12-29 10:48:15 +02:00
e13438eefd 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
91b2d91af3 Added Maven project 2019-12-23 21:31:51 +01:00