Changes

Jump to navigation Jump to search
832 bytes added ,  17:18, 25 September 2023
Add docs for server types
Line 220: Line 220:  
==Trusted RootCAs==
 
==Trusted RootCAs==
 
No RootCertChain(s) are used. For the nasc site, friends-module uses [[HTTPC:AddDefaultCert]] with the following certIDs: 0x1, 0x2, and 0x3.
 
No RootCertChain(s) are used. For the nasc site, friends-module uses [[HTTPC:AddDefaultCert]] with the following certIDs: 0x1, 0x2, and 0x3.
 +
 +
= Server Types =
 +
The server type is stored internally as a combination of two values, the first value represents the server type letter and the second value is the number that follows it. For example, the production server type is "L1", so the first value is 0 and the second value is 1.
 +
 +
[https://github.com/kinnay/NintendoClients/wiki/Hpp-Server Official servers] only support the letters L, C, S, D, I, T, J or U.
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  Server Type Letter
 +
|-
 +
| 0
 +
| L
 +
|-
 +
| 1
 +
| C
 +
|-
 +
| 2
 +
| S
 +
|-
 +
| 3
 +
| D
 +
|-
 +
| 4
 +
| I
 +
|-
 +
| 5
 +
| T
 +
|-
 +
| 6
 +
| U (fallback to default value)
 +
|-
 +
| 7
 +
| J
 +
|-
 +
| 8
 +
| X
 +
|-
 +
| 9
 +
| A
 +
|-
 +
| 10
 +
| B
 +
|-
 +
| 11
 +
| C
 +
|-
 +
| 12
 +
| D
 +
|-
 +
| 13
 +
| E
 +
|-
 +
| 14
 +
| F
 +
|-
 +
| 15
 +
| G
 +
|-
 +
| 16
 +
| H
 +
|-
 +
| 17
 +
| I
 +
|-
 +
| 18
 +
| J
 +
|-
 +
| 19
 +
| K
 +
|-
 +
| 20
 +
| L
 +
|-
 +
| 21
 +
| M
 +
|-
 +
| 22
 +
| N
 +
|-
 +
| 23
 +
| O
 +
|-
 +
| 24
 +
| P
 +
|-
 +
| 25
 +
| Q
 +
|-
 +
| >=26
 +
| U
 +
|}
127

edits

Navigation menu