This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
PairDrop
Watch
1
Star
0
Fork
You've already forked PairDrop
0
mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced
2025-04-20 15:06:15 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b261cb73ba
PairDrop
/
server
History
Download ZIP
Download TAR.GZ
schlagmichdoch
3b31472c52
Merge branch 'sw_digester' of
https://github.com/schlagmichdoch/PairDrop
into sw_digester
2024-07-14 23:32:44 +02:00
..
helper.js
Modularize server into multiple files
2023-11-09 01:00:07 +01:00
index.js
Fix error if env var
RTC_CONFIG=false
(as in default docker-compose.yml and docs)
2023-12-15 21:22:33 +01:00
peer.js
Fix substring error if remoteAddress is undefined and replace deprecated
request.connection
with
request.socket
(
fixes
#308
)
2024-07-13 21:50:44 +02:00
server.js
Implement customizable buttons via env vars (
fixes
#214
)
2023-12-13 17:40:48 +01:00
ws-server.js
When switching public rooms disconnect from devices in old room (
fixes
#298
)
2024-05-16 19:54:59 +02:00