commit | 730c8f0ea40580ce5fda17c8c867700baae60387 | [log] [download] |
---|---|---|
author | Florian Nücke <florian@nuecke.de> | Fri Nov 01 01:12:55 2013 +0100 |
committer | Florian Nücke <florian@nuecke.de> | Fri Nov 01 01:12:55 2013 +0100 |
tree | 73ed0da2cfece2463c9e3be076455afeab36663f | |
parent | fe446e938936fd7eddfc238f8baa57da744c78ed [diff] |
restructuring network a bit, using messages more for "event like" stuff, thus removing the return values and simplifying the network manager in general quite a bit; removed "system messages", the manager now directly calls onConnect/onDisconnect in the nodes' environment, and said functions take now the relevant node as a parameter; component invoke is now directly called via component interface, not as a message anymore; stuff, i guess