Home
last modified time | relevance | path

Searched defs:RoomserverInternalAPI (Results 1 – 25 of 63) sorted by relevance

123

/dports/net-im/dendrite/dendrite-0.5.1/roomserver/internal/
H A Dapi.go23 *input.Inputer
24 *query.Queryer
25 *perform.Inviter
26 *perform.Joiner
27 *perform.Peeker
28 *perform.InboundPeeker
29 *perform.Unpeeker
30 *perform.Leaver
31 *perform.Publisher
32 *perform.Backfiller
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/roomserver/api/
H A Dwrapper.go27 ctx context.Context, rsAPI RoomserverInternalAPI,
48 ctx context.Context, rsAPI RoomserverInternalAPI, kind Kind,
87 ctx context.Context, rsAPI RoomserverInternalAPI, ires []InputRoomEvent,
100 rsAPI RoomserverInternalAPI, inviteEvent *gomatrixserverlib.HeaderedEvent,
125 func GetEvent(ctx context.Context, rsAPI RoomserverInternalAPI, eventID string) *gomatrixserverlib.…
141 func GetStateEvent(ctx context.Context, rsAPI RoomserverInternalAPI, roomID string, tuple gomatrixs…
159 func IsServerBannedFromRoom(ctx context.Context, rsAPI RoomserverInternalAPI, roomID string, server…
175 func PopulatePublicRooms(ctx context.Context, roomIDs []string, rsAPI RoomserverInternalAPI) ([]gom…
/dports/net-im/dendrite/dendrite-0.5.1/clientapi/routing/
H A Dmembership.go43 rsAPI roomserverAPI.RoomserverInternalAPI, asAPI appserviceAPI.AppServiceQueryAPI,
86rsAPI roomserverAPI.RoomserverInternalAPI, asAPI appserviceAPI.AppServiceQueryAPI) util.JSONRespon…
127 rsAPI roomserverAPI.RoomserverInternalAPI, asAPI appserviceAPI.AppServiceQueryAPI,
167 rsAPI roomserverAPI.RoomserverInternalAPI, asAPI appserviceAPI.AppServiceQueryAPI,
202 rsAPI roomserverAPI.RoomserverInternalAPI, asAPI appserviceAPI.AppServiceQueryAPI,
275 rsAPI roomserverAPI.RoomserverInternalAPI, asAPI appserviceAPI.AppServiceQueryAPI,
330 func extractRequestData(req *http.Request, roomID string, rsAPI roomserverAPI.RoomserverInternalAPI
365 rsAPI roomserverAPI.RoomserverInternalAPI,
404 func checkMemberInRoom(ctx context.Context, rsAPI roomserverAPI.RoomserverInternalAPI, userID, room…
443 roomID string, rsAPI roomserverAPI.RoomserverInternalAPI,
H A Ddirectory.go49 rsAPI roomserverAPI.RoomserverInternalAPI,
120 rsAPI roomserverAPI.RoomserverInternalAPI,
196 rsAPI roomserverAPI.RoomserverInternalAPI,
234 req *http.Request, rsAPI roomserverAPI.RoomserverInternalAPI,
262 req *http.Request, rsAPI roomserverAPI.RoomserverInternalAPI, dev *userapi.Device,
H A Dpeekroom.go30 rsAPI roomserverAPI.RoomserverInternalAPI,
84 rsAPI roomserverAPI.RoomserverInternalAPI,
H A Ddirectory_public.go53 req *http.Request, rsAPI roomserverAPI.RoomserverInternalAPI,
89 …ctx context.Context, request PublicRoomReq, rsAPI roomserverAPI.RoomserverInternalAPI, extRoomsPro…
227 …ctx context.Context, rsAPI roomserverAPI.RoomserverInternalAPI, extRoomsProvider api.ExtraPublicRo…
H A Dstate.go44 …ingStateRequest(ctx context.Context, device *userapi.Device, rsAPI api.RoomserverInternalAPI, room…
165 ctx context.Context, device *userapi.Device, rsAPI api.RoomserverInternalAPI,
H A Dprofile.go96 device *userapi.Device, userID string, cfg *config.ClientAPI, rsAPI api.RoomserverInternalAPI,
213 device *userapi.Device, userID string, cfg *config.ClientAPI, rsAPI api.RoomserverInternalAPI,
346 evTime time.Time, rsAPI api.RoomserverInternalAPI,
H A Dsendevent.go73 rsAPI api.RoomserverInternalAPI,
158 rsAPI api.RoomserverInternalAPI,
H A Dmemberships.go58 rsAPI api.RoomserverInternalAPI,
103 rsAPI api.RoomserverInternalAPI,
H A Dcapabilities.go29 req *http.Request, rsAPI roomserverAPI.RoomserverInternalAPI,
H A Dleaveroom.go29 rsAPI roomserverAPI.RoomserverInternalAPI,
/dports/net-im/dendrite/dendrite-0.5.1/federationapi/routing/
H A Devents.go32 rsAPI api.RoomserverInternalAPI,
59 rsAPI api.RoomserverInternalAPI,
85 func fetchEvent(ctx context.Context, rsAPI api.RoomserverInternalAPI, eventID string) (*gomatrixser…
H A Dstate.go30 rsAPI api.RoomserverInternalAPI,
50 rsAPI api.RoomserverInternalAPI,
97 rsAPI api.RoomserverInternalAPI,
H A Dpublicrooms.go26 func GetPostPublicRooms(req *http.Request, rsAPI roomserverAPI.RoomserverInternalAPI) util.JSONResp…
45 ctx context.Context, request PublicRoomReq, rsAPI roomserverAPI.RoomserverInternalAPI,
114 func fillInRooms(ctx context.Context, roomIDs []string, rsAPI roomserverAPI.RoomserverInternalAPI) …
H A Dinvite.go38 rsAPI api.RoomserverInternalAPI,
75 rsAPI api.RoomserverInternalAPI,
113 rsAPI api.RoomserverInternalAPI,
H A Dthreepid.go58 req *http.Request, rsAPI api.RoomserverInternalAPI,
108 rsAPI api.RoomserverInternalAPI,
199 ctx context.Context, rsAPI api.RoomserverInternalAPI,
266 builder *gomatrixserverlib.EventBuilder, rsAPI api.RoomserverInternalAPI,
H A Dleave.go33 rsAPI api.RoomserverInternalAPI,
125 rsAPI api.RoomserverInternalAPI,
H A Djoin.go37 rsAPI api.RoomserverInternalAPI,
168 rsAPI api.RoomserverInternalAPI,
H A Dbackfill.go36 rsAPI api.RoomserverInternalAPI,
H A Deventauth.go28 rsAPI api.RoomserverInternalAPI,
/dports/net-im/dendrite/dendrite-0.5.1/syncapi/internal/
H A Dkeychange.go49 ctx context.Context, keyAPI keyapi.KeyInternalAPI, rsAPI roomserverAPI.RoomserverInternalAPI,
139 …ctx context.Context, rsAPI roomserverAPI.RoomserverInternalAPI, userID string, newlyJoinedRooms, n…
225 …ctx context.Context, rsAPI roomserverAPI.RoomserverInternalAPI, userID string, usersWithChangedKey…
/dports/net-im/dendrite/dendrite-0.5.1/internal/eventutil/
H A Devents.go42 rsAPI api.RoomserverInternalAPI, queryRes *api.QueryLatestEventsAndStateResponse,
83 rsAPI api.RoomserverInternalAPI, queryRes *api.QueryLatestEventsAndStateResponse,
/dports/net-im/dendrite/dendrite-0.5.1/roomserver/inthttp/
H A Dserver.go15 func AddRoutes(r api.RoomserverInternalAPI, internalAPIMux *mux.Router) {
/dports/net-im/dendrite/dendrite-0.5.1/roomserver/
H A Droomserver.go33 func AddInternalRoutes(router *mux.Router, intAPI api.RoomserverInternalAPI) {

123