Commit graph

11 commits

Author SHA1 Message Date
9a4ec9fd50 some changes idk 2023-07-21 00:30:14 +03:00
c1d083b7bd database support added 2022-06-20 19:16:18 +03:00
787579a10d added psql, removed client-based functionality 2022-06-14 03:27:00 +03:00
34381ddba5 fixed issue when person id wouldn't be unique when adding new person on server 2022-05-16 16:42:21 +03:00
d19dd08ec9 added shutdown hook which saves data on the server 2022-05-16 15:55:16 +03:00
822dba1f63 v2.2
command line functionality in no longer client-only
added ability to save data using command on server app
refactor of CommandLineHandler
added CommandLineHandlerClient and CommandLineHandlerServer classes
other minor changes
2022-05-16 15:20:36 +03:00
1b7fe89d1a final logger format update 2022-05-11 00:23:57 +03:00
80c0e0bb30 updated logger formatting 2022-05-11 00:16:38 +03:00
2cce380f20 v2.1
UDPClient uses DatagramChannel instead of DatagramSocket
New command "con"
minor bug fixes
2022-05-10 22:14:13 +03:00
dda459c971 changed some methods that would return null in place of a message in CommandResult
removed null check when calling CommandResult#getValue()
2022-05-09 17:22:26 +03:00
edd89107d0 server support added 2022-04-29 19:29:59 +03:00