--- AnyEvent-MP/Changes 2012/03/22 20:07:31 1.141 +++ AnyEvent-MP/Changes 2016/08/28 16:18:33 1.157 @@ -5,25 +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: update docs -TODO: switch to AnyEvent::Log -TODO: AnyEvent::MP::LogCatcher TODO: check gproto, nproto, on connect -TODO: maybe switch to md5+sha1+sha256 or so... -TODO: eg/* -TODO: porting-guide -TODO: global undocumented compat functions? -TODO: #TODO##d# markers -TODO: dataconn -TODO: static aemp run db_set config? metion in intro also (myservice) -TODO: maybe use transport address as node-up reason? maybe remove () from node-up messages? -TODO: logcacther really catches on ALL nodes? -TODO: cleaning up nodes when gone? 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: 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. @@ -32,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. @@ -42,8 +42,8 @@ - reduced various random delays to zero, as they are hopefully no longer needed with the new global protocol. - - implement a secure mode that can suppress code execution - requests on a per-node/per-request basis. + - implement a secure mode that can suppress (some) code execution + requests. - do not use GMP for generating alphanumeric strings even when available, use a more tricky algorithm instead. - anonymous node names and remote port names have been shortened @@ -57,11 +57,17 @@ - aemp shell no longer leaks one port per command. - nodenames can contain %-escapes such as %n or %u. - aemp now uses aemp/%n/%u as nodename. + - configure supports "eval", a small perl snippet to initialsie a node, + most useful in "aemp run eval ...". - known_nodes is gone, it has little value, use all_nodes as replacement. - lots of small change and improvements. - node_is_known has been removed. - TRACE now shows the portid on SND. + - aggressively reduce number of external modules, to reduce + memory usage for nodes. + - rework most of the documentation. + - clean up MP::Kernel exports. 1.30 Thu Jun 30 11:30:39 CEST 2011 - connection errors at the right time would kill node