cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

SASL authentication times out #263

Open janikrabe opened 5 years ago

janikrabe commented 5 years ago

As of commit b002f22251c7a933b27514831f373bbb02bc8af6, cinch no longer responds to AUTHENTICATE + messages during SASL PLAIN authentication.

The commit currently isn't present in any released versions.

@Defman21

Defman21 commented 5 years ago

+ is the regular expression does not represent the plus sign. It's [^:]+ which means Anything BUT : at least 1 time.

You can put the regex in some regex tester and try it on your AUTHENTICATE + message if you want to fix the regex.