328 Commits

Author SHA1 Message Date
Albin Corén
ca82895691 Added better description to AssemblyInfo 2018-03-31 03:32:49 +02:00
Albin Corén
f61a668b02
Update README.md 2018-03-31 02:26:24 +02:00
Albin Corén
a99e1a589b Added SignKeyExchange to Config missmatch 2018-03-31 02:24:14 +02:00
Albin Corén
a27e4debe9
Merge pull request #31 from TwoTenPvP/cryptography-2
Cryptography 2
2018-03-31 02:06:11 +02:00
Albin Corén
cf34bc3313 Fixed critial SyncVar issue where array length would be checked before array was created 2018-03-31 02:02:51 +02:00
Albin Corén
ec0ba47f7f Added RSA signing to Diffie Hellman 2018-03-31 02:00:03 +02:00
Albin Corén
a9d5e6e571 Merge branch 'cryptography-2' of https://github.com/TwoTenPvP/MLAPI into cryptography-2 2018-03-31 01:29:31 +02:00
Albin Corén
ff6f16a265 Fixed DiffieHellman issues 2018-03-31 01:27:11 +02:00
Albin Corén
8dd5a36b78 Added AES Encryption with DiffieHellman 2018-03-31 01:27:11 +02:00
1184ecafe4 Removed custom PBKDF2 implementation
Switched to cryptographically safe random provider
2018-03-31 01:27:11 +02:00
2a26b2417d Added Diffie Hellman
Added PBKDF2-HMAC-SHA1
Added IntX implementation
2018-03-31 01:27:11 +02:00
Albin Corén
a793dc6fad Added additional regions to NetworkingManager 2018-03-31 00:53:52 +02:00
Albin Corén
d54ec84209 Added Region's to NetworkingManager and NetworkedBehaviour 2018-03-30 23:54:31 +02:00
Albin Corén
bd4b685e84 Fixed DiffieHellman issues 2018-03-30 23:38:10 +02:00
Albin Corén
8d389602af Delete CNAME 2018-03-30 10:36:45 +02:00
Albin Corén
207c3d60c7 Create CNAME 2018-03-30 10:36:25 +02:00
Albin Corén
2e72a69bbf Delete CNAME 2018-03-30 10:36:12 +02:00
Albin Corén
214d55c1c9 Create CNAME 2018-03-30 10:34:36 +02:00
Albin Corén
6ecd8e6e0b Set theme jekyll-theme-slate 2018-03-30 10:33:09 +02:00
Albin Corén
f1eb686688 Set theme jekyll-theme-slate 2018-03-30 10:32:58 +02:00
Albin Corén
169def681b
Update README.md 2018-03-30 10:04:26 +02:00
Albin Corén
614a3a4f19 Improved MLAPI Inspector UI 2018-03-30 04:06:49 +02:00
Albin Corén
a7dfddf621 Added AES Encryption with DiffieHellman 2018-03-30 00:35:20 +02:00
Albin Corén
b618ec30fb
Merge pull request #29 from GabrielTofvesson/master
Added Diffie Hellman
2018-03-29 08:54:00 +02:00
Albin Corén
0593de44a5 Cleanup 2018-03-29 06:02:07 +02:00
Albin Corén
e41ced9e8f Added per NetworkBehaviour message Targets 2018-03-29 05:55:15 +02:00
Albin Corén
368d719201 Added Proximity to NetworkedAnimator 2018-03-29 04:27:13 +02:00
944def33e5 Removed custom PBKDF2 implementation
Switched to cryptographically safe random provider
2018-03-29 01:43:03 +02:00
Albin Corén
cf4db381b7 Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI 2018-03-29 01:29:00 +02:00
Albin Corén
5d8c1ece0b Added WarpOnDestintionChange option to NetworkedNavMeshAgent 2018-03-29 01:28:45 +02:00
1db4606ade Added Diffie Hellman
Added PBKDF2-HMAC-SHA1
Added IntX implementation
2018-03-29 01:17:29 +02:00
Albin Corén
2442eab0cc Added NetworkedNavMeshAgent to the Compile list 2018-03-29 00:47:02 +02:00
Albin Corén
3d6795e4bf
Update README.md 2018-03-29 00:03:59 +02:00
Albin Corén
6f2295bec1 Changed NetworkingManager callbacks to be invoked on server and client 2018-03-28 22:50:54 +02:00
Albin Corén
c46f268470 Improved the drift correction on the NetworkedNavMeshAgent 2018-03-28 21:19:14 +02:00
Albin Corén
7338299ff2 Reduced memory allocations in NetworkedTransform 2018-03-28 20:23:50 +02:00
Albin Corén
27798000ba Fixed correction update issue on NetworkedNavMeshAgent 2018-03-28 19:42:08 +02:00
Albin Corén
020847a91b Added NetworkedNavMeshAgent 2018-03-28 19:40:40 +02:00
Albin Corén
6c799b0712 Changed NetworkedBehaviour isOwner to public 2018-03-28 17:40:08 +02:00
Albin Corén
8e2db5131a Added OnServerStarted callback 2018-03-28 17:38:00 +02:00
Albin Corén
0622ca7a37 Added callback for when client disconnects 2018-03-28 17:34:42 +02:00
Albin Corén
c7dd950954 Added onClientConnect callback & isClinetConnected bool to NetManager 2018-03-28 17:31:39 +02:00
Albin Corén
5f0eeab55e
Update README.md 2018-03-22 13:00:12 +01:00
Albin Corén
6837391ace Fixed various messageChunker issues and added more helpers to verify chunks 2018-03-22 12:57:48 +01:00
Albin Corén
64b3bedc62 Added helper class to chunk byte arrays 2018-03-22 09:55:26 +01:00
Albin Corén
75fd623b49 Fixed issue preventing internal handshake to be sent v0.1.1 2018-03-21 14:10:12 +01:00
Albin Corén
95082334af Changed spawnedObjects counting code 2018-03-21 08:37:15 +01:00
Albin Corén
9b76a81f1f Added networktime 2018-03-21 08:27:19 +01:00
Albin Corén
384dfbdab8 Added ClientIdManager 2018-03-13 09:24:46 +01:00
Albin Corén
965d644fb7 Added SyncVar hooks 2018-03-13 08:58:41 +01:00