chireiden / shanghai

Shanghai
GNU General Public License v3.0
4 stars 2 forks source link

Move dispatchers to context (and plugins) #39

Closed FichteFoll closed 8 years ago

FichteFoll commented 8 years ago

Continuation of #38.

Continuing the effort to thin out the Network class, it now counts a mere 131-16 lines. All message-related stuff was moved to a message core plugin and I added some more magic to dispatcher decorators.

Closes #37.

nitori commented 8 years ago

I pushed a change to branch dev/plugin-engine, to make a suggestion for importing plugins into other plugins. It's only the second-to-last commit that's relevant.

FichteFoll commented 8 years ago

Merged dev/plugin-engine and fixed this PR; ready for master.