about summary refs log tree commit diff
path: root/assets/src/network
AgeCommit message (Collapse)Author
2022-02-21Add temporary check for ICE failure.Mel
2022-02-19Setup handler for every event to avoid errorsMel
2022-02-19Remove console.logsMel
2022-02-19Split state into stages to handle messagesMel
2022-02-19Re-architect event handler for simplicityMel
2022-02-19Make connection an object and merge startsMel
2021-12-07Nicer namesMel
2021-08-16Ability to pass request info through pipelineMelonai
2021-07-31Reregister unregistered token handlers on re-useMelonai
2021-07-14Started better typing for message handlerMelonai
2021-07-08State display for incoming and own requestsMelonai
2021-06-17Share page designMelonai
2021-06-14Make connection independent of typeMelonai
2021-06-13Send over data through channelMelonai
2021-06-05WebRTC connection between share and request worksMelonai
2021-06-04Signaling event processingMelonai
2021-06-04Transfer server APIMelonai
2021-06-03Remove circular channel dependencyMelonai
2021-06-03Dynamic event handling architectureMelonai
2021-06-03Define possible channel messagesMelonai
2021-05-31WebRTC transfersMelonai
2021-05-31Socket connection with managed stateMelonai
2021-05-22Request and Share communicationMelonai
2021-05-08Socket connection and token fetchingMelonai