tangled
alpha
login
or
join now
accidental.cc
/
skypod
3
fork
atom
podcast manager
3
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
Jonathan Raphaelson
ef1de464
fix announce, sync quickly
push-pqtlwkromqlk
main
4mo ago
Jonathan Raphaelson
5e29b0f9
feedsmith and actual parsing
4mo ago
Jonathan Raphaelson
ffa1dc68
updated max line length
4mo ago
Jonathan Raphaelson
7b3bd3bd
refactoring the context a bit
4mo ago
Jonathan Raphaelson
dc733619
cors and reader mode proxies
4mo ago
Jonathan Raphaelson
0e0b1cd6
simple reconnect loop
4mo ago
Jonathan Raphaelson
da86cb2d
documentations update
4mo ago
Jonathan Raphaelson
2d4988e6
cleanups
4mo ago
Jonathan Raphaelson
16000440
better indexing on the server
4mo ago
Jonathan Raphaelson
8eea8148
polish on the storage side
4mo ago
Jonathan Raphaelson
0f3ca1dc
extract realm specific handling into #realm
4mo ago
Jonathan Raphaelson
844d5e02
add peer capabilities announcements
4mo ago
Jonathan Raphaelson
e72126a9
fix .js imports
4mo ago
Jonathan Raphaelson
01f0b649
cleanup
4mo ago
Jonathan Raphaelson
d96bd0f6
add destroy button
4mo ago
Jonathan Raphaelson
e3416540
store stuff in leveldb
4mo ago
Jonathan Raphaelson
f15aedb5
bring in leveldb for the server
4mo ago
Jonathan Raphaelson
e6f92970
add server sync to the protocol
4mo ago
Jonathan Raphaelson
1af4aeb0
devenv on the new machine
4mo ago
Jonathan Raphaelson
b702c956
bring in devenv and move more processing into the peer
4mo ago
Jonathan Raphaelson
98f00091
refactored realm client and message queue
4mo ago
Jonathan Raphaelson
ad186614
fixed custom event bubbling
5mo ago
Jonathan Raphaelson
58258df2
doing some client organization
8mo ago
Jonathan Raphaelson
c6703186
crankin' on what a client will look like
8mo ago
Jonathan Raphaelson
f0ab831c
brainstorming
8mo ago
Jonathan Raphaelson
0d951df4
make it clear it's a method not a getter
8mo ago
Jonathan Raphaelson
d661e6fc
I'm paying too close attention
8mo ago
Jonathan Raphaelson
a8e29bf2
some documentation
8mo ago
Jonathan Raphaelson
d0f758a6
identity and connection are stored across reloads
8mo ago
Jonathan Raphaelson
289be1e7
realm connections can do invites
8mo ago
Jonathan Raphaelson
55e3e528
wip on default realm stuff
8mo ago
Jonathan Raphaelson
f94158fb
revamped socket protocol handling
8mo ago
Jonathan Raphaelson
c0b98081
prettier and consistency
8mo ago
Jonathan Raphaelson
11684af0
add and format with prettier
8mo ago
Jonathan Raphaelson
057bc75c
update eslint and do tsdoc and typescript lints
8mo ago
Jonathan Raphaelson
0ae013d0
convert from jsdoc to typescript with tsx
8mo ago
Jonathan Raphaelson
b9747709
checkpoint, switching to node native typescript
8mo ago
Jonathan Raphaelson
beaeac5f
webcrtc and webtorrent brainstorming
8mo ago
Jonathan Raphaelson
f17373f3
fix some stuff for running tests
8mo ago
Jonathan Raphaelson
754938d6
refactoring messages in prep for RTC signalling messages
8mo ago
Jonathan Raphaelson
ffa4c59f
lots of thinking
8mo ago
Jonathan Raphaelson
463822ea
add a test framework
9mo ago
Jonathan Raphaelson
8a9df496
pre-auth protocol works mostly
9mo ago
Jonathan Raphaelson
bd8a2968
so so so many fixes
9mo ago
Jonathan Raphaelson
8d52f8c2
bunches of fixes for types and green
9mo ago
Jonathan Raphaelson
30043aec
switch to the '#repo/' convention for imports in node
9mo ago
Jonathan Raphaelson
40d338e0
initial server port
9mo ago
Jonathan Raphaelson
e38ad178
fix typechecking errors, rename some stuff
9mo ago
Jonathan Raphaelson
2152074a
add docs, and update eslint config to check them they're used in typechecking
9mo ago
Jonathan Raphaelson
03c7dcad
back to where I was with the deno version
9mo ago
Jonathan Raphaelson
300416a0
fixup
9mo ago
Jonathan Raphaelson
4a129035
ported some more small stuff on my way to websock
9mo ago
Jonathan Raphaelson
4b260dbb
ported common crypto to jsdoc
9mo ago
Jonathan Raphaelson
93dcb666
ported common async to jsdoc
9mo ago
Jonathan Raphaelson
316be531
very bottom
9mo ago
fix announce, sync quickly
push-pqtlwkromqlk
main
ef1de464
Jonathan Raphaelson
4mo
feedsmith and actual parsing
5e29b0f9
Jonathan Raphaelson
4mo
updated max line length
ffa1dc68
Jonathan Raphaelson
4mo
refactoring the context a bit
7b3bd3bd
Jonathan Raphaelson
4mo
cors and reader mode proxies
dc733619
Jonathan Raphaelson
4mo
simple reconnect loop
0e0b1cd6
Jonathan Raphaelson
4mo
documentations update
da86cb2d
Jonathan Raphaelson
4mo
cleanups
2d4988e6
Jonathan Raphaelson
4mo
better indexing on the server
16000440
Jonathan Raphaelson
4mo
polish on the storage side
8eea8148
Jonathan Raphaelson
4mo
extract realm specific handling into #realm
0f3ca1dc
Jonathan Raphaelson
4mo
add peer capabilities announcements
844d5e02
Jonathan Raphaelson
4mo
fix .js imports
e72126a9
Jonathan Raphaelson
4mo
cleanup
01f0b649
Jonathan Raphaelson
4mo
add destroy button
d96bd0f6
Jonathan Raphaelson
4mo
store stuff in leveldb
e3416540
Jonathan Raphaelson
4mo
bring in leveldb for the server
f15aedb5
Jonathan Raphaelson
4mo
add server sync to the protocol
e6f92970
Jonathan Raphaelson
4mo
devenv on the new machine
1af4aeb0
Jonathan Raphaelson
4mo
bring in devenv and move more processing into the peer
b702c956
Jonathan Raphaelson
4mo
refactored realm client and message queue
98f00091
Jonathan Raphaelson
4mo
fixed custom event bubbling
ad186614
Jonathan Raphaelson
5mo
doing some client organization
58258df2
Jonathan Raphaelson
8mo
crankin' on what a client will look like
c6703186
Jonathan Raphaelson
8mo
brainstorming
f0ab831c
Jonathan Raphaelson
8mo
make it clear it's a method not a getter
0d951df4
Jonathan Raphaelson
8mo
I'm paying too close attention
d661e6fc
Jonathan Raphaelson
8mo
some documentation
a8e29bf2
Jonathan Raphaelson
8mo
identity and connection are stored across reloads
d0f758a6
Jonathan Raphaelson
8mo
realm connections can do invites
289be1e7
Jonathan Raphaelson
8mo
wip on default realm stuff
55e3e528
Jonathan Raphaelson
8mo
revamped socket protocol handling
f94158fb
Jonathan Raphaelson
8mo
prettier and consistency
c0b98081
Jonathan Raphaelson
8mo
add and format with prettier
11684af0
Jonathan Raphaelson
8mo
update eslint and do tsdoc and typescript lints
057bc75c
Jonathan Raphaelson
8mo
convert from jsdoc to typescript with tsx
0ae013d0
Jonathan Raphaelson
8mo
checkpoint, switching to node native typescript
b9747709
Jonathan Raphaelson
8mo
webcrtc and webtorrent brainstorming
beaeac5f
Jonathan Raphaelson
8mo
fix some stuff for running tests
f17373f3
Jonathan Raphaelson
8mo
refactoring messages in prep for RTC signalling messages
754938d6
Jonathan Raphaelson
8mo
lots of thinking
ffa4c59f
Jonathan Raphaelson
8mo
add a test framework
463822ea
Jonathan Raphaelson
9mo
pre-auth protocol works mostly
8a9df496
Jonathan Raphaelson
9mo
so so so many fixes
bd8a2968
Jonathan Raphaelson
9mo
bunches of fixes for types and green
8d52f8c2
Jonathan Raphaelson
9mo
switch to the '#repo/' convention for imports in node
30043aec
Jonathan Raphaelson
9mo
initial server port
40d338e0
Jonathan Raphaelson
9mo
fix typechecking errors, rename some stuff
e38ad178
Jonathan Raphaelson
9mo
add docs, and update eslint config to check them they're used in typechecking
2152074a
Jonathan Raphaelson
9mo
back to where I was with the deno version
03c7dcad
Jonathan Raphaelson
9mo
fixup
300416a0
Jonathan Raphaelson
9mo
ported some more small stuff on my way to websock
4a129035
Jonathan Raphaelson
9mo
ported common crypto to jsdoc
4b260dbb
Jonathan Raphaelson
9mo
ported common async to jsdoc
93dcb666
Jonathan Raphaelson
9mo
very bottom
316be531
Jonathan Raphaelson
9mo