3#include "mc/_HeaderOutputPredefine.h"
5enum class DefaultMessageIDTypes :
int {
8 UnconnectedPingOpenConnections = 2,
10 DetectLostConnections = 4,
11 OpenConnectionRequest1 = 5,
12 OpenConnectionReply1 = 6,
13 OpenConnectionRequest2 = 7,
14 OpenConnectionReply2 = 8,
16 RemoteSystemRequiresPublicKey = 10,
17 OurSystemRequiresSecurity = 11,
18 PublicKeyMismatch = 12,
19 OutOfBandInternal = 13,
22 ConnectionRequestAccepted = 16,
23 ConnectionAttemptFailed = 17,
24 AlreadyConnected = 18,
25 NewIncomingConnection = 19,
26 NoFreeIncomingConnections = 20,
27 DisconnectionNotification = 21,
29 ConnectionBanned = 23,
31 IncompatibleProtocolVersion = 25,
32 IpRecentlyConnected = 26,
36 DownloadProgress = 30,
37 RemoteDisconnectionNotification = 31,
38 RemoteConnectionLost = 32,
39 RemoteNewIncomingConnection = 33,
40 FileListTransferHeader = 34,
41 FileListTransferFile = 35,
42 FileListReferencePushAck = 36,
43 DdtDownloadRequest = 37,
45 ReplicaManagerConstruction = 39,
46 ReplicaManagerScopeChange = 40,
47 ReplicaManagerSerialize = 41,
48 ReplicaManagerDownloadStarted = 42,
49 ReplicaManagerDownloadComplete = 43,
50 RakvoiceOpenChannelRequest = 44,
51 RakvoiceOpenChannelReply = 45,
52 RakvoiceCloseChannel = 46,
54 AutopatcherGetChangelistSinceDate = 48,
55 AutopatcherCreationList = 49,
56 AutopatcherDeletionList = 50,
57 AutopatcherGetPatch = 51,
58 AutopatcherPatchList = 52,
59 AutopatcherRepositoryFatalError = 53,
60 AutopatcherCannotDownloadOriginalUnmodifiedFiles = 54,
61 AutopatcherFinishedInternal = 55,
62 AutopatcherFinished = 56,
63 AutopatcherRestartApplication = 57,
64 NatPunchthroughRequest = 58,
65 NatConnectAtTime = 59,
66 NatGetMostRecentPort = 60,
68 NatTargetNotConnected = 62,
69 NatTargetUnresponsive = 63,
70 NatConnectionToTargetLost = 64,
71 NatAlreadyInProgress = 65,
72 NatPunchthroughFailed = 66,
73 NatPunchthroughSucceeded = 67,
76 ReadyEventAllSet = 70,
81 FileListReferencePush = 75,
82 ReadyEventForceAllSet = 76,
83 RoomsExecuteFunc = 77,
84 RoomsLogonStatus = 78,
85 RoomsHandleChange = 79,
86 Lobby2SendMessage = 80,
87 Lobby2ServerError = 81,
89 Fcm2RequestFcmguid = 83,
90 Fcm2RespondConnectionCount = 84,
91 Fcm2InformFcmguid = 85,
92 Fcm2UpdateMinTotalConnectionCount = 86,
93 Fcm2VerifiedJoinStart = 87,
94 Fcm2VerifiedJoinCapable = 88,
95 Fcm2VerifiedJoinFailed = 89,
96 Fcm2VerifiedJoinAccepted = 90,
97 Fcm2VerifiedJoinRejected = 91,
100 SQLite3UnknownDb = 94,
102 NatTypeDetectionRequest = 96,
103 NatTypeDetectionResult = 97,
104 Router2Internal = 98,
105 Router2ForwardingNoPath = 99,
106 Router2ForwardingEstablished = 100,
107 Router2Rerouted = 101,
108 TeamBalancerInternal = 102,
109 TeamBalancerRequestedTeamFull = 103,
110 TeamBalancerRequestedTeamLocked = 104,
111 TeamBalancerTeamRequestedCancelled = 105,
112 TeamBalancerTeamAssigned = 106,
113 LightspeedIntegration = 107,
115 TwoWayAuthenticationIncomingChallengeSuccess = 109,
116 TwoWayAuthenticationOutgoingChallengeSuccess = 110,
117 TwoWayAuthenticationIncomingChallengeFailure = 111,
118 TwoWayAuthenticationOutgoingChallengeFailure = 112,
119 TwoWayAuthenticationOutgoingChallengeTimeout = 113,
120 TwoWayAuthenticationNegotiation = 114,
121 CloudPostRequest = 115,
122 CloudReleaseRequest = 116,
123 CloudGetRequest = 117,
124 CloudGetResponse = 118,
125 CloudUnsubscribeRequest = 119,
126 CloudServerToServerCommand = 120,
127 CloudSubscriptionNotification = 121,
130 NatRequestBoundAddresses = 124,
131 NatRespondBoundAddresses = 125,
132 Fcm2UpdateUserContext = 126,
140 PongAddressInfo = 134,
141 NatTraversalPing = 135,
142 NatTraversalPong = 136,
143 RequestWebsocketConnection = 137,
144 AckFailedWebsocketRequest = 138,
148 UserPacketEnum = 142,
Definition ConnectionRequest.h:22