aboutsummaryrefslogtreecommitdiff
path: root/src/Control.py
Commit message (Collapse)AuthorAgeFilesLines
* add a way to execute commands through bitbotd (use for master-password)Gravatar jesopo2019-11-211-0/+7
|
* silently eat Control socket .send() failuresGravatar jesopo2019-11-081-2/+5
|
* Fix type errors detected by 'mypy --ignore-missing-imports src'.Gravatar Valentin Lorentz2019-10-301-6/+6
|
* `bitbotctl stop` should be keepalive so it exits when bitbotd exitsGravatar jesopo2019-10-181-1/+0
|
* add IRCBot.stop() - use it for !shutdown and './bitbotctl stop'Gravatar jesopo2019-10-171-0/+3
|
* default to using a "data directory" for bitbot (~/.bitbot/)Gravatar jesopo2019-10-171-5/+5
|
* fix type linting issues for `client` in Control.is_readableGravatar jesopo2019-10-141-2/+2
|
* add `bitbotctl reload` command to reload all modulesGravatar jesopo2019-10-141-0/+4
|
* kill bitbotctl connection after rehashGravatar jesopo2019-10-111-0/+7
|
* add "rehash" bitbotctl commandGravatar jesopo2019-10-111-10/+5
|
* try/except Control socket writesGravatar jesopo2019-10-111-1/+4
|
* add first real cli functionality: showing logGravatar jesopo2019-10-111-21/+44
|
* first draft of infrastructure for unix domain control socketGravatar jesopo2019-10-111-0/+81