- update websockets dependency
- switch to pyproject.toml style setuptools config
- more stability (I think)
- add docstrings to
Bot
- change
KILL_REPLY
andRESTART_REPLY
to be optional inBot
- fix imports
- fix room firing incorrect event
- update echobot example to newest version
- update example gitignore to newest version
- add timeout for creating ws connections
- fix config file not reloading when restarting bots
- fix room authentication
- resolve to test yaboli more thoroughly before publishing a new version
- add database class for easier sqlite3 access
- change how config files are passed along
- change module system to support config file changes
- add fancy argument parsing
- add login and logout command to room
- add pm command to room
- add cookie support
- add !restart to botrulez
- add Bot config file saving
- fix the Room not setting its nick correctly upon reconnecting
- add
ALIASES
variable toBot
- add
on_connected
function toClient
- change config file format
- use setuptools