]> git.mxchange.org Git - hub.git/history - application/hub/main/dht
Get the private key hash from sender's session id and not the local node's hash.
[hub.git] / application / hub / main / dht /
2015-05-02 Roland HäderMerge branch 'refacuring/protocol_handler' of /var...
2015-05-02 Roland HäderMerge branch 'master' of /var/cache/git/repos/hub into...
2015-04-05 Roland HaederOpps, typo ...
2015-04-05 Roland HaederRenamed method.
2015-03-17 Roland HaederMerge branch 'refacuring/protocol_handler' into latest...
2015-03-17 Roland HaederUpdated copyright year as this software has been change...
2015-01-11 Roland HaederMerge branch 'master' into refacuring/protocol_handler
2014-12-15 Roland HaederContinued rewriting:
2014-12-07 Roland HaederMerge branch 'master' into refacuring/protocol_handler
2014-10-17 Roland HaederContinued with hub:
2014-10-17 Roland HaederContinued on refacturing from string to ProtocolHandler:
2014-10-17 Roland HaederContinued with hub:
2014-10-17 Roland HaederContinued on refacturing from string to ProtocolHandler:
2014-07-22 Roland HaederThis assert can be savely removed (see some lines below...
2014-06-23 Roland HaederContinued:
2014-05-04 Roland HaederAdded initial crawler stuff:
2014-03-28 Roland HaederAlso this assertion was a bit to hard.
2014-03-25 Roland HaederThis assertion cannot work here as a new node has no...
2014-03-25 Roland HaederContinued:
2014-03-25 Roland HaederContinued:
2014-03-25 Roland HaederOne is enough.
2014-03-20 Roland HaederIntroduced enableAcceptDhtBootstrap() + updated core.
2014-03-18 Roland HaederRenamed method to make it more clear.
2014-03-18 Roland HaederContinued with DHT stuff:
2014-03-17 Roland HaederIntroduced ifDhtIsBooting(), updated TODOs.txt
2014-02-21 Roland HaederImproved a lot logger.
2014-02-16 Roland HaederPublication of DHT entries requires a fully booted...
2014-02-15 Roland HaederThe bug is not located between these lines.
2014-02-15 Roland HaederImproved many debug lines with method's name.
2014-02-15 Roland HaederCommented out noisy debug line + logged array 'recipients'.
2014-02-15 Roland HaederContinued with hub development:
2014-02-10 Roland HaederMore debug + assert added.
2014-02-10 Roland HaederFixed debug message.
2014-02-10 Roland HaederAdded noisy debug lines for finding missing method.
2014-02-09 Roland HaederSome missing code added:
2014-02-09 Roland HaederUsed new method from 'core' to inject all array element...
2014-02-09 Roland HaederMerge branch 'master' of git.mxchange.org:/var/cache...
2014-02-09 Roland HaederAdded unfinished support for XML-based publishing of...
2014-02-08 Roland HaederAdded missing methods to interface and BaseDht class.
2014-02-08 Roland HaederAdded unfinished support for publication of DHT entries...
2014-02-03 Roland 'Quix0r'... Merge branch 'contrib'
2013-07-30 Roland HäderUpdated domain without a dash :(
2013-07-25 Roland HäderRenamed 'stacker' -> 'stack'
2013-07-19 Roland HäderContinued:
2013-07-18 Roland HäderChanged all true/false to TRUE/FALSE respectively as...
2013-07-18 Roland HäderUse constants TRUE/FALSE/NULL instead of keywords true...
2013-07-17 Roland HäderCommented out noisy debug lines
2013-07-17 Roland HäderOpps, wrong name :(
2013-07-17 Roland HäderDHT data registration/update added to NodeDhtFacade...
2013-06-28 Roland HäderAdded some more noisy debug lines (they will be comment...
2013-03-03 Roland HäderUse array_push() instead of [] as array_push() checks...
2013-02-25 Roland HäderRemove index key (and maybe later more) as this doesn...
2013-02-22 Roland HäderExpanded debug lines, renamed 'node_type' to 'node_mode...
2013-02-22 Roland HäderFix
2013-02-22 Roland HäderAdded 'booting' DHT state
2013-02-14 Roland HäderAdded very basic implementation of updateDhtData()
2013-02-14 Roland HäderAdded very basic implementation of DHT bootstrapping...
2013-02-13 Roland HäderRewritten remaining (old) debug calls:
2013-02-13 Roland HäderAdded stub method insertNodeList()
2013-02-13 Roland HäderRenamed method:
2013-02-13 Roland HäderAdded parameter to set last thrown exception for statu...
2013-02-13 Roland HäderOpps :(
2013-02-12 Roland HäderHalf-implemented quering DHT for node list
2013-02-12 Roland HäderRewrites:
2013-02-12 Roland HäderNo node_ prefix as it makes session id look-ups invalid
2013-02-10 Roland HäderResurrected two methods for DHT database wrapper and...
2013-02-10 Roland HäderIntroduced and implemented findNodeBySessionId()
2013-02-07 Roland HäderRewrites, some more methods:
2013-02-07 Roland HäderAdded wrapper, rewrites:
2013-02-07 Roland HäderAdded DHT initialization task (see comments below):
2012-12-20 Roland HäderUsed correct method name
2012-11-09 Roland HäderRenamed interface 'Dht' to 'Distributable' (sorry for...
2012-08-27 Roland HäderAdded (unfinished) DHT class