Commit Graph

50 Commits

Author SHA1 Message Date
bdd6521b76 implemented new cursor, fixed positioning bug 2023-06-13 15:52:14 +02:00
369152494d implemented EventSource instead of regular update requests and minor clean up 2023-04-22 20:23:38 +02:00
1ee17099e2 better/more comments and focus bugfix 2023-02-08 15:30:06 +01:00
b542343fd9 added chat to help command 2023-02-06 10:36:35 +01:00
02bb7fdcdc group chat bugfixes 2023-02-06 09:25:14 +01:00
e0b0df1fcc initial group chat functionality 2023-02-03 13:57:29 +01:00
d2be753513 allow clear command in chat 2023-02-02 11:09:33 +01:00
0367fe45d1 multiuser messaging 2023-02-02 10:45:07 +01:00
5980709885 auto delete on inactivity 2023-02-02 09:16:40 +01:00
586cb1738c localstorage and disconnect 2023-02-02 08:12:12 +01:00
6f1ce9fcad ping command for two-way-delay 2023-01-30 08:17:32 +01:00
26bd3ddb6f message recipient bugfix 2023-01-21 22:13:29 +01:00
168d42398e exit output bugfix and nickname in pretext 2023-01-21 21:49:12 +01:00
af092439a3 updated 'not connected' messages 2023-01-20 16:00:01 +01:00
5da3ef5ffa added ls command to help 2023-01-20 15:56:30 +01:00
11ba7c8ef1 separated reload and clear commands 2023-01-20 09:34:42 +01:00
cd75deef30 changed from uuid + username to username + '#' + id 2023-01-20 08:13:35 +01:00
b5bb18fe7f connect and list usernames methods and more comments 2023-01-19 15:31:13 +01:00
71d8f13d08 fixed whitespaces in history 2023-01-19 13:52:23 +01:00
4e2aeca765 more/better comments, splitting up functions and fixing chat output 2023-01-19 12:57:43 +01:00
20c6a9330e added nick and msg to help command 2023-01-18 16:33:57 +01:00
88568d8274 using both unload methods for disconnecting 2023-01-18 15:19:22 +01:00
a098da6f09 moved to before-unload event 2023-01-18 15:05:59 +01:00
93cc4c14ae exit command return type bugfix 2023-01-18 14:48:46 +01:00
703b11c79c changed http code on "no messages" 2023-01-18 14:43:12 +01:00
f227016148 first message prototype 2023-01-18 14:35:17 +01:00
cd1de28b66 async print to console 2023-01-18 08:02:41 +01:00
16057b4a18 basic connection and naming 2023-01-17 19:15:49 +01:00
cd4036172d async functions test 2023-01-16 15:28:11 +01:00
95fbc3cea4 first message command test 2023-01-16 15:21:30 +01:00
2bbd9dde65 history unlimited arrow down bugfix 2023-01-16 11:08:21 +01:00
c2cf9906a3 clear command not found bugfix 2023-01-16 11:03:24 +01:00
750f2a8f96 empty echo bugfix 2023-01-16 07:21:58 +01:00
1f980e09b7 optimization and echo command 2023-01-16 07:15:33 +01:00
6625782d7b execute function toString bugfix 2023-01-13 15:18:53 +01:00
a64914b744 commented history command 2023-01-13 13:25:15 +01:00
282d2556f2 better formatting and history command 2023-01-13 13:05:59 +01:00
841f0f60d2 added command history 2023-01-13 12:57:46 +01:00
d4f648fd53 better/more comments 2023-01-13 12:37:25 +01:00
a11b93480d execute command for math and logic calculations 2023-01-13 12:05:17 +01:00
c66d7c7386 bug fixes and clear command 2023-01-13 07:27:13 +01:00
1d88bfa1d3 added ascii art 2023-01-12 15:10:13 +01:00
fead90a29e moved first pretext to html 2023-01-12 14:44:22 +01:00
c0d750acfb rename and moving text generating function 2023-01-12 14:40:53 +01:00
05bbb8ba2b more accurate cursor position and help command 2023-01-12 14:37:33 +01:00
b65b6c5cfd revert to whitespace cursor, add input for copy & paste 2023-01-12 07:25:46 +01:00
b6953cb77c fixes and major changes for better inputs (including copy & paste) 2023-01-06 00:13:56 +01:00
c6b210aab3 whitespace fix 2022-06-06 16:59:58 +02:00
ba21919972 bugfixes and cursor y-movement 2022-06-06 16:56:20 +02:00
1aa39fd1b8 initial commit 2022-05-27 18:13:33 +02:00