667 Commits

Author SHA1 Message Date
Seraina
6654280990 Adjusted Random Name generator to include wanted username and switched to numbers instead of character for readability 2022-03-27 15:25:14 +02:00
Seraina
4a5bc49aa7 Added Alexandrs "Tried implementing logout handling (changes only on Server side) " commit 2022-03-27 14:49:53 +02:00
Seraina
0e39f06f9e Added Alexandrs "Added name duplicate handler by modifying the ClientHandler class as well as adding a class where all Client names are stored" commit 2022-03-27 14:44:55 +02:00
Seraina
83991587d6 Added Alexandrs Random Generator commit 2022-03-27 14:35:15 +02:00
Seraina
86180f047c Added Alexandrs class 2022-03-27 14:30:54 +02:00
Jonas
841a6f095c formatting 2022-03-27 14:22:55 +02:00
Jonas
4eb70bd028 friendship ended with :, now $ is my best friend
(changed : in protocol.txt to $)
2022-03-27 14:06:20 +02:00
Jonas
cdb2bb402b Merge remote-tracking branch 'origin/Jonas_Stuff' into Jonas_Stuff 2022-03-27 13:57:41 +02:00
Jonas
467d72b17c Added protocol.txt 2022-03-27 13:56:32 +02:00
Seraina
0e3e9aaa99 Did some Logger-Experiments so far - TODO: find out how to change rootlogger level 2022-03-27 13:48:51 +02:00
Seraina
ced0f0aa9e Relocated message formating from server to client 2022-03-27 13:40:25 +02:00
Jonas
2f7db70df7 Merge remote-tracking branch 'origin/Jonas_Stuff' into Jonas_Stuff 2022-03-27 13:29:16 +02:00
Jonas
141a4783b9 Formatting of how chat messages are displayed, too short a protocol message doesnt print exception stack trace. 2022-03-27 13:29:02 +02:00
Seraina
d6e938e87c Inserted formatting into parser 2022-03-27 13:19:32 +02:00
Seraina
2263483462 Added a Class and Method that can reformat the terminal commands into commands that the parser can read 2022-03-27 13:14:42 +02:00
Jonas
6071ea4b2f Cleaned up, deleted unused files, reformatted all code 2022-03-27 13:06:08 +02:00
Jonas
d2c2ca1732 Chat works. 2022-03-27 12:07:21 +02:00
Jonas
63a8e21f6c Ping(back) works on both client and server side. 2022-03-27 11:58:48 +02:00
Jonas
146ff4ea82 Working on JClientProtocolParser 2022-03-27 11:54:01 +02:00
Jonas
ac11bc4991 implemented JServerProtocolParser, started writing JClientProtocolParser 2022-03-27 10:41:37 +02:00
Jonas
80644a934c New Parser structure 2022-03-27 10:03:27 +02:00
Jonas
f5dd739dd4 spelling 2022-03-27 10:01:08 +02:00
Alexander Sazonov
d1b2474702 Tried implementing logout handling (changes only on Server side) 2022-03-27 03:03:53 +02:00
Alexander Sazonov
10bbcdf69e Added name duplicate handler by modifying the ClientHandler class as well as adding a class where all Client names are stored 2022-03-27 00:38:48 +01:00
Alexander Sazonov
4b3d3127ad Merge remote-tracking branch 'origin/master' 2022-03-26 21:33:16 +01:00
Alexander Sazonov
8f4f542893 Added random name generator 2022-03-26 21:32:04 +01:00
Seraina
5adbe540ec Fixed Typos in QA-Concept Draft 2022-03-26 21:14:22 +01:00
Sebastian Lenzlinger
15db9e4eb9 Some fields and methods where non-static and I changed them to static. 2022-03-26 14:46:05 +01:00
Sebastian Lenzlinger
a244903fbb Finnished Dokumenting ClientMsgDecoder.java and removed
unused imports.
2022-03-26 14:11:14 +01:00
Sebastian Lenzlinger
edfceb0048 Added Some javadoc to ClientMsgDecoder.java to explain
the use of the class.
2022-03-26 13:39:51 +01:00
Sebastian Lenzlinger
46ee78d298 Further work on CommandExecuter and adjustments to NightServerProtocol. 2022-03-26 13:32:27 +01:00
Sebastian Lenzlinger
8916d7f8b9 Merge remote-tracking branch 'origin/master' 2022-03-26 13:14:53 +01:00
Sebastian Lenzlinger
b2d725f4c3 Finnished ClientMsgDecoder!
last thing todo is implement
the execution of the input.
2022-03-26 13:14:36 +01:00
Jonas
c48457e9b6 spelling 2022-03-26 11:50:35 +01:00
Jonas
111e310d00 Merge remote-tracking branch 'origin/master' 2022-03-26 11:38:25 +01:00
Jonas
9371f8551d formatting & lower case folders 2022-03-26 11:37:57 +01:00
Sebastian Lenzlinger
9b1faa6ce1 Reconsile changes accross Client utility classes 2022-03-26 11:35:51 +01:00
Sebastian Lenzlinger
8f0ccbfa36 Fixed InputToProtocolMap to now contain a encoding map from client input to protocol msg and a set of legal client inputs. 2022-03-26 10:53:22 +01:00
Sebastian Lenzlinger
3f05121925 added "to" in NTtB doc comment... 2022-03-26 10:10:51 +01:00
Seraina
18acef0a2e Reformatted my Code and cleaned it up a little 2022-03-25 21:59:09 +01:00
Seraina
478bd71409 Merge remote-tracking branch 'origin/master' 2022-03-25 21:46:31 +01:00
Seraina
9ca36e36d1 Added usable styleguide .xml 2022-03-25 21:46:17 +01:00
Seraina Schöb
0faf43f6c0 Updated Diary.txt 2022-03-25 20:39:29 +00:00
Seraina
aa8f404cee Added draft of QA-Concept for Milestone II 2022-03-25 21:34:47 +01:00
Seraina
ce250f638d Added an array full of Passengers, set them all to human by default 2022-03-25 17:25:05 +01:00
Seraina
a6ca3da263 Added jaococ plugin 2022-03-25 17:22:35 +01:00
Sebastian Lenzlinger
5368679933 Added description to NTtBFormatMsg 2022-03-25 14:48:18 +01:00
Sebastian Lenzlinger
3575c2010c deleted unused classes
work on:
NTtBFormatMsg
ClientMsgDecoder
Notice: no correct response is generated yet!
2022-03-25 14:44:47 +01:00
Jonas
002e9a5e57 updated Diary.txt 2022-03-25 13:56:18 +01:00
Jonas
5dc4747f6e Merge remote-tracking branch 'origin/master' 2022-03-25 13:30:25 +01:00