Merge lp://staging/~verterok/lalita/zmq-proxy into lp://staging/lalita
Proposed by
Guillermo Gonzalez
Status: | Merged |
---|---|
Approved by: | Facundo Batista |
Approved revision: | 179 |
Merged at revision: | 173 |
Proposed branch: | lp://staging/~verterok/lalita/zmq-proxy |
Merge into: | lp://staging/lalita |
Diff against target: |
665 lines (+497/-9) 11 files modified
docs/tutorial_en.rst (+5/-0) docs/tutorial_sp.rst (+4/-0) lalita.cfg.sample (+4/-0) lalita/core/tests/test_dispatcher.py (+3/-2) lalita/core/tests/test_events.py (+2/-1) lalita/core/tests/test_ircbot.py (+3/-3) lalita/core/tests/test_metacommands.py (+2/-1) lalita/plugins/tests/helper.py (+8/-2) lalita/plugins/tests/test_zmq_proxy.py (+204/-0) lalita/plugins/zmq_plugins/example.py (+52/-0) lalita/plugins/zmq_proxy.py (+210/-0) |
To merge this branch: | bzr merge lp://staging/~verterok/lalita/zmq-proxy |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Facundo Batista | Approve | ||
Review via email: mp+113858@code.staging.launchpad.net |
Commit message
ZeroMQ proxy plugin, converts lalita into a irc <-> ZeroMQ bridge (to create plugins in external processes)
Description of the change
Add a plugin that converts lalita into a irc <-> ZeroMQ bridge, this allow to create plugins in external processes.
To post a comment you must log in.
added info in the docs/*