MCPcopy Create free account

hub / github.com/dcrodman/archon / functions

Functions570 in github.com/dcrodman/archon

MethodServeHTTP
(resp http.ResponseWriter, req *http.Request)
internal/shipgate/shipgate.twirp.go:1071
FunctionServerCommand
(cmd *cobra.Command, args []string)
cmd/archon/server.go:19
MethodServerVector
()
internal/core/client/crypto.go:54
MethodServerVector
()
internal/core/client/crypto.go:89
MethodServiceDescriptor
()
internal/shipgate/shipgate.twirp.go:2758
MethodServiceDescriptor
ServiceDescriptor returns gzipped bytes describing the .proto file that this service was generated from. Once unzipped, the bytes can be unmarshalled
internal/shipgate/shipgate.twirp.go:2804
MethodSetUpClient
(c *client.Client)
internal/ship/auth_server.go:59
MethodSetUpClient
(c *client.Client)
internal/ship/game_server.go:39
MethodSetUpClient
(c *client.Client)
internal/character/auth_server.go:41
MethodSetUpClient
(c *client.Client)
internal/character/character_server.go:82
MethodSetUpClient
(c *client.Client)
internal/patch/auth_server.go:45
MethodSetUpClient
(c *client.Client)
internal/patch/data_server.go:37
MethodStart
Start initializes the server backend and opens a TCP socket for the specified server. A blocking loop for accepting client connections is spun off in
internal/frontend.go:39
MethodString
()
internal/core/proto/archon.pb.go:128
MethodString
()
internal/core/proto/archon.pb.go:274
MethodString
()
internal/core/proto/archon.pb.go:582
MethodString
()
internal/core/proto/archon.pb.go:693
MethodString
()
internal/shipgate/shipgate.pb.go:92
MethodString
()
internal/shipgate/shipgate.pb.go:161
MethodString
()
internal/shipgate/shipgate.pb.go:216
MethodString
()
internal/shipgate/shipgate.pb.go:271
MethodString
()
internal/shipgate/shipgate.pb.go:326
MethodString
()
internal/shipgate/shipgate.pb.go:380
MethodString
()
internal/shipgate/shipgate.pb.go:427
MethodString
()
internal/shipgate/shipgate.pb.go:474
MethodString
()
internal/shipgate/shipgate.pb.go:522
MethodString
()
internal/shipgate/shipgate.pb.go:577
FunctionTestClient_Read
(t *testing.T)
internal/core/client/client_test.go:40
FunctionTestClient_Send
(t *testing.T)
internal/core/client/client_test.go:99
FunctionTestClient_SendRaw
(t *testing.T)
internal/core/client/client_test.go:71
FunctionTestConfig_BroadcastIP
(t *testing.T)
internal/core/config_test.go:54
FunctionTestConfig_DatabaseURL
(t *testing.T)
internal/core/config_test.go:9
FunctionTestConfig_ShipgateAddress
(t *testing.T)
internal/core/config_test.go:37
FunctionTestConvertToUtf16
(t *testing.T)
internal/core/bytes/util_test.go:11
FunctionTestDeleteCharacter
(t *testing.T)
internal/core/data/character_test.go:101
FunctionTestFindAccountByID
(t *testing.T)
internal/core/data/account_test.go:44
FunctionTestFindAccountByUsername
(t *testing.T)
internal/core/data/account_test.go:86
FunctionTestFindCharacter
(t *testing.T)
internal/core/data/character_test.go:11
FunctionTestFindGuildcardEntries
(t *testing.T)
internal/core/data/guildcard_entry_test.go:7
FunctionTestFindPlayerOptions
(t *testing.T)
internal/core/data/player_options_test.go:10
FunctionTestFindUnscopedAccount
(t *testing.T)
internal/core/data/account_test.go:127
FunctionTestPRS
(t *testing.T)
internal/core/prs/prs_test.go:12
FunctionTestPRS
(t *testing.T)
internal/character/params_files_test.go:14
FunctionTestPSOCrypt_BB
(t *testing.T)
internal/core/encryption/encryption_test.go:8
FunctionTestPSOCrypt_PC
(t *testing.T)
internal/core/encryption/encryption_test.go:37
FunctionTestPermanentlyDeleteCharacter
(t *testing.T)
internal/core/data/character_test.go:147
FunctionTestStripPadding
(t *testing.T)
internal/core/bytes/util_test.go:44
FunctionTestStructConversions
(t *testing.T)
internal/core/bytes/util_test.go:84
FunctionTestUpdatePlayerOptions
(t *testing.T)
internal/core/data/player_options_test.go:62
FunctionTestUpsertCharacter
(t *testing.T)
internal/core/data/character_test.go:63
FunctionTest_adjustPacketLength
(t *testing.T)
internal/core/client/client_test.go:136
MethodUnwrap
()
internal/shipgate/shipgate.twirp.go:3084
MethodUnwrap
()
internal/shipgate/shipgate.twirp.go:3124
MethodUpsertCharacter
(ctx context.Context, req *UpsertCharacterRequest)
internal/shipgate/service_character.go:31
MethodUpsertCharacter
(ctx context.Context, in *UpsertCharacterRequest)
internal/shipgate/shipgate.twirp.go:309
MethodUpsertCharacter
(ctx context.Context, in *UpsertCharacterRequest)
internal/shipgate/shipgate.twirp.go:777
MethodUpsertPlayerOptions
(ctx context.Context, in *UpsertPlayerOptionsRequest)
internal/shipgate/shipgate.twirp.go:493
MethodUpsertPlayerOptions
(ctx context.Context, in *UpsertPlayerOptionsRequest)
internal/shipgate/shipgate.twirp.go:961
MethodUpsertPlayerOptions
(ctx context.Context, req *UpsertPlayerOptionsRequest)
internal/shipgate/service.go:213
FunctionWriteError
WriteError writes an HTTP response with a valid Twirp error format (code, msg, meta). Useful outside of the Twirp server (e.g. http middleware), but d
internal/shipgate/shipgate.twirp.go:2837
MethodblockSize
()
internal/core/encryption/pc.go:35
MethodblockSize
()
internal/core/encryption/bb.go:32
Methoddecrypt
(src []byte)
internal/core/encryption/pc.go:94
Methoddecrypt
Decrypt decrypts the 8-byte buffer src using the key k and stores the result in dst.
internal/core/encryption/bb.go:51
Methodencrypt
(src []byte)
internal/core/encryption/pc.go:90
Methodencrypt
Encrypt encrypts the 8-byte buffer src using the key k and stores the result in dst. Note that for amounts of data larger than a block, it is not safe
internal/core/encryption/bb.go:41
Functioninit
()
internal/core/proto/archon.pb.go:880
Functioninit
()
internal/shipgate/shipgate.pb.go:798
Functionmain
()
cmd/archon/main.go:11
Functionmain
()
cmd/sniffer/main.go:31
← previous501–570 of 570, ranked by callers