]> git.mxchange.org Git - hub.git/history - application/hub/main/handler
Publication of DHT entries requires a fully booted DHT as else it will only find...
[hub.git] / application / hub / main / handler /
2014-02-16 Roland HaederAdded new debug lines, commented previously used out...
2014-02-16 Roland HaederOne was to noisy, added another.
2014-02-16 Roland HaederMore debug lines added.
2014-02-16 Roland HaederAlso commented these out as the bug is not located...
2014-02-16 Roland HaederAdded another debug line + commented others out, the...
2014-02-16 Roland HaederAnd how about here? Sorry not to add all at once. ;-)
2014-02-16 Roland HaederDid the code go here?
2014-02-16 Roland HaederDid this loop work?
2014-02-16 Roland HaederRewrote some debug lines.
2014-02-15 Roland HaederThe bug might be located here?
2014-02-15 Roland HaederImproved many debug lines with method's name.
2014-02-15 Roland HaederMore debug lines, why are self-connects not working...
2014-02-15 Roland HaederNeeds to be an object attribute/field.
2014-02-15 Roland HaederThis needs to be copied to a local variable or else...
2014-02-15 Roland HaederCommented in debug lines.
2014-02-15 Roland HaederCommented it out again (has delayed to much) + moved...
2014-02-15 Roland HaederAdded noisy debug line.
2014-02-15 Roland HaederVery basic implementation for adding "discovered" DHT...
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-18 Roland HäderChanged all true/false to TRUE/FALSE respectively as...
2013-07-17 Roland HäderRewrote to use constants and newly introduced method...
2013-06-29 Roland HäderDebug message was added at wrong position
2013-05-31 Roland HäderMade lower to upper case:
2013-03-03 Roland HäderUse array_push() instead of [] as array_push() checks...
2013-02-25 Roland HäderEven more lines ...
2013-02-25 Roland HäderAdded line numbers to debug lines as this will become...
2013-02-22 Roland HäderAdded 'booting' DHT state
2013-02-13 Roland HäderRewritten remaining (old) debug calls:
2013-02-13 Roland HäderAdded stub method insertNodeList()
2013-02-13 Roland HäderUsed the same constant to allow later easy changes
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äderMoved to generic class BaseHandler and interface Handleable
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-12 Roland HäderRemoved session id
2013-02-10 Roland HäderResurrected two methods for DHT database wrapper and...
2013-02-10 Roland HäderUse set DHT instance to shortcut a little
2013-02-07 Roland HäderRewrites, some more methods:
2013-02-07 Roland HäderAdded DHT initialization task (see comments below):
2013-01-31 Roland HäderClear redundant database wrapper class as it is now...
2013-01-30 Roland HäderRenamed
2013-01-30 Roland HäderAdded missing but not yet fully implemented class
2013-01-30 Roland HäderRe-added answer_status generically
2013-01-30 Roland HäderField answer_status becomes more generic now
2013-01-30 Roland HäderAdded answer status
2013-01-30 Roland HäderDon't use 'my-' as long as you don't need it
2013-01-30 Roland HäderAdded handling methods, implemented configuration copy...
2013-01-30 Roland HäderAdded basic XML elements (not all fully supported)
2013-01-30 Roland HäderAdded more debug lines (noisy)
2012-12-20 Roland HäderUse createDebugInstance() instead of direct debugOutput...
2012-12-20 Roland HäderUsed correct method name
2012-11-12 Roland HäderThe old state check was still required here, so re...
2012-11-12 Roland HäderBetter check against if the node has completed announcement
2012-08-26 Roland HäderAdded nodeInstance parameter (NodeHelper interface...
2012-08-26 Roland HäderAdded unfinished template engine to handle answer messa...
2012-08-22 Roland HäderAdded missing dataXmlNodes array, added debug line
2012-08-22 Roland HäderAdded (maybe right?) array elements
2012-08-22 Roland HäderOpps :(
2012-08-22 Roland HäderForgot to put this back in
2012-08-22 Roland HäderIntroduced new factory for object type registries,...
2012-08-21 Roland HäderAdded comments to explain messageData array
2012-08-21 Roland HäderTypo in node-mode in XML, adding missing methods, class...
2012-08-19 Roland HäderAdded missing methods (as partial stubs)
2012-08-19 Roland HäderAdded NodeMessageRequestNodeListHandler (unfinished)
2012-08-18 Roland HäderDevelopment of 'hub' project continued:
2012-08-18 Roland HäderAdded packageInstance (interface Receivable) to allow...
2012-08-18 Roland HäderAdded NodeAnnouncementCompletedState which will be...
2012-08-17 Roland HäderAdded two generic elements to node-list table
2012-08-17 Roland HäderRenamed exception, added new one
2012-08-17 Roland HäderAdded interface HandleableAnswerStatus and class Announ...
2012-08-07 Roland HäderAdded 'base' classes for answer-status handlers
2012-08-07 Roland HäderCommented out some 'noisy' debug lines
2012-08-07 Roland HäderNow use a try/catch block
2012-08-07 Roland HäderMoved generic base classes from 'hub' project to core
2012-08-07 Roland HäderTypo fixed :(
2012-08-07 Roland HäderRawDataInputStream does now throw exceptions if the...
2012-08-07 Roland HäderUsed exit() instead of die()
2012-08-04 Roland HäderRenamed more ...
2012-08-04 Roland HäderRenamed methods (MAY BREAK THINGS)
2012-08-04 Roland HäderHandle AssertionException and copy the raw data (do...
2012-08-04 Roland HäderAdded debug line to see the data
2012-08-04 Roland HäderAdded MD5 hashes only for debugging purposes
2012-08-04 Roland HäderRe-enabled even more debug lines (that is why you shoul...
2012-08-04 Roland HäderRewrote debug lines (even more), re-enabled debugging...
2012-07-31 Roland HäderIntroduced self::createDebugInstance()
2012-07-17 Roland HäderThe announcement answer is now half handled, registrati...
2012-06-02 Roland HäderNoisy debug line commented out, adding to much 'upper...
2012-05-30 Roland HäderAdded search (criteria) instance to updateNodeByMessage...
2012-05-30 Roland HäderIntroduced (currently not used as type-hints) new inter...
2012-05-27 Roland HäderFixed :(
2012-05-26 Roland HäderOpps ...
2012-05-26 Roland HäderMissing configuration data is now temporary being copied
2012-05-20 Roland HäderAlso these
2012-05-20 Roland HäderRenamed all 'node-foo' to 'my-foo' and 'other-bar'...
2012-05-20 Roland HäderError code 'empty_data' is now fully removed and empty...
next