Chaskis 0.10.0 (Beta 10)
This release is the 10th beta of the Chaskis IRC Framework. The major change this release is this release now allows for SSL connections.
Downloads
Chaskis Core:
- Nuget (Core Package): https://www.nuget.org/packages/ChaskisCore/0.10.0
Chaskis:
Windows:
- Chocolatey: https://chocolatey.org/packages/chaskis/
- Windows Installer: https://files.shendrick.net/projects/chaskis/releases/0.10.0/windows/
Linux:
- Debian .deb file: https://files.shendrick.net/projects/chaskis/releases/0.10.0/linux/debian/
- Fedora/OpenSUSE: https://copr.fedorainfracloud.org/coprs/xforever1313/chaskis/build/848234/
- Arch Linux AUR: https://aur.archlinux.org/packages/chaskis/
Release Notes:
Chaskis Core (v0.10.0):
- Enabled optional SSL connections
Chaskis (v0.10.0):
- IRC Config has been updated to allow for SSL connections. To enable, add the following line in your IrcConfig.xml file inside of the ircbotconfig XML tag:
<usessl>true</usessl>
This value is defaulted to false is not specified. Remember to change your port to an SSL port as well!
Plugins
- No Changes.