--- AnyEvent-MP/Changes 2016/08/28 14:24:19 1.153 +++ AnyEvent-MP/Changes 2016/08/28 16:18:33 1.157 @@ -13,24 +13,23 @@ faq: how to interface to non-perl nodes? TODO: check gproto, nproto, on connect -TODO: eg/* 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: rand is seeded by 32 bits only -TODO: readline support +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. - INCOMPATIBLE CHANGE: many APIs have changed, see the section "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details. - - INCOMPATIBLE CHANGE: remove md6 auth algorithms (and use algorithms - based on SHA3 instead). - 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