irc3_sasl

This commit is contained in:
0xd3d0c3d 2022-07-27 05:53:39 -05:00
parent b2a36d9d34
commit 381a1feb68

View File

@ -39,10 +39,13 @@ MAPLE+G1MP+OPENAI ML/Irc3 Hybrid - irc3 framework hybridized with machine learni
---
## changelog - v6.66
```
bot_sasl - a plugin to authenticate with sasl. the original source doesn't work with our ircd
bot_sasl - original source: https://github.com/gawel/irc3/blob/master/irc3/plugins/sasl.py
boombox - the plugin has been modified to filter anything that is non-music. e.g. cat videos
boombox - the plugin has been reduced to no parameters to keep it simple, usage: ?boombox
bot_sasl_1 - a plugin to authenticate with sasl. the original source doesn't work with our ircd
bot_sasl_2 - original source: https://github.com/gawel/irc3/blob/master/irc3/plugins/sasl.py
boombox_1 - the plugin has been modified to filter anything that is non-music. e.g. cat videos
boombox_2 - the plugin has been reduced to no parameters to keep it simple, usage: ?boombox
dsa_1 - this has been modified to do not only determine historical on joins/parts but is also
dsa_1 - doing an additional layer dsa_scan at 5 minute intervals on a cronjob.
dsa_2 - all of its verbose output has been silenced so its not tagging users at random hours.
```
## changelog - v6.5
```