Go to file
2022-11-29 17:46:32 +01:00
.vscode version with appstore 2022-10-31 23:44:11 +01:00
cmd added chat module first unrevised version 2022-11-29 17:46:32 +01:00
proto add chat tracking 2022-08-28 22:17:30 +02:00
.DS_Store version with appstore 2022-10-31 23:44:11 +01:00
chatGrpcMiddleware.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
chatManager.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
chatMessagesDBHandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
chatMessagesFSInstance.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
chatMessagesHandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
chatMessagesTracking.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
chatRequestScheduler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
config.go version with appstore 2022-10-31 23:44:11 +01:00
encryption_manager.go version with appstore 2022-10-31 23:44:11 +01:00
go.mod added chat module first unrevised version 2022-11-29 17:46:32 +01:00
go.sum added chat module first unrevised version 2022-11-29 17:46:32 +01:00
logMiddleware.go Initial commit of package localserver 2021-12-08 15:58:40 +01:00
node_grpc.pb.go add chat tracking 2022-08-28 22:17:30 +02:00
node.pb.go add chat tracking 2022-08-28 22:17:30 +02:00
p2p_fs_datachannel_manager.go Initial commit of package localserver 2021-12-08 15:58:40 +01:00
server.go version with appstore 2022-10-31 23:44:11 +01:00
signaling_grpc.pb.go add chat tracking 2022-08-28 22:17:30 +02:00
signaling.pb.go add chat tracking 2022-08-28 22:17:30 +02:00
signalingHttpClient.go Initial commit of package localserver 2021-12-08 15:58:40 +01:00
utitlity.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
webrtcCallChatManager.go version with appstore 2022-10-31 23:44:11 +01:00
webrtcCallEventManager.go Initial commit of package localserver 2021-12-08 15:58:40 +01:00
webrtcCallFileManager.go version with appstore 2022-10-31 23:44:11 +01:00
webrtcCallManager.go version with appstore 2022-10-31 23:44:11 +01:00
webrtcCallSoundManager.go version with appstore 2022-10-31 23:44:11 +01:00
webrtcCallVideoManager.go version with appstore 2022-10-31 23:44:11 +01:00
webrtcFsManager.go add chat tracking 2022-08-28 22:17:30 +02:00
webrtcFsMiddleware.go add chat tracking 2022-08-28 22:17:30 +02:00
webrtcGrpcMiddleware.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
webrtcHttpMiddleware.go Initial commit of package localserver 2021-12-08 15:58:40 +01:00
zoneAudioChannel.go version with appstore 2022-10-31 23:44:11 +01:00
zoneAudioChannelshandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneChatFileInstance.go version with appstore 2022-10-31 23:44:11 +01:00
zoneChatsDBHandler.go version with appstore 2022-10-31 23:44:11 +01:00
zoneChatsHandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneChatTracking.go version with appstore 2022-10-31 23:44:11 +01:00
zoneFile.go Initial commit of package localserver 2021-12-08 15:58:40 +01:00
zoneFSDBhandler.go version with appstore 2022-10-31 23:44:11 +01:00
zoneFSHandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneFSInstance.go version with appstore 2022-10-31 23:44:11 +01:00
zoneGrpcMiddleware.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneManager.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneMediaHandler.go Initial commit of package localserver 2021-12-08 15:58:40 +01:00
zoneNotificationsDBHandler.go version with appstore 2022-10-31 23:44:11 +01:00
zoneNotificationsHandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneRequestScheduler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneUsersDBHandler.go version with appstore 2022-10-31 23:44:11 +01:00
zoneUsersHandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneVideoChannel.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00
zoneVideoChannelsHandler.go added chat module first unrevised version 2022-11-29 17:46:32 +01:00