Updated 'core'.
[hub.git] / application / hub / main / dht / node / class_NodeDhtFacade.php
2015-05-02 Roland HäderMerge branch 'master' of /var/cache/git/repos/hub into...
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-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 HaederOne is enough.
2014-03-18 Roland HaederRenamed method to make it more clear.
2014-03-18 Roland HaederContinued with DHT stuff:
2014-02-15 Roland HaederImproved many debug lines with method's name.
2014-02-15 Roland HaederContinued with hub development:
2014-02-03 Roland 'Quix0r'... Merge branch 'contrib'
2013-07-30 Roland HäderUpdated domain without a dash :(
2013-07-19 Roland HäderContinued:
2013-07-18 Roland HäderChanged all true/false to TRUE/FALSE respectively as...
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 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-11-09 Roland HäderRenamed interface 'Dht' to 'Distributable' (sorry for...
2012-08-27 Roland HäderAdded (unfinished) DHT class