]> git.mxchange.org Git - hub.git/history - application/hub/main/database
Improved a lot logger.
[hub.git] / application / hub / main / database /
2014-02-15 Roland HaederVery basic implementation for adding "discovered" DHT...
2014-02-15 Roland HaederContinued with hub development:
2014-02-12 Roland HaederWas also to noisy here.
2014-02-10 Roland HaederMore debug + assert added.
2014-02-10 Roland HaederAdded noisy debug lines for finding missing method.
2014-02-09 Roland HaederSome missing code added:
2014-02-09 Roland HaederMerge branch 'master' of git.mxchange.org:/var/cache...
2014-02-08 Roland HaederAdded unfinished support for publication of DHT entries...
2014-02-08 Roland HaederUpdating node data in local DHT (not yet distributed...
2014-02-07 Roland HaederAdded assert on node_id as this may happen with broken...
2014-02-04 Roland HaederDon't publish private key in DHT (all data will be...
2014-02-03 Roland 'Quix0r'... Merge branch 'contrib'
2013-07-30 Roland HäderUpdated domain without a dash :(
2013-07-28 Roland HäderDouble quotes converted to single
2013-07-25 Roland HäderPossible "fix" for wrong cache key:
2013-07-25 Roland HäderAdded exceptions + some code:
2013-07-25 Roland HäderAdded assert() to check if is really an array
2013-07-22 Roland HäderSome fixes:
2013-07-21 Roland HäderOpps, fix for parser error
2013-07-19 Roland HäderContinued:
2013-06-29 Roland HäderThis message was to noisy
2013-06-28 Roland HäderAdded some more noisy debug lines (they will be comment...
2013-02-22 Roland HäderMade usage of unsetCriteria() to remove unwanted 'node_...
2013-02-22 Roland Hädertrue->TRUE, node id included in session id/private...
2013-02-22 Roland HäderAlso include accepted node types from own node
2013-02-22 Roland HäderExpanded debug lines, renamed 'node_type' to 'node_mode...
2013-02-22 Roland HäderAlso check for node id to have full match, this require...
2013-02-13 Roland HäderRenamed method:
2013-02-12 Roland HäderOpps :( #3
2013-02-12 Roland HäderEncapsulated this code (as it is a better style)
2013-02-12 Roland HäderSome rewrites towards more flexible code:
2013-02-12 Roland HäderAlways used own session id ... :(
2013-02-10 Roland HäderResurrected two methods for DHT database wrapper and...
2013-02-10 Roland HäderIntroduced and implemented findNodeBySessionId()
2013-02-10 Roland HäderImplemented (very basic) registerLocalNode() and update...
2013-02-09 Roland HäderIntroduced (cached) method ifNodeDataIsFound()
2013-02-07 Roland HäderProtocol is no longer required for these methods
2013-02-07 Roland HäderAdded interface, rewrote some parts:
2013-02-07 Roland HäderRewrites, some more methods:
2013-02-07 Roland HäderAdded wrapper, rewrites:
2013-01-31 Roland HäderClear redundant database wrapper class as it is now...
2012-08-26 Roland HäderIntroduced experimental apt-proxy sub project (a connec...
2012-08-17 Roland HäderAdded two generic elements to node-list table
2012-08-17 Roland HäderUsed more generic interface 'Handleable'
2012-08-07 Roland HäderAdded message type to messageData array for easier...
2012-08-04 Roland HäderRewrote debug lines (even more), re-enabled debugging...
2012-07-31 Roland HäderIntroduced self::createDebugInstance()
2012-07-07 Roland HäderHub project continued: (I have now a little more time)
2012-05-30 Roland HäderAdded search (criteria) instance to updateNodeByMessage...
2012-05-30 Roland HäderDon't miss it ... :(
2012-05-30 Roland HäderIntroduced (currently not used as type-hints) new inter...
2012-05-19 Roland HäderWas also very noisy
2012-05-19 Roland HäderVery noisy function if failing.
2012-05-18 Roland HäderMore debugging, ignore *.serialized in node_list
2012-05-18 Roland HäderAdded internal IP handling (unfinished), added package...
2012-05-17 Roland HäderAdded 'registering of other nodes' ability, added proto...
2012-05-16 Roland HäderCopyright notice updated
2012-05-05 Roland HäderDecoding of raw package message basicly finished, exter...
2012-04-25 Roland HäderRemoved deprecated scripts (please delete them even...
2012-03-24 Roland HäderFixed a typo, added an assert()
2012-02-07 Roland HäderRefactured handling of socket errors, old code is comme...
2011-12-13 Roland HäderCommented out nosiy debug lines
2011-11-09 Roland HäderSome fixes
2011-11-09 Roland HäderAlso visit the NetworkPackage class to clear all stacks
2011-11-08 Roland HäderHub project continued:
2011-11-06 Roland HäderMove to generic 'core' project, because getIndexKey...
2011-11-06 Roland HäderUse $this->debugBackTrace() instead of die()
2011-11-04 Roland HäderHub project continued:
2011-09-01 Roland HäderdebugBackTrace() was to hard here
2011-09-01 Roland HäderCode cleanups and project continued:
2011-08-31 Roland HäderHub project continued:
2011-04-24 Roland HäderRenamed a lot 'Peer' classes to 'Node' or 'Client'...
2011-04-17 Roland HäderContinued with package fragmenter (a lot new, but unfin...
2011-03-29 Roland HäderAdded parameter 'key' to encryption methods to allow...
2011-03-05 Roland HäderCopyright notice updated, our first hub application...
2011-02-28 Roland Häder'public static final' is the right thing, some variable...
2010-09-05 Roland HäderNow configurable static IPs are supported, Connectable...
2010-06-13 Roland HäderNew Exception added, registering of session ids added:
2010-06-06 Roland HäderNew exception and interface added, continued development:
2010-05-28 Roland HäderFixes for lookup table class
2010-05-28 Roland HäderAdded peer states and lookup table classes/interfaces:
2010-04-24 Roland HäderNew wider interface added, several refacturings:
2010-01-27 Roland HäderState pattern classes for node states added, factory...
2009-08-03 Roland HäderFirst attempt to store session id in database
2009-08-02 Roland HäderWrapper added for node list
2009-03-30 Roland HäderMode-validation and IP detection added, mode classes...
2009-03-25 Roland Hädernode_type rewritten to 'mode' element from request
2009-03-25 Roland HäderHub-Id creation basicly finished