Skip to content

Releases: CoreTaxxe/AsyncIRCClient

1.0.3

15 Jan 00:04
Compare
Choose a tag to compare

Github & pypy fix.

1.0.2

15 Jan 00:02
Compare
Choose a tag to compare

Proxy behaviour fix.

1.0.1

18 Mar 16:39
Compare
Choose a tag to compare

Improvements, deprecated loop argument, made loop and command decorator class specific with inheritance. (No name or callback tangling when using two different bots )

1.0.0

16 Mar 20:19
Compare
Choose a tag to compare

Added mainloop run and block.
Added stop_mainloop
Changed run to only start essential tasks as nonblocking. Async loop needs to be kept alive.
Changed stop to only stop essential tasks. Does not end the async loop.

0.1.3

22 Feb 12:31
Compare
Choose a tag to compare

Added guard try-except to task cancellation calls

0.1.2

22 Feb 12:10
Compare
Choose a tag to compare

Added self.stop to stop the bot and fixed Task canceling.

0.1.1

21 Feb 23:43
Compare
Choose a tag to compare

PART and Proxy support