Since I have been playing with gmcp again due to various projects, I got a little annoyed that the documentation on it is incomplete or sometimes wrong. So I set about documenting the missing features and correcting the wrong ones.
You can follow my progress on
this github repository. If you have own things to share, feel free to fork it and send an pull request!
Keep in mind this is a work in progress.
For those wanting the official docs: I got news they will get updated soon as well.
Comments
Svof
Mudlet Discord join up
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
oh really, @Tecton?
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
If you wanted me to have a look, you could give me the relevant parts (registering and consumption) in a script export. Or you could go full scale and do a wireshark of the relevant part (with compression off)
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
....And now suddenly both are back to working as expected. No idea what changed.
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
after GMCP negotiation is done. I have that after a login trigger.
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof
e.g. \027[0;37;40m. normally it should be non-printable character but for some reason it is there. (maybe it's mudlet way to show you what it is.
if you want to capture it, my example probably would help you here:
basically, I did just eliminate the colors from the text. heh. i use my internal color to colorize the channel itself. (I'm lazy to code for 16 color and xterm 256 color for now.)
The mudlet version after 3 will come with a lua function to translate them to decho colour codes.
GMCP documentation: https://github.com/keneanung/GMCPAdditions
svof github site: https://github.com/svof/svof and documentation at https://svof.github.io/svof