MCPcopy Create free account

hub / github.com/KoFish/pallium / functions

Functions141 in github.com/KoFish/pallium

FunctionGetInitialSync
(user *s.User, request io.Reader, vars Vars, query Query)
api/eventstream.go:23
FunctionGetLoginFlows
(request io.Reader, v Vars, q Query)
api/auth.go:32
FunctionGetPowerLevel
(db DBI, room_id m.RoomID, state_key string)
storage/events.go:90
FunctionGetPresence
(cur_user *s.User, request io.Reader, vars Vars, query Query)
api/presence.go:23
FunctionGetPublicRooms
(db DBI)
storage/rooms.go:48
FunctionGetRoom
(db DBI, room_id m.RoomID)
storage/rooms.go:36
FunctionGetUser
(db DBI, uid m.UserID)
storage/users.go:58
FunctionGetUserByToken
(db DBI, token Token)
storage/users.go:81
FunctionJoinRoom
(user *s.User, req io.Reader, vars Vars, query Query)
api/room.go:29
FunctionListPublicRooms
(user *s.User, req io.Reader, vars Vars, query Query)
api/room.go:13
FunctionLoginRequest
Request login authentication for a user, an api.Error will be returned if the authentication did not succeed. Otherwise a proper response according to
api/auth.go:46
FunctionLookupRoomAlias
(db DBI, room_alias m.RoomAlias)
storage/rooms.go:31
FunctionNewForwardStreamToken
(o uint64)
objects/stream.go:62
FunctionNewPaginationStreamToken
(to, so uint64)
objects/stream.go:66
FunctionNewRoomAlias
(localpart, domain string)
matrix/types.go:71
FunctionNewUserID
(localpart, domain string)
matrix/types.go:42
FunctionOptionsReply
(w http.ResponseWriter, r *http.Request)
rest/utils/json_helpers.go:105
FunctionParseEventID
(s string)
matrix/types.go:86
FunctionParseRoomAlias
(s string)
matrix/types.go:76
FunctionParseRoomID
(s string)
matrix/types.go:66
FunctionParseStreamToken
(s string)
objects/stream.go:35
FunctionRegistrationRequest
Request registration of a new user, an api.Error will be returned if the registration did not succeed. Otherwise a proper response according to chosen
api/auth.go:77
MethodServeHTTP
(w http.ResponseWriter, r *http.Request)
rest/utils/json_helpers.go:33
FunctionSetup
()
storage/db.go:69
FunctionSetup
()
rest/server.go:26
FunctionStart
()
rest/server.go:45
MethodString
()
objects/stream.go:54
MethodString
()
objects/stream.go:58
MethodString
()
storage/presence.go:45
MethodString
()
matrix/dss.go:40
FunctionTestParseInvalidUID
(t *testing.T)
matrix/dss_test.go:32
FunctionTestParseValidUID
(t *testing.T)
matrix/dss_test.go:18
FunctionTxnID
JSONReply wrapper that checks for a `txnId` URL component. If that exists and the request is a PUT request the value is checked agains the previous tx
rest/utils/json_helpers.go:72
FunctionUpdateAvatarURL
(user *s.User, request io.Reader, vars Vars, q Query)
api/profile.go:116
FunctionUpdateDisplayName
(user *s.User, request io.Reader, vars Vars, q Query)
api/profile.go:53
FunctionUpdatePresence
(user *s.User, request io.Reader, vars Vars, query Query)
api/presence.go:54
FunctionfallbackLogin
(w http.ResponseWriter, r *http.Request)
rest/login.go:24
FunctiongetTurnServer
(user *s.User, r *http.Request)
rest/voip.go:29
Functioninit
()
config/homeserver.go:54
Functionmain
()
main.go:24
FunctionvalidateDSS
(sigil, s string)
matrix/dss.go:87
← previous101–141 of 141, ranked by callers