deathstar / QServCollect

Cube 2: Sauerbraten Server Mod for the older Collect Edition.
http://www.techmasterdesign.com
8 stars 4 forks source link

irc bot seg fault #10

Open deathstar opened 7 years ago

deathstar commented 7 years ago

the irc bot uses sscanf to check for ping/pong between the irc and the server. The sauerbraten server also uses sscanf for masterserver verification. Threading or multi-processing must be properly implemented before the ircbot works correctly. Threading is partially implemented, but there is still a problem. A variation of the sscanf function must be written in c++ that uses a different method of scanning, or the thread must be correctly programmed to allow the use of sscanf from the server and irc to be used synchronously. I'm thinking about also just using a standalone IRC bot.

Any thoughts? Suggestions?

amstan commented 7 years ago

I don't think you want to assign all of us on this.

deathstar commented 7 years ago

Any help would be greatly appreciated.

And if you need anything in return I would be glad to help.

Best of luck to all your projects.