37 Commits
Author SHA1 Message Date
Felix Hartmann (PEA3-Fe-FI) e75385a69b fix typos 2021-09-24 10:08:04 +02:00
Felix Hartmann (PEA3-Fe-FI) f5030c55c5 update README.md 2021-09-24 10:06:48 +02:00
Felix Hartmann (PEA3-Fe-FI) 2718864b5c add README.md 2021-09-24 10:04:56 +02:00
Felix Hartmann (PEA3-Fe-FI) 61cbd7fe74 Merge branch 'ConnectionController' 2021-09-24 09:15:02 +02:00
Felix Hartmann (PEA3-Fe-FI) c00e4c6a01 merge master 2021-09-24 09:07:54 +02:00
Felix Hartmann (PEA3-Fe-FI) 125c908ef8 remove test code, add logo svg, add screenshots 2021-09-24 09:05:07 +02:00
Felix Hartmann (PEA3-Fe-FI) ebaf831be7 set encryption keys 2021-09-24 09:05:04 +02:00
Felix Hartmann (PEA3-Fe-FI) 31ffe86f04 remove unused variables 2021-09-24 09:03:48 +02:00
Felix Hartmann (PEA3-Fe-FI) fd5cb984e2 dont open new chat window if client is already in list 2021-09-24 09:03:46 +02:00
Felix Hartmann (PEA3-Fe-FI) f55c4a2b70 delete chat only on explicit button press, not on disconnect, dialog opening fixed 2021-09-24 09:03:38 +02:00
Felix Hartmann (PEA3-Fe-FI) 0d76ec30e2 only open dialog if there are no popups already open 2021-09-24 08:58:53 +02:00
Felix Hartmann (PEA3-Fe-FI) 7286b211bf tested build and deploy via apppackage, fixed typo in IP.cs 2021-09-24 08:57:49 +02:00
Felix Hartmann (PEA3-Fe-FI) fb098db63d fix ip in intial packet (send own ip, not foreign) 2021-09-24 08:54:07 +02:00
Felix Hartmann (PEA3-Fe-FI) 1b3d133657 allow deletion of chats which are not started by me 2021-09-24 08:54:05 +02:00
Felix Hartmann (PEA3-Fe-FI) e1ea49bf71 stop connection if we are already connected 2021-09-24 08:53:57 +02:00
Felix Hartmann (PEA3-Fe-FI) 55bd72b467 retry working, radiobuttons now triggering on every click, deleteChat Button working 2021-09-24 08:52:07 +02:00
Felix Hartmann (PEA3-Fe-FI) e2de9f5917 add retry logic on disconnect, silently delete chat if disconnected after connect was succesfull 2021-09-24 08:52:03 +02:00
Felix Hartmann (PEA3-Fe-FI) e6e5bee4ef add outgoing connections to dict 2021-09-24 08:51:13 +02:00
Felix Hartmann (PEA3-Fe-FI) 7135486810 add initial packet, close socket on disconnect, move server start to Controller.cs 2021-09-24 08:50:01 +02:00
Felix Hartmann (PEA3-Fe-FI) 0ef2158859 remove test code, add logo svg, add screenshots 2021-09-24 08:39:48 +02:00
Felix Hartmann (PEA3-Fe-FI) f0d785cb13 set encryption keys 2021-09-23 16:22:38 +02:00
Felix Hartmann (PEA3-Fe-FI) a5dd048f07 remove unused variables 2021-09-23 15:46:13 +02:00
Felix Hartmann (PEA3-Fe-FI) 8e17ffa978 dont open new chat window if client is already in list 2021-09-23 15:18:57 +02:00
Felix Hartmann (PEA3-Fe-FI) 4e60fd2bdb delete chat only on explicit button press, not on disconnect, dialog opening fixed 2021-09-23 14:50:54 +02:00
Felix Hartmann (PEA3-Fe-FI) f07793bb93 only open dialog if there are no popups already open 2021-09-23 13:30:41 +02:00
Felix Hartmann (PEA3-Fe-FI) 512648d907 tested build and deploy via apppackage, fixed typo in IP.cs 2021-09-23 12:41:15 +02:00
Felix Hartmann (PEA3-Fe-FI) c22987d86f fix ip in intial packet (send own ip, not foreign) 2021-09-23 09:52:54 +02:00
Felix Hartmann (PEA3-Fe-FI) cd26ac11c3 allow deletion of chats which are not started by me 2021-09-23 09:41:56 +02:00
Felix Hartmann (PEA3-Fe-FI) 92939c8230 stop connection if we are already connected 2021-09-23 09:14:23 +02:00
Felix Hartmann (PEA3-Fe-FI) 52422072a6 retry working, radiobuttons now triggering on every click, deleteChat Button working 2021-09-23 08:41:37 +02:00
Felix Hartmann (PEA3-Fe-FI) 99dad406ea add retry logic on disconnect, silently delete chat if disconnected after connect was succesfull 2021-09-22 15:52:15 +02:00
Felix Hartmann (PEA3-Fe-FI) cadb1e5eca add outgoing connections to dict 2021-09-22 14:28:43 +02:00
Felix Hartmann (PEA3-Fe-FI) 3b2789ce54 add initial packet, close socket on disconnect, move server start to Controller.cs 2021-09-22 13:58:55 +02:00
Felix Hartmann (PEA3-Fe-FI) ccf2d03502 directly allow sending, when we are the server 2021-09-21 12:37:39 +02:00
Felix Hartmann (PEA3-Fe-FI) a2c35a7536 remove Socket.cs, integrate Socket.cs into Networkcontroller.cs 2021-09-21 12:32:35 +02:00
Felix Hartmann (PEA3-Fe-FI) d42acbc90e remove MSG.cs, merge content from MSG.cs and ChatMessage.cs, refactor code 2021-09-21 09:28:29 +02:00
Hartmann Felix (PEA3-Fe-FI) 5d69842ec0 use string for IP adresses instead of explicit type 2021-09-21 08:52:53 +02:00