Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · main
socket-base
Browse files
Dec 22, 2024
Update README
· 3ff3db31
Malus
authored
Dec 22, 2024
View commits for tag v1.0.0
v1.0.0
3ff3db31
Un-privatize `restartPingInterval`
· bd37f4eb
Malus
authored
Dec 22, 2024
bd37f4eb
Dec 21, 2024
Fix the ping being handled multiple times
· 65b90ab1
Malus
authored
Dec 21, 2024
65b90ab1
Dec 20, 2024
"Fix" typing error
· 0cf2180c
Malus
authored
Dec 20, 2024
0cf2180c
Add `package.json`
· 2fbd44e9
Malus
authored
Dec 20, 2024
2fbd44e9
Update README, some things still missing
· 2a412b0d
Malus
authored
Dec 20, 2024
2a412b0d
Invoke reconnection on message receive in addition to successful ping
· e6c09c0c
Malus
authored
Dec 20, 2024
e6c09c0c
Fix multiple `message` evts not playing nicely, add fallback event
· 068d4e8e
Malus
authored
Dec 20, 2024
068d4e8e
Improve documentation slightly
· 6ed22adc
Malus
authored
Dec 20, 2024
6ed22adc
`ClientSocketBase`: Implement new option `pingWindowThreshold`
· c38c4730
Malus
authored
Dec 20, 2024
c38c4730
`ClientSocketBase`: Add possibility to disable reconnection
· cd01de6b
Malus
authored
Dec 20, 2024
cd01de6b
Improve tsconfig, add declaration files
· c425f92e
Malus
authored
Dec 20, 2024
c425f92e
Make sure that the socket is open before sending a ping
· 4785a260
Malus
authored
Dec 20, 2024
4785a260
Jun 25, 2024
Only fire `_timeout` event once
· a61caee4
Malus
authored
Jun 25, 2024
a61caee4
May 28, 2024
Implement new method `removeAllEvents`
· 67c4ea81
Malus
authored
May 28, 2024
67c4ea81
May 17, 2024
Actually compile the code...
· ba3ddac6
Malus
authored
May 17, 2024
ba3ddac6
Add events `_receivedPing` and `_sentPing`
· 1e9bb461
Malus
authored
May 17, 2024
1e9bb461
May 16, 2024
Switch server and client in their ping handling
· 8ccd6bde
Malus
authored
May 17, 2024
8ccd6bde
May 13, 2024
Correctly annotate and document all classes
· ccae725a
Malus
authored
May 13, 2024
ccae725a
Add JS output in the same folder
· 0d3f38fc
Malus
authored
May 13, 2024
0d3f38fc
Annotate `ClientSocketBase` and comment most of it
· b34fe22a
Malus
authored
May 13, 2024
b34fe22a
`ServerSocketBase`: Fix import having no extension
· 5e51c6e4
Malus
authored
May 13, 2024
5e51c6e4
Add `tsconfig.json`
· 6f4884d7
Malus
authored
May 13, 2024
6f4884d7
May 09, 2024
Rename all scripts into TypeScript
· dfb0b8de
Malus
authored
May 10, 2024
dfb0b8de
Add LICENSE (ISC)
· 4b04ce5a
Malus
authored
May 10, 2024
4b04ce5a
Add README
· e2f2a357
Malus
authored
May 10, 2024
e2f2a357
Initial commit: SocketBase, ClientSocketBase, ServerSocketBase
· fb65b6b2
Malus
authored
May 09, 2024
fb65b6b2
Loading