Open progval opened 2 years ago
There are two bugs here:
dalek_invite
doesn't exist, as you showAUTHENTICATE
in multiple parts due to a long password.Thank you so much for reporting these
sorry for the stupid question, how to check irctest if the sasl authenticate400 portion worked?
Remove that part: https://github.com/progval/irctest/blob/master/irctest/server_tests/sasl.py#L179-L188 and run it locally
Running it with Dalek is a bit convoluted, you need to run these commands: https://github.com/progval/irctest/blob/master/workflows.yml#L335-L342 (replace ${{ github.workspace }}
with the absolute path of directory that contains each of the things) then type make unrealircd-dlk
Client traffic and services log (interleaved):
Adding
print_r($conn->error);
before the offending line shows the error is:Table 'pifpaf.dalek_invite' doesn't exist