Well how are you sending it? From a script or from the "profile's" command line? Are you familiar wi
Well how are you sending it? From a script or from the "profile's" command line? Are you familiar with the "built-in" (unless you removed it)
^lua (.*)$
alias that runs whatever you put after the lua
in that command line - if you don't use that alias the Server will get sent the literal text you type - which might not be what you expect. I.e. in the command line try
lua sendSocket("<04>")
11 Replies
or, just in case things are not being sent directly you might also want to try a line-feed afterwards:
lua sendSocket("<04><LF>")
{I've been assuming that <Ctrl>+C maps to ASCII character 4 - the fifth one}Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Playing Mudlet on Linux, I keep getting this popup every application start, profile start, profile dialog, etc. How do I deactivate it?
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
I don't even want to use a secure password in any profile at all
Turn what off where exactly? I find no option in the connection window
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
Changing that setting showed the popup again. Clicking Cancel showed it again. Three times. Then the setting was accepted. Restarting Mudlet, no popups are shown anymore. Hooray!
The thing is, this is a new install, I only have the default profiles and two custom profiles. None of those have any password information stored at all. I find these popups a bit intrusive if not premature here
It was decided to make secure passwords the default. 🙁
As someone who shares profiles between OSes that is no good for me but I only had to remember to switch to "portable" mode once per OS before opening any profiles to avoid wiping my previously saved portable ones with the non-existent "secure" ones when switching away from that default. Having forgotten to do that more than once I've found it useful to copy the
password
file in each profile's shared directory (a ext2
partition accessible to all my OSes) whenever I add a game to the set kept on that file-system...Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
Humm, I get the same with Discord starting up - even though I do not store any credentials for that it still insists on wanted to ask to take a peek in the Kwallet...