index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Network
/
Tox
/
DHT
/
Transport.hs
Age
Commit message (
Expand
)
Author
2018-06-22
Quieted some warnings.
joe
2018-06-22
Removed redundant imports and other clean up.
joe
2018-06-20
Parameterized Account to hold arbitrary information.
joe
2018-06-02
Change Cookie -> Cookie Encrypted
joe
2018-05-31
parseNetCrypto should peel id byte before deserializing the rest of the message.
joe
2018-05-28
Use first known key for cookie response if wrong ip address.
joe
2018-05-27
WIP: "lan" command to announce this Tox node on the lan.
joe
2017-11-22
NoSpamId type to include nospam + checksum + public key.
joe
2017-11-05
Removed broken 6-digit NoSpam specification.
joe
2017-11-05
Adapted computeSharedSecret to a side-effecting interface.
joe
2017-10-30
Tox: LanDiscovery packet. Also: IsUnsolicited query/response
joe
2017-10-28
Decrypt cookie response with cached public key.
joe
2017-10-28
cookieRequest Query + build fix
Debian Live user
2017-10-28
Tox: handle cookie-request message.
joe
2017-10-27
Added missing pattern for Size of Hardening packet.
joe
2017-10-27
Added TODO regarding Tox "Hardening" message.
joe
2017-10-26
Publish method to send Tox friend-request.
joe
2017-10-25
Debugged encodeDataToRoute/parseDataToRoute.
joe
2017-10-24
Implemented "dhtkey" publish method.
joe
2017-10-21
Renamed Assym -> Asymm (short for asymmetric).
joe
2017-10-14
Partitioned friend-request transport from the onion transport.
joe
2017-09-20
Added outbound initiation addresses to the Onion transport.
joe
2017-09-15
Renamed Network.Tox.(Address -> NodeId).
joe
2017-09-15
Fixed haddock parse errors.
joe
2017-09-15
Moved DHTTransport to its hierarchical location.
joe