Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Suggestions
➜ Filtering outgoing data
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Ked
Russia (524 posts) Bio
|
Date
| Mon 27 Jun 2005 06:45 PM (UTC) |
Message
| The OnPluginPacketReceived callback has proved to be very useful, however it is lacking an equivalent for the outgoing data.
For a specific problem that can't be solved right now... I tried writing a plugin for parsing a proprietary communication protocol that sits on top of telnet, but hit a brick wall in the form of not being able to control what Mushclient is sending to the server. I need to be able to override option negotiation to allow the use of custom codes, but the client resists all attempts to do so. Since the negotiation doesn't even go through OnPluginSend, the only option I have is world.Send, and that escapes the codes, appending a newline to them, trying to turn them into normal commands. So the best I can do right now is to supress the negotiation altogether, by wiping the initial code sequence from the first incoming packet, but that doesn't achieve my goal of replacing the "stock" set of options with a custom one. If, however, OnPluginSend worked like an opposite of OnPluginPacketReceived, then this, and probably other things, could be possible. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
6,495 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top