Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-01 | Factor out some new libraries | James Crayne | |
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search | |||
2018-12-16 | More TCP work. | Joe Crayne | |
2018-11-04 | Fixed redundant session close and memory leak. | Joe Crayne | |
2018-11-04 | Preparation to move DPut to a separate project. | James Crayne | |
2018-11-03 | Switched to new session tracker. | Joe Crayne | |
2018-11-03 | More uniform handling for Tox and XMPP peers. | Joe Crayne | |
This is a continuation of the work done in the following commits: 38505a54 Provide a different roster resolver for tox-peers to Presence. fbf9890a Moved resolving duty to Connection manager. | |||
2018-10-03 | Untested tox: Update buddies/subscribers on established connection. | Joe Crayne | |
2018-10-03 | Debug tag XUnexpected for anomalous unexpected errors. | Joe Crayne | |
2018-10-03 | Moved resolving duty to Connection manager. | Joe Crayne | |
2018-09-08 | ToxManager rewrite: use aggregated netcrypto sessions. | Joe Crayne | |
2018-09-07 | Removed obsolete Connection.Tox. | Joe Crayne | |
2018-06-25 | Separated conduit parser and general tox-manager stuff. | joe | |
2018-06-25 | Forward instant messages from XMPP clients to Tox peers. | joe | |
2018-06-24 | xmpp: allow server to change it's name (important for tox peers). | joe | |
2018-06-24 | Fixed handshake behavior | Andrew Cady | |
The handshake code would flood the network with interminable handshakes. | |||
2018-06-24 | XMPP: Type-checking on various uses of SockAddr. | joe | |
2018-06-22 | Removed redundant imports and other clean up. | joe | |
2018-06-20 | More DPut stuff | jim@bo | |
* verbose/quiet without args shows report * verbose all - sets all tags verbose * quiet all - sets all tags quiet * XMisc defaults to verbose, everything else quiet * new XMan tag for ToxManager related stuff * s/hputStrLn stderr/dput XMisc/ in daemon code | |||
2018-06-20 | Parameterized Account to hold arbitrary information. | joe | |
2018-06-18 | Automatically cancel searches when we log-out of xmpp. | joe | |
2018-06-18 | Factored separate code-paths for Kademlia announce versus action | joe | |
on search result. | |||
2018-06-18 | tox: Automatically share dhtkey with roster contacts. | joe | |
2018-06-18 | Use combined IPv6/IPv4 announce item for announcing toxid. | joe | |
2018-06-17 | Factored out Tox-specific scheduling to Announcer.Tox. | joe | |
2018-06-17 | Factored ToxManager out of the main module. | joe | |