|
866c8c1a48
|
Merge pull request #28 from informatik-ag-ngl/b/db_received_date
Fixed missing message received dates in database
|
2020-02-18 16:54:27 +01:00 |
|
delvh
|
ca2fa5d1e2
|
Added newline at the end of PersistenceManager
|
2020-02-18 16:36:31 +01:00 |
|
delvh
|
47ca47a761
|
Added null check to ObjectMessageProcessor
|
2020-02-18 16:28:32 +01:00 |
|
|
2813b54e32
|
Copying received and read dates in Message#toCommonMessage()
|
2020-02-16 10:31:17 +01:00 |
|
|
87ca90c333
|
Added received and read dates to database message copy constructor
Fixes #24
|
2020-02-15 22:47:14 +01:00 |
|
|
0347715d72
|
Moved PersistenceManager into data package, refactored transaction use
|
2020-02-15 22:43:20 +01:00 |
|
|
8b6356e48a
|
Merge pull request #27 from informatik-ag-ngl/f/reject_handshake
Produce HandshakeRejectionEvents
|
2020-02-13 10:12:05 +01:00 |
|
|
8b822de470
|
Updated alpha releases of envoy-common and java-nio-server in pom.xml
|
2020-02-13 10:00:56 +01:00 |
|
|
98a51e1106
|
Fixed ConnectionManager#isOnline(long), moved ConnectionManager to net
|
2020-02-12 22:01:32 +01:00 |
|
|
0201afee25
|
Added Maven assembly plugin configuration for JAR packaging
|
2020-02-12 17:35:58 +01:00 |
|
|
0861497e6e
|
Increased ID generation range to 200
|
2020-02-12 07:53:54 +01:00 |
|
|
c4b60dfab7
|
Clean-up, disabled SQL logging
|
2020-02-12 07:10:33 +01:00 |
|
|
66de88029f
|
Merge branch 'develop' into f/reject_handshake
|
2020-02-12 06:49:17 +01:00 |
|
DieGurke
|
275ae328d9
|
Merge pull request #26 from informatik-ag-ngl/f/contacts
Contacts handling on the server
|
2020-02-11 18:25:45 +01:00 |
|
|
e2ed5706a7
|
Removed unnecessary TODO
|
2020-02-11 18:15:19 +01:00 |
|
|
8cab095fc0
|
Implemented online contact notification about contact list modification
|
2020-02-11 17:44:58 +01:00 |
|
|
e2e9253413
|
Adjusted to event system refactoring
|
2020-02-11 17:17:45 +01:00 |
|
|
c5017e71fc
|
Refactored contact search, added Javadoc
|
2020-02-10 22:29:34 +01:00 |
|
DieGurke
|
a96199ccd7
|
Implemented contact adding mechanism + database update on both clients.
* Added filtering on searchRequest response (temporary: has to be done
in query not manually in ContactsRequestProcessor.)
|
2020-02-10 20:02:05 +01:00 |
|
DieGurke
|
37f1594989
|
Implemented AddContact mechanism on the server
(currently unfinished an not working see stack trace for current
problem)
|
2020-02-09 22:16:33 +01:00 |
|
|
6b5ed80727
|
Merge pull request #23 from informatik-ag-ngl/b/online_status
Fixed incorrect online status
|
2020-02-09 21:43:37 +01:00 |
|
delvh
|
3079ee8346
|
fixed bug that made registering a new user impossible
|
2020-02-09 20:41:29 +01:00 |
|
delvh
|
163141e3a3
|
added methods to signal an invalid login
additionally added a failsafe to set all users to offline in case of
shutdown of the server
|
2020-02-09 16:37:53 +01:00 |
|
|
8d4de87dbb
|
Fixed incorrect online status
User objects were created with the status ONLINE even if the actual
status in the database was a different one. This issue has been fixed.
|
2020-02-09 16:01:05 +01:00 |
|
|
24c0cdd38d
|
Added ContactOperationProcessor for the ADD operation
|
2020-02-08 15:03:03 +01:00 |
|
DieGurke
|
9110073d16
|
Fixed user search
|
2020-02-08 14:27:21 +01:00 |
|
|
33dc6ba4ac
|
Implemented user search response
|
2020-02-08 13:53:58 +01:00 |
|
delvh
|
65b016b9b7
|
Implemented method to check for the validity of logins
Warning: will only work once f/advanced_login of envoy-common will be merged into develop
|
2020-02-07 23:37:33 +01:00 |
|
|
e73ad7b871
|
Merge pull request #21 from informatik-ag-ngl/f/single_transaction
Adding user to their own contacts, reusing one database transaction
|
2020-02-07 20:35:12 +01:00 |
|
|
fa3c1829a9
|
Corrected shutdown message
|
2020-02-07 10:02:40 +01:00 |
|
|
bacc171ccd
|
Adding user to their own contacts, reusing one database transaction
Fixes #15
|
2020-02-07 09:34:02 +01:00 |
|
delvh
|
f2ac9bbf8e
|
Merge pull request #20 from informatik-ag-ngl/f/user_status_change_event
Added UserStatusChangeProcessor
|
2020-02-05 22:20:55 +01:00 |
|
delvh
|
ee3ab4d42b
|
added a "has been"- string to an error message
|
2020-02-05 22:19:36 +01:00 |
|
delvh
|
1159747155
|
deleted applyAction method as per @CyB3RC0nN0R s request
additionally inserted necessary TODO for a method that may cause
problems in the future.
|
2020-02-05 21:53:36 +01:00 |
|
delvh
|
f637e7ef95
|
Merge branch 'f/user_status_change_event' of https://github.com/informatik-ag-ngl/envoy-server-standalone.git into f/user_status_change_event
|
2020-02-05 21:35:11 +01:00 |
|
delvh
|
053b7eec1f
|
fixed not updating user status and implemented easier to read structure
|
2020-02-05 21:32:53 +01:00 |
|
DieGurke
|
27a641a5d3
|
Notifying the message sender about message status changes
|
2020-02-05 17:24:31 +01:00 |
|
|
74786f469b
|
Propagating message received update to sender
|
2020-02-05 16:15:01 +01:00 |
|
delvh
|
ad8c9b654f
|
Changed Envoy Common dependency back to develop, fixed BE error
|
2020-02-04 21:34:53 +01:00 |
|
delvh
|
5fcbf59349
|
Fixed contacts initialisation, socket logout error
additionally fixed small spelling mistakes
|
2020-02-04 21:09:59 +01:00 |
|
|
f11ed4a585
|
Sending unread message as common messages instead of database messages
|
2020-02-03 07:06:52 +01:00 |
|
delvh
|
79d11f4fba
|
Added status update for when a client goes offline
|
2020-02-02 13:34:28 +01:00 |
|
delvh
|
5b482c6815
|
Improved PersistenceManager with new methods to handle incoming entities
|
2020-02-02 12:32:10 +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 |
|
delvh
|
6932a62aa9
|
Merge pull request #16 from informatik-ag-ngl/f/refactored_EventProcessor
refactored EventProcessor into MessageStatusChangeProcessor and fixed some minor documentation errors
|
2020-01-30 21:48:49 +01:00 |
|
delvh
|
44dd79ba6d
|
Implemented Changes as requested by @CyB3RC0nN0R
|
2020-01-30 18:40:54 +01:00 |
|
delvh
|
99ff79b022
|
Fixed incorrect error handling, upgraded appearance of this processor
|
2020-01-30 13:20:39 +01:00 |
|
delvh
|
334b1a2bc2
|
Refactored EventProcessor into MessageStatusChangeProcessor
additionally fixed some minor Javadoc errors
|
2020-01-30 12:52:27 +01:00 |
|
|
0099047163
|
Merge pull request #14 from informatik-ag-ngl/f/contacts
Finished handshake implementation
|
2020-01-29 17:10:42 +01:00 |
|
|
2ffcf6e1a3
|
Fixed reading multiple objects from one message
|
2020-01-29 16:20:57 +01:00 |
|