Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KoFish/pallium
/ functions
Functions
141 in github.com/KoFish/pallium
⨍
Functions
141
◇
Types & classes
42
Function
GetInitialSync
(user *s.User, request io.Reader, vars Vars, query Query)
api/eventstream.go:23
Function
GetLoginFlows
(request io.Reader, v Vars, q Query)
api/auth.go:32
Function
GetPowerLevel
(db DBI, room_id m.RoomID, state_key string)
storage/events.go:90
Function
GetPresence
(cur_user *s.User, request io.Reader, vars Vars, query Query)
api/presence.go:23
Function
GetPublicRooms
(db DBI)
storage/rooms.go:48
Function
GetRoom
(db DBI, room_id m.RoomID)
storage/rooms.go:36
Function
GetUser
(db DBI, uid m.UserID)
storage/users.go:58
Function
GetUserByToken
(db DBI, token Token)
storage/users.go:81
Function
JoinRoom
(user *s.User, req io.Reader, vars Vars, query Query)
api/room.go:29
Function
ListPublicRooms
(user *s.User, req io.Reader, vars Vars, query Query)
api/room.go:13
Function
LoginRequest
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
Function
LookupRoomAlias
(db DBI, room_alias m.RoomAlias)
storage/rooms.go:31
Function
NewForwardStreamToken
(o uint64)
objects/stream.go:62
Function
NewPaginationStreamToken
(to, so uint64)
objects/stream.go:66
Function
NewRoomAlias
(localpart, domain string)
matrix/types.go:71
Function
NewUserID
(localpart, domain string)
matrix/types.go:42
Function
OptionsReply
(w http.ResponseWriter, r *http.Request)
rest/utils/json_helpers.go:105
Function
ParseEventID
(s string)
matrix/types.go:86
Function
ParseRoomAlias
(s string)
matrix/types.go:76
Function
ParseRoomID
(s string)
matrix/types.go:66
Function
ParseStreamToken
(s string)
objects/stream.go:35
Function
RegistrationRequest
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
Method
ServeHTTP
(w http.ResponseWriter, r *http.Request)
rest/utils/json_helpers.go:33
Function
Setup
()
storage/db.go:69
Function
Setup
()
rest/server.go:26
Function
Start
()
rest/server.go:45
Method
String
()
objects/stream.go:54
Method
String
()
objects/stream.go:58
Method
String
()
storage/presence.go:45
Method
String
()
matrix/dss.go:40
Function
TestParseInvalidUID
(t *testing.T)
matrix/dss_test.go:32
Function
TestParseValidUID
(t *testing.T)
matrix/dss_test.go:18
Function
TxnID
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
Function
UpdateAvatarURL
(user *s.User, request io.Reader, vars Vars, q Query)
api/profile.go:116
Function
UpdateDisplayName
(user *s.User, request io.Reader, vars Vars, q Query)
api/profile.go:53
Function
UpdatePresence
(user *s.User, request io.Reader, vars Vars, query Query)
api/presence.go:54
Function
fallbackLogin
(w http.ResponseWriter, r *http.Request)
rest/login.go:24
Function
getTurnServer
(user *s.User, r *http.Request)
rest/voip.go:29
Function
init
()
config/homeserver.go:54
Function
main
()
main.go:24
Function
validateDSS
(sigil, s string)
matrix/dss.go:87
← previous
101–141 of 141, ranked by callers