amark on master
prepare to sync gun lib unbuild… (compare)
amark on master
ok ack + webrtc Merge branch 'master' of http:/… bump (ok ack + webrtc) @Draeder… (compare)
amark on master
websocket ../index to ./index (… (compare)
unknown handle Socket {
_events: [Object: null prototype] {
listening: [Function],
message: [Function]
},
_eventsCount: 2,
_maxListeners: undefined,
type: 'udp4',
[Symbol(asyncId)]: 22,
[Symbol(state symbol)]: {
handle: UDP {
lookup: [Function: bound lookup4],
onmessage: [Function: onMessage],
[Symbol(owner)]: [Circular]
},
receiving: true,
bindState: 2,
connectState: 0,
queue: undefined,
reuseAddr: true,
ipv6Only: undefined,
recvBufferSize: undefined,
sendBufferSize: undefined
}
}
offline first
.
gun.on('auth')
didn't work.gun = Gun()
Gun {_: {…}}
user = gun.user()
User {_: {…}}
gun.on('auth', console.log)
Gun {_: {…}}
user.auth('numericx', '12345678')
User {_: {…}}
gun.js:198 {gun: Gun, $: Gun, root: {…}, id: 4, back: {…}, …}
user.is.pub
"yYhLaCfPklnRCAsiLYmrkqC2vPIolENLDn2ZwsTwKWk.tQ-9Z39vktnFthfYV7D07Zzy4Z_Zb37ctXr9pTEkzw0"
[D]danlugo92: actually it did work. Sorry :/.
Line gun.js:198 {gun: Gun, $: Gun, root: {…}, id: 4, back: {…}, …}
gun.on('leave')
doesn't though. maybe it's another constant?