06 Feb, 2010, Caius wrote in the 1st comment:
Votes: 0
I have set up MSSP via telnet negotiation using Scandum's Mud Telopt Handler. Should I assume all crawlers do telnet negotiation, or should I implement plain text support as well?
06 Feb, 2010, Scandum wrote in the 2nd comment:
Votes: 0
There are about 20 muds that support telnet and not plain text, so I wouldn't worry about it.
06 Feb, 2010, Kayle wrote in the 3rd comment:
Votes: 0
Caius said:
I have set up MSSP via telnet negotiation using Scandum's Mud Telopt Handler. Should I assume all crawlers do telnet negotiation, or should I implement plain text support as well?


It really comes down to preference I think. As far as I know, all the crawlers support both the plain text and the telnet versions of MSSP. So it really just comes down to which version of the protocol you're most comfortable with. The FUSS project went with the plain text version of the protocol because it was easier for us to implement across all three bases without having to rewrite/rework/hack at the descriptor and sockets code of the bases. However, if you do decide to go with adding Telnet negotiation handling, I recommend checking out Elanthis' libtelnet. I use it in my from-scratch base and I can't honestly see having done without it.
06 Feb, 2010, Caius wrote in the 4th comment:
Votes: 0
This is for my SWR2 refactor project, so I found it straight forward to integrate Scandum's handler. Elanthis' library looks nice, though. Perhaps I'll use it in another project I'm working on.

Edit: The changes to the existing network code was pretty minimal. You could look at it again if you're bored some day.
0.0/4