Search found 3 matches

by Jirato
Sat Jan 19, 2019 2:21 am
Forum: Scripts & Packages
Topic: Adding GMCP to my MUD
Replies: 7
Views: 7707

Re: Adding GMCP to my MUD

Thanks for the tip about terminating sub negotiations with just IAC SE and not needing to send the protocol identifier again. I'll fix that. Figured out why the handshake wasn't working and should have it fully functional tomorrow of not later tonight. My client of choice for testing (not Mudlet, th...
by Jirato
Sat Jan 19, 2019 12:09 am
Forum: Scripts & Packages
Topic: Adding GMCP to my MUD
Replies: 7
Views: 7707

Re: Adding GMCP to my MUD

Got it working, though it's a bit of a dirty implementation, blindly sending the GCMP info out. The proper method would be to send IAC WILL GCMP upon client connection, wait for an IAC DO GCMP response, and then send it out. I'm stuck on step 2 (can't seem to parse the incoming data to recognize IAC...
by Jirato
Fri Jan 18, 2019 11:38 pm
Forum: Scripts & Packages
Topic: Adding GMCP to my MUD
Replies: 7
Views: 7707

Re: Adding GMCP to my MUD

We didn't actually have any telnet negotiation to indicate that that was part of a GCMP command. I'm working on resolving it now, but pretty confident the reason why it didn't work was because it wasn't encapsulated between IAC SB GCMP and IAC SE GCMP.