Remove unused argument `options` arguments |
|
More...
|
over 4 years ago
|
Move mypy configuration from `mypy.ini` to `setup.cfg` |
|
More...
|
over 4 years ago
|
Change authorization header value prefix from `WTRSGR` to `Token` |
|
More...
|
over 4 years ago
|
Update rtoml to v0.5.0 (from v0.4.0) |
|
More...
|
over 4 years ago
|
Update copyright notes for 2021 |
|
More...
|
over 4 years ago
|
Add support for SSL connections to IRC servers |
|
More...
|
over 4 years ago
|
Use keywords on `IrcServer` instantiation |
|
More...
|
over 4 years ago
|
Remove IRC message handler to shut down Weitersager |
|
More...
|
over 4 years ago
|
Properly shut down on keyboard interrupt |
|
More...
|
over 4 years ago
|
Just disconnect on IRC bot shutdown, but don't exit process (at that point) |
|
More...
|
over 4 years ago
|
Support Python 3.9 |
|
More...
|
over 4 years ago
|
Rename Dockerfile |
|
More...
|
over 4 years ago
|
Begin development of Weitersager version 0.5 |
|
More...
|
almost 5 years ago
|
Release Weitersager version 0.4 |
|
More...
|
almost 5 years ago
|
Update rtoml to v0.4.0 (from v0.3.0) in `setup.cfg`, too |
|
More...
|
almost 5 years ago
|
Add type hints |
|
More...
|
almost 5 years ago
|
Exit early, pass only required values to dummy bot |
|
More...
|
almost 5 years ago
|
Move code to log rate limit configuration to IRC bot class |
|
More...
|
almost 5 years ago
|
Narrow type of handled exception on HTTP receiver startup to `OSError` |
|
More...
|
almost 5 years ago
|
Rename module `weitersager.httpreceiver` to `weitersager.http` for brevity |
|
More...
|
almost 5 years ago
|
Log configured IRC send rate limit |
|
More...
|
almost 5 years ago
|
Introduce compound config class to group HTTP and IRC config |
|
More...
|
almost 5 years ago
|
Switch order of `load_config` return values and assertions |
|
More...
|
almost 5 years ago
|
Move IRC config dataclasses to config module |
|
More...
|
almost 5 years ago
|
Move HTTP config dataclass to config module |
|
More...
|
almost 5 years ago
|
Add exemplary Dockerfile |
|
More...
|
almost 5 years ago
|
Allow to configure rate limit for messages to IRC |
|
More...
|
almost 5 years ago
|
Add Weitersager logo to README |
|
More...
|
almost 5 years ago
|
Update rtoml to v0.4.0 (from v0.3.0) |
|
More...
|
almost 5 years ago
|
Add command line tool to generate secure tokens |
|
More...
|
almost 5 years ago
|