Commit Graph

27 Commits

Author SHA1 Message Date
95a227b314 check if connection is successful 2024-06-01 23:41:40 +02:00
c95443f41f Update run instructions in README 2024-05-28 23:53:12 +02:00
559a33eaa7 Flag specification of WS API addr and UDP API addr
From now on flags --waddr for providing WebSocket API address
(for server to run or client to connect to) and --uaddr for providing
address of UDP hole punching listener (also server and client would use it)
2024-05-27 20:10:31 +02:00
b23e8c00a6 Finished basic connection initation 2024-05-08 23:54:34 +02:00
67eda0d069 Changing initiation status to D when got ChatStartDRequest 2024-04-29 14:00:07 +02:00
Maciej Krzyżanowski
24ee719de3
Merge pull request #1 from originalmk/dependabot/go_modules/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.21.0 to 0.23.0
2024-04-29 13:49:46 +02:00
dependabot[bot]
5adc668e3c
Bump golang.org/x/net from 0.21.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 11:49:02 +00:00
62e3ee780b Finished implementation for B, C, D stages of initiation 2024-04-29 13:46:26 +02:00
d5b891e4f5 Merge branch 'master' of github.com:originalmk/archatserver 2024-04-29 02:10:42 +02:00
Maciej Krzyżanowski
2010860fbc Update README.md 2024-04-29 02:10:15 +02:00
Maciej Krzyżanowski
7bb8590da4
Update README.md 2024-04-29 02:09:52 +02:00
ad023085b4 Merge branch 'master' of github.com:originalmk/archatserver 2024-04-29 02:08:03 +02:00
4a38b6e28a Working on initating connections 2024-04-29 02:02:51 +02:00
Maciej Krzyżanowski
4aae4a9770
Update README.md 2024-04-17 16:40:14 +02:00
Maciej Krzyżanowski
91b5b0c99f
Create README.md 2024-04-17 16:39:41 +02:00
b9fe4a7094 Added new requests for chat init 2024-04-05 00:56:55 +02:00
9c0e3e607f Refactored and added errgroup to handle goroutines errors 2024-03-29 16:53:10 +01:00
f16b53278b Enabled two-way communication between client and server
Server may now send requests to client and client will respond to them.
Mechanics similar to how server handled requests was added to client.
Also server can now receive responses from client :)
2024-03-29 15:05:42 +01:00
b02b35e7e0 Removed unecessary function and chaged GetRID() name to RID() 2024-03-25 22:29:19 +01:00
6c598b2c3b Removed unnecessary constant 2024-03-25 18:45:52 +01:00
4da29dc45b Logging with charm colorful logger 2024-03-24 17:10:02 +01:00
361b84aac4 Working websocket version 2024-03-24 14:09:36 +01:00
509d20948c Code split across files, client refactor 2024-03-22 19:38:19 +01:00
fffd687641 Passwords are now stored as bcrypt hashes 2024-03-22 18:13:50 +01:00
90b837fe5c Added authentication 2024-03-22 16:04:42 +01:00
7793298474 Removed global variables 2024-03-21 23:54:13 +01:00
15a92f508d Initial commit 2024-03-21 22:36:25 +01:00