Skip to content

Tags: drexin/akka

Tags

v2.3-M2

Toggle v2.3-M2's commit message
Version 2.3-M2

v2.2.3_2.11.0-M7

Toggle v2.2.3_2.11.0-M7's commit message
Updating Scala to 2.11.0-M7 fix tests/compilation

v2.2.3

Toggle v2.2.3's commit message
Version 2.2.3

v2.2.3_sbt-0.13

Toggle v2.2.3_sbt-0.13's commit message
Bumping version to v2.2.3

v2.3-M1

Toggle v2.3-M1's commit message
Version 2.3-M1

v2.2.2

Toggle v2.2.2's commit message
Version 2.2.2

v2.2.1_2.11.0-M5

Toggle v2.2.1_2.11.0-M5's commit message
Updating Scala to 2.11.0-M5, ScalaTest to 2.0.M7 and fix tests/compil…

…ation

v2.2.1

Toggle v2.2.1's commit message
Version 2.2.1

v2.2.0

Toggle v2.2.0's commit message
Version 2.2.0

makkros-post

Toggle makkros-post's commit message
add verification of ping-pong chains

- basic principle is that if we get a reply of type T1 and our channels
  allow us to reply to such a message with type T2, then the target
  needs to support that as well, and so on.
- due to this, forwarding will have to be restricted; but it might well
  be that forwarding will not be completely safe in any case