--- AnyEvent-MP/Changes 2012/03/25 20:50:49 1.148 +++ AnyEvent-MP/Changes 2016/08/28 16:18:33 1.157 @@ -5,19 +5,21 @@ TODO: intro: mention watchdog... TODO: maybe disbale warnings by default? TODO: listener-scopes (10.0.0.1:4040@vpn) and connect-scopes ("vpn,public") +TODO: document env-variable usage +TODO: make node objects responsible for keepalive? faq: can't se anything faq: all is asynch faq: how to interface to non-perl nodes? TODO: check gproto, nproto, on connect -TODO: eg/* -TODO: #TODO##d# markers -TODO: limiting reconnecting speed when unreachable? +TODO: limiting reconnecting speed when unreachable? somehow use same interval timers as for seeding and keepalive? TODO: multiple profiles? also some default profiles? -TODO: use seed code to keep connections to nodes? -TODO: set/eval clashes with eval command - use exec? or force eval? -TODO: msg tracing - to it's own logging context? +TODO: export keepalive? +TODO: $guard = con $cb->($up) +TODO: aemp readline support +TODO: gleeco re: AE::MP::DataConn - + 2 - INCOMPATIBLE CHANGE: the node protocol used by this version is not compatible to versions <2 - you have to upgrade all nodes. @@ -26,8 +28,12 @@ - AnyEvent::MP::Global is now optional - only seed nodes autoload it and create a fully-meshed network with each other, normal nodes only have to connect to seed nodes, other connections are on-demand. + - remove md6 auth algorithms (and use algorithms based on SHA3 instead). + - implement CBOR framing and make it the preferred format. - new "norc" and "force" options for MP::configure to ignore or override the rc file. + - a shitload of minor and major fixes all reported and debugged + by Felix Ostmann. - move seed code to Kernel. - non-json receive framing was probably broken. - fixed small typo in MP::Transport.