Views
- State: visible
Gateway
This plugin allows you to log in to the bot and issue commands over potentially any network protocol.
The Gateway plugin allows easy loding of network servers that offer users alternative ways of communicatin with Supybot. The currently available protocols are:
- ssh
- A shell using the SSH2 protocol
- http
- A web interface which uses SSL encryption by default
- smtp
- An email based interface for issuing commands.
- pyshell
- A Python interpreter which can be accessed over SSH2
- pickle
- A plain protocol over SSH2 that receives commands in plain texts and replies with pickle-encoded strings of the reply data.
- plain
- A plain, unencrypted, unauthorized tcp protocol
To find out about using Gateway, please visit The Gateway Manual
Latest release
0.1.1 — Major features.