NMDC protocol library in Go https://code.ivysaur.me/libnmdc/
Go to file
mappu bb98695ec6 convert to Go Modules 2018-12-31 18:38:26 +13:00
__dist doc: add 0.17 changelog 2018-03-24 16:51:19 +13:00
vendor convert to Go Modules 2018-12-31 18:38:26 +13:00
.gitignore hg2git: convert ignores/tags files 2018-12-31 18:38:19 +13:00
AdcProtocol.go return errors from saypublic/sayprivate et al 2018-06-04 16:27:34 +12:00
AutodetectProtocol.go return errors from saypublic/sayprivate et al 2018-06-04 16:27:34 +12:00
ConnectionMode.go split structs to separate files 2016-11-29 19:24:31 +13:00
ConnectionState.go ConnectionState rename member function to satisfy Stringer interface 2016-11-29 19:44:45 +13:00
Example_test.go fix tests post-refactor 2017-11-25 13:45:10 +13:00
HubAddress.go working protocol autodetection 2017-11-22 20:02:11 +13:00
HubConnection.go return errors from saypublic/sayprivate et al 2018-06-04 16:27:34 +12:00
HubConnectionOptions.go adc: parse user info messages, user<-->sid mapping 2017-11-26 14:55:30 +13:00
HubEvent.go nmdc: add extra EVENT_BAD_LOGIN_FAILURE for bad pass, hub-full etc 2018-06-04 19:28:08 +12:00
NmdcProtocol.go nmdc: add extra EVENT_BAD_LOGIN_FAILURE for bad pass, hub-full etc 2018-06-04 19:28:08 +12:00
NmdcProtocol_test.go move some UserInfo properties into separate adc/nmdc sub structs 2017-11-26 13:29:09 +13:00
Protocol.go return errors from saypublic/sayprivate et al 2018-06-04 16:27:34 +12:00
TODO.txt adc: support incremental user updates 2017-11-26 18:38:03 +13:00
UserCommand.go adc: usercommand support 2017-11-26 19:19:06 +13:00
UserFlag.go split structs to separate files 2016-11-29 19:24:31 +13:00
UserInfo.go adc: parse user info messages, user<-->sid mapping 2017-11-26 14:55:30 +13:00
go.mod convert to Go Modules 2018-12-31 18:38:26 +13:00
go.sum convert to Go Modules 2018-12-31 18:38:26 +13:00
libnmdc.go bump default version to 0.18 2018-03-24 16:52:46 +13:00
tth.go adc: working PID/CID login 2017-11-26 14:01:46 +13:00
tth_test.go tth: redesign api surface 2017-11-26 13:29:32 +13:00