Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-24 | Fix for GitHub issue #20 (untested) | Adam Ierymenko | |
2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko | |
2013-10-21 | Peers are now dumped on shutdown in a persistence cache and reloaded on ↵ | Adam Ierymenko | |
startup, which is good enough for clients right now. Supernodes will get something else for long-term authoritative identity caching. | |||
2013-10-21 | Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a ↵ | Adam Ierymenko | |
way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems. | |||
2013-10-05 | Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder. | Adam Ierymenko | |
2013-10-02 | Clean up some routine stuff like pings, and stop keeping links open forever ↵ | Adam Ierymenko | |
even if there are no frames passing between them. | |||
2013-10-02 | Multicast propagation is now working from non-supernodes, and working quite ↵ | Adam Ierymenko | |
well. Time for some more simulation before 0.5.0! | |||
2013-10-01 | Each peer now tracks the last time it announced multicast LIKEs ↵ | Adam Ierymenko | |
independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet. | |||
2013-09-24 | Work in progress... | Adam Ierymenko | |
2013-09-17 | Get rid of onSent(), which was never used consistently anyway. | Adam Ierymenko | |
2013-09-16 | New crypto integrated -- going to be testing new identity address generation ↵ | Adam Ierymenko | |
algo a bit more before finalizing. | |||
2013-08-30 | Improve code security posture by replacing sprintf with a safer function. | Adam Ierymenko | |
2013-08-12 | Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵ | Adam Ierymenko | |
a start. | |||
2013-08-06 | More detail and output improvements to command bus "listpeers," and a little ↵ | Adam Ierymenko | |
cleanup. | |||
2013-07-13 | Compile fixes, integration of fast PRNG. | Adam Ierymenko | |
2013-07-11 | More work in progress on Switch / PacketDecoder refactor. | Adam Ierymenko | |
2013-07-11 | Work in progress... | Adam Ierymenko | |
2013-07-06 | Added creation and periodic update of a file called "status" in the home ↵ | Adam Ierymenko | |
directory that contains peer link status. Useful for debugging and statistics. Send it SIGHUP to force an update now. Otherwise it updates every 120 seconds. | |||
2013-07-04 | New git repository for release - version 0.2.0 tagged | Adam Ierymenko | |