Releases: luk3yx/lurklite
Releases Β· luk3yx/lurklite
v0.4.27
Changed
- Make ssl=False work with Matrix
v0.4.25
Changed
- Fix ignoring users with capital letters in their nickname/username/hostname.
v0.4.24
Changed
- Clean up code and fix bug
v0.4.23
Added
- An
auto_accept_invite
option for IRC and Matrix which will make the bot automatically accept invites from anyone.
Changed
- Increase the minimum version of miniirc in setup.py. miniirc <1.8.0 is not compatible with lurklite v0.4.22 or later.
v0.4.22
Changed
- Use
irc.wait_until_disconnected()
.
v0.4.21
Changed
- Add support for Matrix. See README.md for instructions on how to configure this.
- Automatically accepts invites from admins on both IRC and Matrix.
- Use
irc.current_nick
instead of irc.nick
internally.
v0.4.20
Changed
- Use a thread pool to process incoming messages instead of creating a new thread every time.
- lurklite now requires miniirc v1.7.0 or later.
v0.4.19
Changed
- Fixed quoting slashes in remote tempcmds
v0.4.18
Added
regex_ignore
configuration option. Note that ^
and $
are added automatically.