Mike

Results 46 comments of Mike

I have a fix, would you be interested in a pull request?

> An alternative question is, are ya'll aware of any other code libraries, modules, etc that would allow me to make an AIM bot that works with this? RAS exports...

For those following at home, an example chat bot that uses Retro AIM Server packages is available here: https://github.com/mk6i/smarter-smarter-child

Can you please share the perl file? I’ll connect to my local server and run the debugger to see what’s up.

**Notes** Ran perl in a docker container: ```sh docker run -it --network host perl /bin/bash ``` Command to run `oscartest` with hostname: ```sh oscartest --loglevel=9 --host 192.168.68.61 ```

Net::OSCAR failed to work with RAS because it assumed a hard-coded auth cookie length of 256 bytes in the login FLAP frame, whereas the RAS auth cookie length was variable....

```sh root@docker-desktop:/usr/src/app# oscartest --loglevel=9 --host 192.168.68.61 Screenname: mk6i Password: login: Connecting to 192.168.68.61:5190. login: State changed (FD 3) to write login: Got r=0, w=1, e=0 login: Connected. login: State changed...

Released in v0.6.0, feel free to reopen if need be.

Thanks for the detailed write-up, will look into this soon.

fixed in ce6381850db4774c0ed7317406aea564dece3fe6