Commit Graph

16 Commits

Author SHA1 Message Date
Henry fec92d428c change name to go-ssb-room
It has been brought to my attention that "gossb" reads like "gossip..?"
to the untrained eye. That's just confusing.

Also the project hosts a single room so the plural was just wrong.
2021-02-09 17:38:51 +01:00
Henry 0a44d19b4b add missing license headers 2021-02-09 12:53:33 +01:00
Henry e9013a0c6b change import path
this is part of the NGI work and should be clearly indicated as such
2021-02-04 16:54:30 +01:00
Henry 84c36d1f71 add tunnel.connect 2021-01-28 10:55:05 +01:00
Henry 20ed882f33 AllJS basically works
need to cleanup the assertion and shutdown but ping through the tunnel
works
2021-01-27 15:42:20 +01:00
Henry 085aad6366 more js<>js test fiddling 2021-01-27 13:44:17 +01:00
Henry 178432fafc update go tests to boolean return from announce/leave 2021-01-27 11:41:08 +01:00
Henry f4a0a48c97 js compat
bring schema of announce/leave and endpoints contents on par with JS
implementation.

annonce() and leave() somhow just return false

endpoints is just arrays of endpoints - I _guess_ the consuming client
has to keep track of who left and joined?!
2021-01-27 11:05:06 +01:00
Henry 1269b30f15 use require() in test scripts instead of eval() 2021-01-27 10:27:13 +01:00
Henry f3322a8431 remove hmac setup
just needed for signing feed entries
2021-01-27 10:02:27 +01:00
Henry 026c7c791a node process cleanup
hung node's can cause a weird error...

BECAUSE SECRET-STACK DOESN"T COMPLAIN ABOUT NOT BEING ABLE TO LISTEN TO
AN OCCUPIED PORT...!!!!
2021-01-26 19:03:31 +01:00
Henry 29688bc328 begin nodejs testing 2021-01-26 18:33:29 +01:00
Henry f8ed24b665 start tunnel muxrpc handler 2021-01-25 18:31:09 +01:00
Henry f4dc1b1f42 first simple test 2021-01-25 16:35:22 +01:00
Henry 6b90c96a5d room sever skeleton 2021-01-25 13:50:51 +01:00
Henry f325ed5cf3 init 2021-01-25 11:39:05 +01:00