]> git.mxchange.org Git - hub.git/history - application/hub/main/handler
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[hub.git] / application / hub / main / handler /
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...
2012-05-20 Roland HäderAdded message handler for received announcement answer...
2012-05-19 Roland HäderThis line was required to test previous fix for missing...
2012-05-19 Roland HäderAdded debugging, added missing (IMPORTANT) call of...
2012-05-19 Roland HäderNow incoming, outgoing and 'server' pools are possible
2012-05-19 Roland HäderMore debugging (yupp, more is required), rewrote isSock...
2012-05-19 Roland HäderMore debugging lines enabled (need to hunt down those...
2012-05-18 Roland HäderMoved some socket initializations before socket_bind...
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 announcement answer XML, template engine and...
2012-05-17 Roland HäderPlease don't call addArrayToDataSet() in class NodeMess...
2012-05-17 Roland HäderAdded basicly finished (except TODO) handling of self...
2012-05-17 Roland HäderMakes more sense ... opps
2012-05-17 Roland Häderdie() expanded with __METHOD__, wrong things removed...
2012-05-17 Roland HäderAdded class for handling self-connect messages
2012-05-17 Roland HäderAdded 'registering of other nodes' ability, added proto...
2012-05-17 Roland HäderAdded handler for announcement messages (not yet functi...
2012-05-17 Roland HäderFilter for package tags added, handling of new messages...
2012-05-16 Roland HäderCopyright notice updated
2012-04-27 Roland HäderAgain contunued on 'hub' project:
2012-04-27 Roland Häder'hub' project continued:
next