Commit Graph

155 Commits

Author SHA1 Message Date
433bf712b9 adc: ignore search requests
--HG--
branch : adc
2017-11-26 17:54:56 +13:00
9e2ce27f08 adc: fix length detection in password challenge nonce
--HG--
branch : adc
2017-11-26 17:53:24 +13:00
d392cd379d adc: handle user parts
--HG--
branch : adc
2017-11-26 17:53:14 +13:00
916874e8bd adc: handle passworded logins, more error message types
--HG--
branch : adc
2017-11-26 17:24:08 +13:00
4c70900ef5 doc: TODO
--HG--
branch : adc
2017-11-26 14:55:34 +13:00
a5b773952c adc: parse user info messages, user<-->sid mapping
--HG--
branch : adc
2017-11-26 14:55:30 +13:00
b1c6a5f56a adc: working PID/CID login
--HG--
branch : adc
2017-11-26 14:01:46 +13:00
3dc4ede0d8 adc: PID/CID, info generation+parsing, decode adc error messages
--HG--
branch : adc
2017-11-26 13:30:19 +13:00
a3963f196a adc: PID management
--HG--
branch : adc
2017-11-26 13:29:44 +13:00
ee91ca71c4 tth: redesign api surface
--HG--
branch : adc
2017-11-26 13:29:32 +13:00
aabaa128c4 move some UserInfo properties into separate adc/nmdc sub structs
--HG--
branch : adc
2017-11-26 13:29:09 +13:00
95cd5c85f0 tth: working
--HG--
branch : adc
2017-11-25 14:25:17 +13:00
881286df39 tth: expand test coverage
--HG--
branch : adc
2017-11-25 14:22:38 +13:00
da80ee1861 add tth package and test cases (currently non-functional)
--HG--
branch : adc
2017-11-25 13:45:26 +13:00
b784c34d4d fix tests post-refactor
--HG--
branch : adc
2017-11-25 13:45:10 +13:00
c4c6021c85 adc: some basic protocol understanding
--HG--
branch : adc
2017-11-23 18:23:39 +13:00
931b00a797 vendor github.com/cxmcc/tiger (MIT license)
--HG--
branch : adc
2017-11-23 18:23:25 +13:00
0e8d76ef2f comments
--HG--
branch : adc
2017-11-22 20:07:29 +13:00
2fa40642a9 switch to "hat" pattern for mutexes
--HG--
branch : adc
2017-11-22 20:07:26 +13:00
dc3051fd38 remove pointer indirection from self userinfo
--HG--
branch : adc
2017-11-22 20:04:15 +13:00
ffc81f52fb redesign how the connection API works
--HG--
branch : adc
2017-11-22 20:02:30 +13:00
f5e516fe01 adc: initial handshake
--HG--
branch : adc
2017-11-22 20:02:21 +13:00
23e107f758 working protocol autodetection
--HG--
branch : adc
2017-11-22 20:02:11 +13:00
131ce0a63b protocol autodetection
--HG--
branch : adc
2017-11-22 19:22:13 +13:00
b022c9534a debug AdcProtocol implementation
--HG--
branch : adc
2017-11-22 19:11:40 +13:00
5c4d6d8355 further reduce protocol interface surface
--HG--
branch : adc
2017-11-22 19:11:34 +13:00
2a60330e7c HubEvent explicit types
--HG--
branch : adc
2017-11-22 19:11:11 +13:00
7543d7058f move all nmdc-specific content to a separate NmdcProtocol class
--HG--
branch : adc
2017-11-22 19:05:36 +13:00
276ece1cf1 Added tag v0.15.0 for changeset 84fb19100701 2017-11-14 18:54:56 +13:00
4ea6cbb6f1 readme 2017-11-14 18:54:51 +13:00
b2ae91959e bump DEFAULT_CLIENT_VERSION to 0.15 2017-11-14 18:45:36 +13:00
f5fbce3ee6 add a fallback reconnection if no keepalives are recieved within ~24 hours 2017-11-14 18:45:06 +13:00
2cbc8f8496 fix regex matching protocol messages in the middle of multi-line public messages 2017-11-14 18:36:34 +13:00
5bf30ed95f update examples for StateChange member API change 2017-11-14 18:29:04 +13:00
a20fce3725 doc: add go-get tags to README 2017-10-28 12:32:06 +13:00
5c6435cf81 retag commits in vX.Y.Z format 2017-10-28 12:16:24 +13:00
b7dfcbc2f3 Added tag release-0.14 for changeset 6422ed687cd3 2017-02-11 13:56:27 +13:00
21847db9fd readme 2017-02-11 13:56:08 +13:00
b8122710f5 patch a crash on incomplete supplied UserIP2 2017-02-11 13:55:20 +13:00
f8c0fc54d8 Added tag release-0.13 for changeset 3ee0f4ea5142 2017-02-09 19:31:24 +13:00
4490444d1c readme 2017-02-09 19:31:19 +13:00
c5f655ff78 doc: update TODO 2017-02-09 19:28:58 +13:00
4415109174 support UserIP2 extension 2017-02-09 19:28:37 +13:00
0adc13ddfa move our is-connected one half roundtrip sooner 2017-02-09 19:19:17 +13:00
59c56fea1b doc: todo 2017-02-09 19:15:53 +13:00
7f8f98aa5a add ChatOnly to our $Supports 2017-02-08 19:30:53 +13:00
8536cb0a5c implement QuickList, save a network roundtrip on supported hubs (ptokax) 2017-02-08 19:22:07 +13:00
553ec20850 fix not emitting EVENT_USER_UPDATED_INFO on recieved MyINFO (!) 2017-02-08 18:58:14 +13:00
a403dac461 declare NoHello support (since our MyINFO handler will add unknown users) 2017-02-08 18:58:03 +13:00
59a37b975c more idiomatic error handling 2017-02-08 18:57:49 +13:00