Skip to content

Releases: luk3yx/lurklite

v0.4.27

29 Mar 22:11
Compare
Choose a tag to compare

Changed

  • Make ssl=False work with Matrix

v0.4.25

15 Apr 01:21
Compare
Choose a tag to compare

Changed

  • Fix ignoring users with capital letters in their nickname/username/hostname.

v0.4.24

15 Apr 00:32
Compare
Choose a tag to compare

Changed

  • Clean up code and fix bug

v0.4.23

07 Feb 21:11
Compare
Choose a tag to compare

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

11 Jan 05:52
Compare
Choose a tag to compare

Changed

  • Use irc.wait_until_disconnected().

v0.4.21

01 Jan 03:21
Compare
Choose a tag to compare

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

26 Sep 00:48
Compare
Choose a tag to compare

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

13 Aug 08:51
Compare
Choose a tag to compare

Changed

  • Fixed quoting slashes in remote tempcmds

v0.4.18

14 Mar 01:34
Compare
Choose a tag to compare

Added

  • regex_ignore configuration option. Note that ^ and $ are added automatically.

v0.4.17

24 Feb 02:54
Compare
Choose a tag to compare

Changed

  • Fix reboot command.